asfdemuxer backward trick play

meeshel meeshel78 at hotmail.com
Fri Sep 30 00:56:40 PDT 2011


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?

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.


More information about the gstreamer-devel mailing list