[Bug 683794] tests: decodebin test_reuse_without_decoders sometimes fails with not-negotiated error on bus

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Jul 24 15:52:13 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=683794
  GStreamer | gst-plugins-base | 0.11.x

--- Comment #4 from Thiago Sousa Santos <thiagossantos at gmail.com> 2014-07-24 22:52:07 UTC ---
Found one issue:
gst_decode_chain_free is called on paused -> ready and it will free the chains,
but the decoded pad has a query handler that is blocked in the chain mutex
waiting for the chain_free to end, but it will have freed the chain (and the
mutex).

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