docs/gst/gstreamer-sections.txt: Move GParamSepc macros to standart section.
authorStefan Kost <ensonic@users.sourceforge.net>
Wed, 23 Apr 2008 06:57:30 +0000 (06:57 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Wed, 23 Apr 2008 06:57:30 +0000 (06:57 +0000)
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
common
docs/gst/gstreamer-sections.txt
gst/gstbin.c
gst/gstclock.h
gst/gstmacros.h
tests/check/gst/.gitignore

index 5af1da1..a6bb78c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-04-23  Stefan Kost  <ensonic@users.sf.net>
+
+       * 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  <ensonic@users.sf.net>
 
        * docs/gst/Makefile.am:
diff --git a/common b/common
index 3bb6edf..19a5a66 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 3bb6edfe927d6d3020d2f2a4604f54caa61cd104
+Subproject commit 19a5a66b2dff75e2820bb2b2d43368d4fcb6a94a
index 1952cb3..8d21b30 100644 (file)
@@ -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
 <SUBSECTION Private>
 gst_mini_object_get_type
 gst_mini_object_flags_get_type
index 200f257..d647cc5 100644 (file)
@@ -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)
 {
index 57a5d3c..577d56a 100644 (file)
@@ -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).
index afd9542..9806446 100644 (file)
@@ -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__
index 85f72f4..3ee25b3 100644 (file)
@@ -19,6 +19,7 @@ gstpad
 gstparamspecs
 gstpipeline
 gstplugin
+gstpoll
 gstregistry
 gstsegment
 gststructure