asfdemuxer backward trick play
Stefan Sauer
ensonic at hora-obscura.de
Mon Oct 3 13:10:20 PDT 2011
On 09/30/2011 09:56 AM, meeshel wrote:
> Hello.
>
> I want to implement the backward playback(-2.0x, -4.0x ) in asfdemux.
> (gst-plugins-ugly-0.10.17/gst/asfdemux/gstasfdemux.c)
> Now, it's not supported. It blocked like this.
>
> gst_asf_demux_handle_seek_event()
> { ......
> if(G_UNLIKELY(rate <= 0.0){
> GST_LOG_OBJECT(demux, "backward playback is not supported yte");
> return FALSE;
> }
> .....
> }
>
> Could you give any hints for implement?
Look at other demuxers (e.g. ogg, avi)
Stefan
> And I wonder, why asfdemux did not support seek in pull based mode?
>
> Thanks,
> Meeshel Choi.
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/asfdemuxer-backward-trick-play-tp3859088p3859088.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