audiodecoder: Don't unref caps twice
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 10 Oct 2012 13:49:46 +0000 (15:49 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 10 Oct 2012 13:50:31 +0000 (15:50 +0200)
Thanks to Josep Torra for noticing.

gst-libs/gst/audio/gstaudiodecoder.c

index 93ee163..9ee8366 100644 (file)
@@ -659,7 +659,6 @@ gst_audio_decoder_set_output_format (GstAudioDecoder * dec,
   if (!gst_caps_is_subset (caps, templ_caps)) {
     GST_WARNING_OBJECT (dec, "Requested output format %" GST_PTR_FORMAT
         " do not match template %" GST_PTR_FORMAT, caps, templ_caps);
-    gst_caps_unref (caps);
     gst_caps_unref (templ_caps);
     goto refuse_caps;
   }