mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-30 05:24:52 +00:00
gst_pad_get_current_caps() on the source pad might yield NULL caps if we're being shut down and the source pad has already been deactivated by the other thread that's changing state. Just bail out in that case, instead of passing NULL caps to the transform_size function, which it might not expect. Fixes spurious warnings in audioresample shutdown unit test. https://bugzilla.gnome.org/show_bug.cgi?id=693996 |
||
---|---|---|
.. | ||
gst | ||
Makefile.am |