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.
This commit is contained in:
Stefan Kost 2008-04-23 06:57:30 +00:00
parent 1e375c1572
commit 012d5584ff
7 changed files with 27 additions and 11 deletions

View file

@ -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:

2
common

@ -1 +1 @@
Subproject commit 3bb6edfe927d6d3020d2f2a4604f54caa61cd104
Subproject commit 19a5a66b2dff75e2820bb2b2d43368d4fcb6a94a

View 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

View 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)
{

View 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).

View 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__

View file

@ -19,6 +19,7 @@ gstpad
gstparamspecs
gstpipeline
gstplugin
gstpoll
gstregistry
gstsegment
gststructure