From b150d54e1cb55d94828e19900641b4903212985d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 2 Nov 2007 17:43:25 +0000 Subject: [PATCH] gtk-doc fixes; trailing-comma-in-enum fix. Original commit message from CVS: * docs/plugins/gstreamer-plugins-sections.txt: * gst/gstdebugutils.h: * gst/gstxml.h: * plugins/elements/gstqueue.c: gtk-doc fixes; trailing-comma-in-enum fix. --- ChangeLog | 8 ++++++++ docs/plugins/gstreamer-plugins-sections.txt | 2 ++ gst/gstdebugutils.h | 4 ++-- gst/gstxml.h | 1 - plugins/elements/gstqueue.c | 4 ++-- 5 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d94d4e1653..ccddcb9b0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-11-02 Tim-Philipp Müller + + * docs/plugins/gstreamer-plugins-sections.txt: + * gst/gstdebugutils.h: + * gst/gstxml.h: + * plugins/elements/gstqueue.c: + gtk-doc fixes; trailing-comma-in-enum fix. + 2007-11-02 Tim-Philipp Müller * gst/gst.c: (gst_deinit): diff --git a/docs/plugins/gstreamer-plugins-sections.txt b/docs/plugins/gstreamer-plugins-sections.txt index b415835ffc..811a8f9207 100644 --- a/docs/plugins/gstreamer-plugins-sections.txt +++ b/docs/plugins/gstreamer-plugins-sections.txt @@ -40,6 +40,7 @@ gst_fake_sink_get_type fdsink GstFdSink +GstFdSinkClass GST_FD_SINK GST_IS_FD_SINK GST_TYPE_FD_SINK @@ -139,6 +140,7 @@ GST_IS_QUEUE_CLASS GST_TYPE_QUEUE gst_queue_get_type +GST_QUEUE_CLEAR_LEVEL
diff --git a/gst/gstdebugutils.h b/gst/gstdebugutils.h index d343de3d7e..d3edaa43c1 100644 --- a/gst/gstdebugutils.h +++ b/gst/gstdebugutils.h @@ -54,7 +54,7 @@ typedef enum { /********** pipeline graphs **********/ void _gst_debug_bin_to_dot_file (GstBin *bin, GstDebugGraphDetails details, const gchar *file_name); -void _gst_debug_bin_to_dot_file_with_ts (GstBin *bin, GstDebugGraphDetails details, const gchar *file_tmpl); +void _gst_debug_bin_to_dot_file_with_ts (GstBin *bin, GstDebugGraphDetails details, const gchar *file_name); /** * GST_DEBUG_BIN_TO_DOT_FILE: @@ -84,7 +84,7 @@ void _gst_debug_bin_to_dot_file_with_ts (GstBin *bin, GstDebugGraphDetails detai * This works like _gst_debug_bin_to_dot_file(), but adds the current timestamp * to the filename, so that it can be used to take multiple snapshots. */ -#define GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(bin, details, file_tmpl) _gst_debug_bin_to_dot_file_with_ts (bin, details, file_tmpl) +#define GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS(bin, details, file_name) _gst_debug_bin_to_dot_file_with_ts (bin, details, file_name) #else /* GST_DISABLE_GST_DEBUG */ diff --git a/gst/gstxml.h b/gst/gstxml.h index 83043d5814..9450ec3e29 100644 --- a/gst/gstxml.h +++ b/gst/gstxml.h @@ -43,7 +43,6 @@ typedef struct _GstXMLClass GstXMLClass; /** * GstXML: - * @object: parent object * @topelements: list of element nodes * @ns: name space * diff --git a/plugins/elements/gstqueue.c b/plugins/elements/gstqueue.c index f86678e456..5b160688a7 100644 --- a/plugins/elements/gstqueue.c +++ b/plugins/elements/gstqueue.c @@ -118,8 +118,8 @@ enum ARG_MIN_THRESHOLD_BUFFERS, ARG_MIN_THRESHOLD_BYTES, ARG_MIN_THRESHOLD_TIME, - ARG_LEAKY, - /* FILL ME */ + ARG_LEAKY + /* FILL ME */ }; /* default property values */