summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstcollectpads.h
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 /libs/gst/base/gstcollectpads.h
parentcf925ebb6f056b59025ee58eb4bb32079b1587fe (diff)
downloadgstreamer-df00e2ede5589c6f4df2128a4bc91b15d1d54cf7.tar.gz
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
Diffstat (limited to 'libs/gst/base/gstcollectpads.h')
-rw-r--r--libs/gst/base/gstcollectpads.h4
1 files changed, 1 insertions, 3 deletions
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.
*/