asfdemuxer :- rewind operation

Stefan Sauer ensonic at hora-obscura.de
Fri Dec 16 03:23:31 PST 2011


On 12/15/2011 09:10 AM, prita wrote:
> Hi,
>
> This is regarding backward playback support for asf files. 
>
> In asfdemuxer.c file, gst_asf_demux_handle_seek_event() function there is a
> check for rate and if the rate is less than 0.0, the function returns. I
> have commented this check and verified backward play by passing a rate -1. I
> could see that the rewind works after pausing for a few seconds. I have
> verified this on a local file and not in live stream.
>
> Could you please let me know why rewind was blocked by that check. Was there
> any issues found while enabling rewind?
rate < 0.0 is backwards playback. You can still seek forward and
backwards without it. Aparently the rate<0.0 trickmode playback has
issues (there should be no need to PAUSE). It can be enabled when it
works, we take patches :)

Stefan

> Thanks,
> Prita
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/asfdemuxer-rewind-operation-tp4199035p4199035.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list