gstreamer/libs
Tim-Philipp Müller 5a73d15c80 basetransform: don't pass NULL outcaps to transform_size on shutdown
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
2013-02-21 11:28:12 +00:00
..
gst basetransform: don't pass NULL outcaps to transform_size on shutdown 2013-02-21 11:28:12 +00:00
Makefile.am android: make it ready for androgenizer 2011-04-11 01:08:07 +02:00