mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
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:
parent
cf925ebb6f
commit
df00e2ede5
5 changed files with 15 additions and 10 deletions
|
@ -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),
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue