gst/audioresample/gstaudioresample.c: Guard against a NULL dereference I somehow...
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 14 Nov 2008 21:44:32 +0000 (21:44 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 14 Nov 2008 21:44:32 +0000 (21:44 +0000)
commit0e3ee0f648bd4e1a96dc86c26917da369ffa60b2
treeb13805051295d3dce4e71895812f460220d98e10
parent46cfbbe0c4acd0a0da6a20cd050bbc19b83a417f
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.
gst/audioresample/gstaudioresample.c