Skip to content

stream: Don't use GST_FIXME_OBJECT() when generating a random stream id if the...

stream: Don't use GST_FIXME_OBJECT() when generating a random stream id if the caller didn't provide one

That would call into gst_info_describe_stream(), which takes the same mutex a second time and then deadlocks.

Merge request reports