From 903dadef17ddc8a969fcb34b8640c80f09c27ef2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 6 May 2011 13:01:24 +0200 Subject: [PATCH] event: Improve documentation of gst_event_new_reconfigure() --- gst/gstevent.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gst/gstevent.c b/gst/gstevent.c index 471e87a..9e4390c 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -1285,9 +1285,10 @@ gst_event_parse_step (GstEvent * event, GstFormat * format, guint64 * amount, /** * gst_event_new_reconfigure: - * Create a new reconfigure event. The purpose of the step event is to travel - * upstream and make elements renegotiate its caps. This is useful when changing - * properties or elements on the pipeline. + * Create a new reconfigure event. The purpose of the reconfingure event is + * to travel upstream and make elements renegotiate their caps or reconfigure + * their buffer pools. This is useful when changing properties on elements + * or changing the topology of the pipeline. * * Returns: (transfer full): a new #GstEvent * -- 2.7.4