From b7ae6c46a37b4be46570d266937129a9b33f1bdd Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Wed, 26 Oct 2011 12:23:07 +0200 Subject: [PATCH] event: clarify docs for step event --- gst/gstevent.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/gstevent.c b/gst/gstevent.c index c6fc3e2..8d1d644 100644 --- a/gst/gstevent.c +++ b/gst/gstevent.c @@ -1174,8 +1174,9 @@ gst_event_parse_latency (GstEvent * event, GstClockTime * latency) * to skip @amount (expressed in @format) of media. It can be used to implement * stepping through the video frame by frame or for doing fast trick modes. * - * A rate of <= 0.0 is not allowed, pause the pipeline or reverse the playback - * direction of the pipeline to get the same effect. + * A rate of <= 0.0 is not allowed. Pause the pipeline, for the effect of rate + * = 0.0 or first reverse the direction of playback using a seek event to get + * the same effect as rate < 0.0. * * The @flush flag will clear any pending data in the pipeline before starting * the step operation. -- 2.7.4