wavparse: Don't try to add srcpad if we don't know valid caps yet
authorSebastian Dröge <sebastian@centricular.com>
Mon, 31 Oct 2016 07:00:49 +0000 (09:00 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 31 Oct 2016 09:11:32 +0000 (11:11 +0200)
commit9ba6fb86d8e63a83031824d25d633116e78b4c66
tree3702282618a6156fcfe246009e077c7b1ea42bd8
parent1dc1ee2ae34574fd764a913dcb499dc1e36b8a26
wavparse: Don't try to add srcpad if we don't know valid caps yet

Otherwise we'll run into an assertion on specially crafted files.

https://bugzilla.gnome.org/show_bug.cgi?id=773643
gst/wavparse/gstwavparse.c