After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 323880 - "Seek in ready" for dvdemux
"Seek in ready" for dvdemux
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-12 14:17 UTC by Michael Dominic K.
Modified: 2006-03-29 16:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
"Seek in ready" patch for dvdemux (9.45 KB, patch)
2005-12-12 14:18 UTC, Michael Dominic K.
none Details | Review
"Seek in ready" patch for dvdemux v2 (11.36 KB, patch)
2005-12-16 21:09 UTC, Michael Dominic K.
none Details | Review
DvDemux seek in ready patch v3 (12.91 KB, patch)
2006-03-07 19:34 UTC, Michael Dominic K.
none Details | Review

Description Michael Dominic K. 2005-12-12 14:17:16 UTC
Poorman's seek in ready for dvdemux.
Comment 1 Michael Dominic K. 2005-12-12 14:18:14 UTC
Created attachment 55892 [details] [review]
"Seek in ready" patch for dvdemux
Comment 2 Michael Dominic K. 2005-12-13 20:30:14 UTC
Whoops... guess I was a bit too quick. There are some problems still, will post
an updated version soon. 
Comment 3 Michael Dominic K. 2005-12-16 21:09:56 UTC
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.
Comment 4 Michael Dominic K. 2006-03-07 19:34:08 UTC
Created attachment 60858 [details] [review]
DvDemux seek in ready patch v3

Third take. Pretty much works for me.
Comment 5 Tim-Philipp Müller 2006-03-27 08:45:15 UTC
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
Comment 6 Wim Taymans 2006-03-29 16:07:30 UTC
        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