From 0412af25fea4806e5d8a2494a1eda4e320f1a73d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 3 Jul 2012 10:02:55 +0200 Subject: [PATCH] event: The GAP event is (partially) implemented now, STREAM_CONFIG isn't --- gst/gstevent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstevent.h b/gst/gstevent.h index 35ebba8..42ebc73 100644 --- a/gst/gstevent.h +++ b/gst/gstevent.h @@ -83,7 +83,7 @@ typedef enum { * other serialized event and only sent at the start of a new stream, * not after flushing seeks. * @GST_EVENT_CAPS: #GstCaps event. Notify the pad of a new media type. - * @GST_EVENT_STREAM_CONFIG: contains configuration information for the stream, + * @GST_EVENT_STREAM_CONFIG: (unimplemented) contains configuration information for the stream, * for example stream-headers and codec-data. * @GST_EVENT_SEGMENT: A new media segment follows in the dataflow. The * segment events contains information for clipping buffers and @@ -99,7 +99,7 @@ typedef enum { * @GST_EVENT_EOS: End-Of-Stream. No more data is to be expected to follow * without a SEGMENT event. * @GST_EVENT_SEGMENT_DONE: (unimplemented) Marks the end of a segment playback. - * @GST_EVENT_GAP: (unimplemented) Marks a gap in the datastream. + * @GST_EVENT_GAP: Marks a gap in the datastream. * @GST_EVENT_TOC: An event which indicates that a new table of contents (TOC) * was found or updated. Since: 0.10.37 * @GST_EVENT_QOS: A quality message. Used to indicate to upstream elements -- 2.7.4