mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 23:18:52 +00:00
libs/gst/base/gstdataqueue.c: Eliminate tabs and trailing comma in enum list; fix some typos.
Original commit message from CVS: * libs/gst/base/gstdataqueue.c: Eliminate tabs and trailing comma in enum list; fix some typos.
This commit is contained in:
parent
74fb9f0fe2
commit
fda3f3facf
2 changed files with 27 additions and 22 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-05-24 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* libs/gst/base/gstdataqueue.c:
|
||||||
|
Eliminate tabs and trailing comma in enum list; fix some typos.
|
||||||
|
|
||||||
2007-05-24 Wim Taymans <wim@fluendo.com>
|
2007-05-24 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* tests/check/gst/gstbin.c: (GST_START_TEST):
|
* tests/check/gst/gstbin.c: (GST_START_TEST):
|
||||||
|
|
|
@ -23,9 +23,9 @@
|
||||||
* SECTION:gstdataqueue
|
* SECTION:gstdataqueue
|
||||||
* @short_description: Threadsafe queueing object
|
* @short_description: Threadsafe queueing object
|
||||||
*
|
*
|
||||||
* #GstDataQueue is an object that handles threadsafe queueing of object. It
|
* #GstDataQueue is an object that handles threadsafe queueing of objects. It
|
||||||
* also provides size-related functionnality. This object should be used for
|
* also provides size-related functionality. This object should be used for
|
||||||
* any #GstElement that wishes to provide some sort of queueing functionnality.
|
* any #GstElement that wishes to provide some sort of queueing functionality.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
@ -49,7 +49,7 @@ enum
|
||||||
ARG_0,
|
ARG_0,
|
||||||
ARG_CUR_LEVEL_VISIBLE,
|
ARG_CUR_LEVEL_VISIBLE,
|
||||||
ARG_CUR_LEVEL_BYTES,
|
ARG_CUR_LEVEL_BYTES,
|
||||||
ARG_CUR_LEVEL_TIME,
|
ARG_CUR_LEVEL_TIME
|
||||||
/* FILL ME */
|
/* FILL ME */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue