mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-10 00:12:48 +00:00
reformat
Original commit message from CVS: reformat
This commit is contained in:
parent
453591023b
commit
4df7b403d3
1 changed files with 6 additions and 6 deletions
|
@ -273,8 +273,8 @@ gst_queue_class_init (GstQueueClass * klass)
|
||||||
*
|
*
|
||||||
* Reports that the buffer became empty (underrun).
|
* Reports that the buffer became empty (underrun).
|
||||||
* A buffer is empty if the total amount of data inside it (num-buffers, time,
|
* A buffer is empty if the total amount of data inside it (num-buffers, time,
|
||||||
* size) is lower than the boundary values which can be set through the GObject
|
* size) is lower than the boundary values which can be set through the
|
||||||
* properties.
|
* GObject properties.
|
||||||
*/
|
*/
|
||||||
gst_queue_signals[SIGNAL_UNDERRUN] =
|
gst_queue_signals[SIGNAL_UNDERRUN] =
|
||||||
g_signal_new ("underrun", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_FIRST,
|
g_signal_new ("underrun", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_FIRST,
|
||||||
|
@ -285,8 +285,8 @@ gst_queue_class_init (GstQueueClass * klass)
|
||||||
* @queue: the queue instance
|
* @queue: the queue instance
|
||||||
*
|
*
|
||||||
* Reports that enough (min-threshold) data is in the queue. Use this signal
|
* Reports that enough (min-threshold) data is in the queue. Use this signal
|
||||||
* together with the underrun signal to pause the pipeline on underrun and wait
|
* together with the underrun signal to pause the pipeline on underrun and
|
||||||
* for the queue to fill-up before resume playback.
|
* wait for the queue to fill-up before resume playback.
|
||||||
*/
|
*/
|
||||||
gst_queue_signals[SIGNAL_RUNNING] =
|
gst_queue_signals[SIGNAL_RUNNING] =
|
||||||
g_signal_new ("running", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_FIRST,
|
g_signal_new ("running", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_FIRST,
|
||||||
|
@ -298,8 +298,8 @@ gst_queue_class_init (GstQueueClass * klass)
|
||||||
*
|
*
|
||||||
* Reports that the buffer became full (overrun).
|
* Reports that the buffer became full (overrun).
|
||||||
* A buffer is full if the total amount of data inside it (num-buffers, time,
|
* A buffer is full if the total amount of data inside it (num-buffers, time,
|
||||||
* size) is higher than the boundary values which can be set through the GObject
|
* size) is higher than the boundary values which can be set through the
|
||||||
* properties.
|
* GObject properties.
|
||||||
*/
|
*/
|
||||||
gst_queue_signals[SIGNAL_OVERRUN] =
|
gst_queue_signals[SIGNAL_OVERRUN] =
|
||||||
g_signal_new ("overrun", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_FIRST,
|
g_signal_new ("overrun", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_FIRST,
|
||||||
|
|
Loading…
Reference in a new issue