summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-11-23 11:05:37 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-11-23 11:05:37 +0000
commitdf00e2ede5589c6f4df2128a4bc91b15d1d54cf7 (patch)
tree782be84600b1494fdb320799b63336f2cb5ce9b9
parentcf925ebb6f056b59025ee58eb4bb32079b1587fe (diff)
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
-rw-r--r--ChangeLog8
-rw-r--r--docs/gst/gstreamer-sections.txt7
-rw-r--r--gst/base/gstcollectpads.h4
-rw-r--r--gst/gstutils.c2
-rw-r--r--libs/gst/base/gstcollectpads.h4
5 files changed, 15 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index e7e1b5b0fd..7b96a63bb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt
index 1a5b37589e..7b42c4f042 100644
--- a/docs/gst/gstreamer-sections.txt
+++ b/docs/gst/gstreamer-sections.txt
@@ -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>
diff --git a/gst/base/gstcollectpads.h b/gst/base/gstcollectpads.h
index e6d7ca9e87..9bbe83126b 100644
--- a/gst/base/gstcollectpads.h
+++ b/gst/base/gstcollectpads.h
@@ -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.
*/
diff --git a/gst/gstutils.c b/gst/gstutils.c
index 9d4a1e0608..62f96c0e9e 100644
--- a/gst/gstutils.c
+++ b/gst/gstutils.c
@@ -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.
diff --git a/libs/gst/base/gstcollectpads.h b/libs/gst/base/gstcollectpads.h
index e6d7ca9e87..9bbe83126b 100644
--- a/libs/gst/base/gstcollectpads.h
+++ b/libs/gst/base/gstcollectpads.h
@@ -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.
*/