[gstreamer-bugs] [Bug 558450] New plugin: curlsrc, a libcurl-based http source

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 25 01:52:09 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=558450
  GStreamer | gst-plugins-bad | 0.10.x

--- Comment #6 from Vladimir Eremeev <wl2776 at gmail.com> 2010-11-25 09:52:05 UTC ---
This plugin performs only some basic operations, it cannot be used for
full-fledged handling files on the FTP server, since there's no seeking
implemented.

Also, CURL handle, created and used in the code, is passed over threads, while
that is directly forbidden by the libcurl documentation.

I tried implementing seeking, this lead to crashes after closing.

I have plans to add all necessary functionality to this plugin, but don't know
exact schedule right now.

-- 
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