[Bug 711271] soup: Add a SoupServer source
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Nov 1 15:43:22 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=711271
GStreamer | gst-plugins-good | git
Brendan Long <self> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #258778|0 |1
is obsolete| |
--- Comment #2 from Brendan Long <self at brendanlong.com> 2013-11-01 22:43:17 UTC ---
Created an attachment (id=258790)
View: https://bugzilla.gnome.org/attachment.cgi?id=258790
Review: https://bugzilla.gnome.org/review?bug=711271&attachment=258790
Patch to add gstsouphttpserversrc
The lock in `gst_soup_http_server_message_finished` was causing a deadlock
(since _stop was holding the same lock). I handled it by just removing the
signal handler in _stop, since we're about to clear the whole set anyway. I'm
guessing a cleaner way to handle this is with callbacks and not doing anything
on the main thread, but everything seems to work 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