From: Sebastian Dröge Date: Sat, 19 Mar 2011 09:39:28 +0000 (+0100) Subject: event: Add since marker to GST_EVENT_SINK_MESSAGE X-Git-Tag: RELEASE-0.10.33~299 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27c0a2b9b12c93c6a7940c3a97d466ba3afbb9ae;p=platform%2Fupstream%2Fgstreamer.git event: Add since marker to GST_EVENT_SINK_MESSAGE --- diff --git a/gst/gstevent.h b/gst/gstevent.h index 34983b6..cf61369 100644 --- a/gst/gstevent.h +++ b/gst/gstevent.h @@ -93,6 +93,7 @@ typedef enum { * @GST_EVENT_SINK_MESSAGE: An event that sinks turn into a message. Used to * send messages that should be emitted in sync with * rendering. + * Since: 0.10.26 * @GST_EVENT_QOS: A quality message. Used to indicate to upstream elements * that the downstream elements should adjust their processing * rate.