|
1 | 1 | /* |
2 | | - * Copyright (c) 2020 Neil C Smith |
| 2 | + * Copyright (c) 2025 Neil C Smith |
3 | 3 | * Copyright (C) 2014 Tom Greenwood <[email protected]> |
4 | 4 | * Copyright (C) 2007 Wayne Meissner |
5 | 5 | * Copyright (C) 2004 Wim Taymans <[email protected]> |
|
33 | 33 | import com.sun.jna.ptr.IntByReference; |
34 | 34 | import com.sun.jna.ptr.LongByReference; |
35 | 35 | import com.sun.jna.ptr.PointerByReference; |
| 36 | +import org.freedesktop.gstreamer.glib.GObject; |
36 | 37 | import org.freedesktop.gstreamer.glib.NativeEnum; |
37 | 38 |
|
38 | 39 | import org.freedesktop.gstreamer.glib.Natives; |
@@ -766,9 +767,10 @@ public static interface BUFFERING { |
766 | 767 | * {@code percent} is a value between 0 and 100. A value of 100 means |
767 | 768 | * that the buffering completed. |
768 | 769 | * <p> |
769 | | - * When {@code percent} is < 100 the application should PAUSE a PLAYING |
770 | | - * pipeline. When {@code percent} is 100, the application can set the |
771 | | - * pipeline (back) to PLAYING. <p> |
| 770 | + * When {@code percent} is less than 100 the application should PAUSE a |
| 771 | + * PLAYING pipeline. When {@code percent} is 100, the application can |
| 772 | + * set the pipeline (back) to PLAYING. |
| 773 | + * <p> |
772 | 774 | * The application must be prepared to receive BUFFERING messages in the |
773 | 775 | * PREROLLING state and may only set the pipeline to PLAYING after |
774 | 776 | * receiving a message with {@code percent} set to 100, which can happen |
|
0 commit comments