GNOME Bugzilla – Bug 323880
"Seek in ready" for dvdemux
Last modified: 2006-03-29 16:07:30 UTC
Poorman's seek in ready for dvdemux.
Created attachment 55892 [details] [review] "Seek in ready" patch for dvdemux
Whoops... guess I was a bit too quick. There are some problems still, will post an updated version soon.
Created attachment 56083 [details] [review] "Seek in ready" patch for dvdemux v2 Here we go again -- fixed some bugs and added some debug info. Works for my and my diva.
Created attachment 60858 [details] [review] DvDemux seek in ready patch v3 Third take. Pretty much works for me.
patch doesn't apply any longer (apply using the patch command I mean), marking obsolete. <wtay> working on an alternative patch <wtay> since it is not pull based too it needs some rework
From a patch by: Michael Dominic K. <mdk at mdk dot org dot pl> * ext/dv/gstdvdemux.c: (gst_dvdemux_class_init), (gst_dvdemux_reset), (gst_dvdemux_src_convert), (gst_dvdemux_send_event), (gst_dvdemux_flush), (gst_dvdemux_loop), (gst_dvdemux_sink_activate_pull), (gst_dvdemux_change_state): * ext/dv/gstdvdemux.h: Seek in READY patch. Only works for pull based mode. Fixes #323880