audiodecoder: Don't unref caps twice

Thanks to Josep Torra for noticing.
This commit is contained in:
Sebastian Dröge 2012-10-10 15:49:46 +02:00
parent 706498cb6e
commit e779002cfd

View 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;
}