audiodecoder: Don't assert on pad caps not being set
authorEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 19 Jul 2012 08:54:07 +0000 (10:54 +0200)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Thu, 19 Jul 2012 08:55:53 +0000 (10:55 +0200)
commit55f692eff682b78c924c5d79087e9f91e4dc93bb
tree1212a9f8a186bf76f0ffb182bd060406d6c609d3
parent0cc8445cfa6442bdf7bd7455bbe7ca2d0a43c8ab
audiodecoder: Don't assert on pad caps not being set

The decoder might have been de-activated in the meantime (resulting
in NULL pad caps).

If the decoder really isn't configured, then it will error out further
down when checking whether the GST_AUDIO_INFO_IS_VALID()

https://bugzilla.gnome.org/show_bug.cgi?id=667562
gst-libs/gst/audio/gstaudiodecoder.c