[Bug 783301] appsrc: Should not set caps inside GstBaseSrcClass::create
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu Jun 1 16:07:28 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=783301
--- Comment #5 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
Created attachment 353021
--> https://bugzilla.gnome.org/attachment.cgi?id=353021&action=edit
basesrc: Don't hold LIVE_LOCK in create/alloc/fill
Holding this lock on live source prevents the source from changing
the caps in ::create() without risking a deadlock. Note that this
makes the public function gst_base_src_wait_playing() useless as we
will wait after create, when we take back the lock.
--
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