[Bug 705371] souphttpsrc: Does network operations from the state change thread

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Sep 12 21:26:39 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=705371
  GStreamer | gst-plugins-good | git

--- Comment #12 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2013-09-13 04:26:33 UTC ---
The objective of the patch was allowing gsturidownloader (used by dashdemux) to
fetch only the range of the file that was defined by the dash fragment. So
doing this operation in READY isn't acceptable.

It is also possible for dashdemux to set souphttpsrc to playing and then issue
the seek for the desired range, but this would make it start downloading from 0
until the seek was processed. How can souphttpsrc fetch only a range of bytes
without attempting to start from 0?

Use properties to define the range? Set it to live to prevent producing data in
paused and seek in paused?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list