Skip to content

multiqueue: Ensure peer pad exists when iterating internal links

Jan Alexander Steffens requested to merge heftig/gstreamer:mq-race into master

The pads can be NULL when we're racing with pad removal, e.g. when the pads get removed between gst_pad_iterate_internal_links acquiring the parent element and gst_multi_queue_iterate_internal_links locking the multiqueue.

Merge request reports