Skip to content

qtdemux: Avoid crash on reconfiguring.

Jan Schmidt requested to merge thaytan/gstreamer:qtdemux-crash-fix into main

When reconfiguring a stream that never created an output pad, don't access a NULL GstPad pointer.

Merge request reports