gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I somehow...
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 14 Nov 2008 21:44:33 +0000 (21:44 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 14 Nov 2008 21:44:33 +0000 (21:44 +0000)
commitca161e799f630aef855c2bf2350aceffaae6775d
tree222badc85e607387dad0f53942bd651a3bef9fa2
parent66ba67723ee608d6e68e510f3282ceb43a09f6b4
gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I somehow encountered - with a FLUSH_STOP arri...

Original commit message from CVS:
* gst/audioresample/gstaudioresample.c:
Guard against a NULL dereference I somehow encountered -
with a FLUSH_STOP arriving either before basetransform _start(),
or after _stop().
* gst/typefind/gsttypefindfunctions.c:
Make sure we never jump backwards when typefinding corrupt mov files.
ChangeLog
gst/audioresample/gstaudioresample.c
gst/typefind/gsttypefindfunctions.c