docs/gst/gstreamer-sections.txt: make two symbols from gstinfo private for the docs

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
make two symbols from gstinfo private for the docs
* gst/base/gstcollectpads.h:
* gst/gstutils.c:
fix doc typos, update docs
This commit is contained in:
Stefan Kost 2005-11-23 11:05:37 +00:00
parent cf925ebb6f
commit df00e2ede5
5 changed files with 15 additions and 10 deletions

View file

@ -1,3 +1,11 @@
2005-11-23 Stefan Kost <ensonic@users.sf.net>
* docs/gst/gstreamer-sections.txt:
make two symbols from gstinfo private for the docs
* gst/base/gstcollectpads.h:
* gst/gstutils.c:
fix doc typos, update docs
2005-11-22 Wim Taymans <wim@fluendo.com>
* gst/base/gstbasesink.c: (gst_base_sink_class_init),

View file

@ -621,7 +621,6 @@ GST_EVENT_TRACE_NAME
GST_EVENT_TYPE
GST_EVENT_TYPE_NAME
GST_EVENT_TYPE_BOTH
GST_EVENT_TYPE_SHIFT
GST_EVENT_TIMESTAMP
GST_EVENT_SRC
GST_EVENT_IS_DOWNSTREAM
@ -669,6 +668,8 @@ GST_TYPE_SEEK_TYPE
GST_TYPE_SEEK_FLAGS
GST_TYPE_EVENT_TYPE_FLAGS
<SUBSECTION Private>
GST_EVENT_TYPE_SHIFT
FLAG
gst_event_get_type
gst_event_type_get_type
gst_seek_type_get_type
@ -831,8 +832,6 @@ GstDebugCategory
GST_STR_NULL
GST_DEBUG_PAD_NAME
GST_FUNCTION
GstDebugMessage
GstDebugFuncPtr
GstLogFunction
gst_debug_log
gst_debug_log_valist
@ -897,6 +896,8 @@ GST_TYPE_DEBUG_LEVEL
GST_DEBUG_FG_MASK
GST_DEBUG_BG_MASK
GST_DEBUG_FORMAT_MASK
GstDebugFuncPtr
GstDebugMessage
gst_debug_color_flags_get_type
gst_debug_level_get_type
</SECTION>

View file

@ -43,9 +43,7 @@ typedef struct _GstCollectPadsClass GstCollectPadsClass;
* @pad: #GstPad managed by this data
* @buffer: currently queued buffer.
* @pos: position in the buffer
* @segment_start: last segment start received.
* @segment_stop: last segment stop received.
* @stream_time: stream time of last segment.
* @segment: last segment received.
*
* Structure used by the collect_pads.
*/

View file

@ -362,7 +362,7 @@ gst_util_uint64_scale (guint64 val, guint64 num, guint64 denom)
* gst_util_clock_time_scale:
* @val: GstClockTime to scale.
* @num: numerator of the scale factor.
* @denum: denominator of the scale factor.
* @denom: denominator of the scale factor.
*
* Scale a clocktime by a factor expressed as a fraction (num/denom), avoiding
* overflows and loss of precision.

View file

@ -43,9 +43,7 @@ typedef struct _GstCollectPadsClass GstCollectPadsClass;
* @pad: #GstPad managed by this data
* @buffer: currently queued buffer.
* @pos: position in the buffer
* @segment_start: last segment start received.
* @segment_stop: last segment stop received.
* @stream_time: stream time of last segment.
* @segment: last segment received.
*
* Structure used by the collect_pads.
*/