From: Sebastian Dröge Date: Tue, 3 Jul 2012 08:02:55 +0000 (+0200) Subject: event: The GAP event is (partially) implemented now, STREAM_CONFIG isn't X-Git-Tag: RELEASE-0.11.93~219 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0412af25fea4806e5d8a2494a1eda4e320f1a73d;p=platform%2Fupstream%2Fgstreamer.git event: The GAP event is (partially) implemented now, STREAM_CONFIG isn't --- 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