From 012d5584ff6b9239b6391d102046e1748be5a984 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 23 Apr 2008 06:57:30 +0000 Subject: [PATCH] docs/gst/gstreamer-sections.txt: Move GParamSepc macros to standart section. Original commit message from CVS: * docs/gst/gstreamer-sections.txt: Move GParamSepc macros to standart section. * gst/gstbin.c: Dn't document _get_type - its in private section in docs anyway and this doc-blob was incomplete. * gst/gstclock.h: Fix wrong symbol names in docs. * gst/gstmacros.h: Add once doc sentence. * tests/check/gst/.cvsignore: Ignore more. --- ChangeLog | 18 ++++++++++++++++++ common | 2 +- docs/gst/gstreamer-sections.txt | 7 ++++--- gst/gstbin.c | 5 ----- gst/gstclock.h | 4 ++-- gst/gstmacros.h | 1 + tests/check/gst/.gitignore | 1 + 7 files changed, 27 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5af1da1..a6bb78c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2008-04-23 Stefan Kost + + * docs/gst/gstreamer-sections.txt: + Move GParamSepc macros to standart section. + + * gst/gstbin.c: + Dn't document _get_type - its in private section in docs anyway and + this doc-blob was incomplete. + + * gst/gstclock.h: + Fix wrong symbol names in docs. + + * gst/gstmacros.h: + Add once doc sentence. + + * tests/check/gst/.cvsignore: + Ignore more. + 2008-04-21 Stefan Kost * docs/gst/Makefile.am: diff --git a/common b/common index 3bb6edf..19a5a66 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 3bb6edfe927d6d3020d2f2a4604f54caa61cd104 +Subproject commit 19a5a66b2dff75e2820bb2b2d43368d4fcb6a94a diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 1952cb3..8d21b30 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1102,9 +1102,6 @@ gst_mini_object_ref gst_mini_object_unref gst_mini_object_replace -GST_IS_PARAM_SPEC_MINI_OBJECT -GST_PARAM_SPEC_MINI_OBJECT -GST_TYPE_PARAM_MINI_OBJECT GstParamSpecMiniObject gst_param_spec_mini_object @@ -1123,6 +1120,10 @@ GST_MINI_OBJECT_GET_CLASS GST_TYPE_MINI_OBJECT GST_TYPE_MINI_OBJECT_FLAGS GST_MINI_OBJECT_CAST + +GST_IS_PARAM_SPEC_MINI_OBJECT +GST_PARAM_SPEC_MINI_OBJECT +GST_TYPE_PARAM_MINI_OBJECT gst_mini_object_get_type gst_mini_object_flags_get_type diff --git a/gst/gstbin.c b/gst/gstbin.c index 200f257..d647cc5 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -269,11 +269,6 @@ static void gst_bin_child_proxy_init (gpointer g_iface, gpointer iface_data); static GstElementClass *parent_class = NULL; static guint gst_bin_signals[LAST_SIGNAL] = { 0 }; -/** - * gst_bin_get_type: - * - * Returns: the type of #GstBin - */ GType gst_bin_get_type (void) { diff --git a/gst/gstclock.h b/gst/gstclock.h index 57a5d3c..577d56a 100644 --- a/gst/gstclock.h +++ b/gst/gstclock.h @@ -126,7 +126,7 @@ typedef gpointer GstClockID; */ #define GST_TIME_AS_MSECONDS(time) ((time) / G_GINT64_CONSTANT (1000000)) /** - * GST_TIME_TO_USECONDS: + * GST_TIME_AS_USECONDS: * @time: the time * * Convert a #GstClockTime to microseconds (1/1000000 of a second). @@ -135,7 +135,7 @@ typedef gpointer GstClockID; */ #define GST_TIME_AS_USECONDS(time) ((time) / G_GINT64_CONSTANT (1000)) /** - * GST_TIME_TO_NSECONDS: + * GST_TIME_AS_NSECONDS: * @time: the time * * Convert a #GstClockTime to nanoseconds (1/1000000000 of a second). diff --git a/gst/gstmacros.h b/gst/gstmacros.h index afd9542..9806446 100644 --- a/gst/gstmacros.h +++ b/gst/gstmacros.h @@ -20,6 +20,7 @@ * SECTION:gstmacros * @short_description: Various portabillity helper macros * + * A set of macros complementing the glib portability macros. */ #ifndef __GST_MACROS_H__ diff --git a/tests/check/gst/.gitignore b/tests/check/gst/.gitignore index 85f72f4..3ee25b3 100644 --- a/tests/check/gst/.gitignore +++ b/tests/check/gst/.gitignore @@ -19,6 +19,7 @@ gstpad gstparamspecs gstpipeline gstplugin +gstpoll gstregistry gstsegment gststructure -- 2.7.4