[Bug 693911] souphttpsrc: rewrite using new session/request API
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat May 14 11:45:09 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=693911
Thiago Sousa Santos <thiagossantos at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|git master |1.9.1
--- Comment #5 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
gst-validate and unit tests still happy after this. Decided to merge as
unlikely to get wider testing without landing in master.
souphttpsrc: refactor to use Soup's sync API
Replace the async API with the sync API to remove all the extra mainloop
and context handling. Currently it blocks reading until 'blocksize'
bytes are available but that can be improved by using:
https://developer.gnome.org/gio/unstable/GPollableInputStream.html#g-pollable-input-stream-read-nonblocking
https://bugzilla.gnome.org/show_bug.cgi?id=693911
--
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