audiodecoder: avoid unnecessary gst_pad_has_current_caps() checks
authorTim-Philipp Müller <tim@centricular.com>
Tue, 8 Mar 2016 19:22:18 +0000 (19:22 +0000)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 24 Mar 2016 12:49:12 +0000 (14:49 +0200)
commitf4fb623aba4a28f1819bf22f9fe3b4af497ce926
treec16b4cfb7d524ee0de827a64593a853c9ed0e5e8
parent65f721b326fa3f8cb20297cb1a47074dd11e32b4
audiodecoder: avoid unnecessary gst_pad_has_current_caps() checks

No need to do this for each input buffer, we have the input caps
stored somewhere already.

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