From b0d106fefaee525cfc1691eb6c7eeb64feab052a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 17 May 2011 14:01:05 +0200 Subject: [PATCH] event: The RECONFIGURE element only exists in 0.11 Implementing it properly in 0.10 seems to be impossible. --- gst/gstevent.c | 2 +- gst/gstevent.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstevent.c b/gst/gstevent.c index 18a3985..123cdae 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -1207,7 +1207,7 @@ gst_event_parse_step (GstEvent * event, GstFormat * format, guint64 * amount, * * Returns: (transfer full): a new #GstEvent * - * Since: 0.10.34 + * Since: 0.11.0 */ GstEvent * gst_event_new_reconfigure (void) diff --git a/gst/gstevent.h b/gst/gstevent.h index b19d65f..0019b38 100644 --- a/gst/gstevent.h +++ b/gst/gstevent.h @@ -133,7 +133,7 @@ typedef enum { * @GST_EVENT_STEP: A request for stepping through the media. Sinks will usually * execute the step operation. Since: 0.10.24 * @GST_EVENT_RECONFIGURE: A request for upstream renegotiating caps and reconfiguring. - * Since: 0.10.34 + * Since: 0.11.0 * @GST_EVENT_CUSTOM_UPSTREAM: Upstream custom event * @GST_EVENT_CUSTOM_DOWNSTREAM: Downstream custom event that travels in the * data flow. -- 2.7.4