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
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel