gstreamer/libs/gst
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
..
base basetransform: don't pass NULL outcaps to transform_size on shutdown 2013-02-21 11:28:12 +00:00
check check: add some more fail_unless_*() macros for convenience 2013-02-19 17:40:20 +00:00
controller triggercontrolsource: add missing end_iter check for sequence 2013-02-17 19:53:55 +01:00
helpers Fix FSF address 2012-11-03 20:44:48 +00:00
net Use GST_*_1_0 environment variables everywhere 2013-01-15 13:47:32 +00:00
Makefile.am dist net directory only once 2012-03-21 12:10:21 +01:00