[gstreamer-bugs] [Bug 540300] [souphttpsrc] souphttpsrc does not seek ahead in http stream

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jul 18 18:45:42 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=540300

  GStreamer | gst-plugins-good | Ver: HEAD CVS




------- Comment #3 from Wouter Cloetens  2008-07-19 01:45 UTC -------
The patch is small. It fixes two bugs:
- seek operation leaks a connection request and starts a duplicate connection
request,
- unlock() causes a disconnect.

The latter breaks seeking. If there's a nice unlock, return from create in
streaming thread, unlock_stop, do_seek, create in streaming thread sequence,
the seeking logic probably works.
However, unlock_stop arrives at any time, wreaking havoc; in the case of this
user, there were 6 seek operations in 136 milliseconds.
It used to work; if it doesn't any more, then I suspect something in the logic
(perhaps due to queue2?) has changed the timing.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=540300.




More information about the Gstreamer-bugs mailing list