mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
audiodecoder: Fix previous commit
(sorry)
This commit is contained in:
parent
d1cf4b2b9a
commit
f9ebfd57f8
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ gst_audio_decoder_negotiate_default (GstAudioDecoder * dec)
|
|||
|
||||
prevcaps = gst_pad_get_current_caps (dec->srcpad);
|
||||
if (!prevcaps || !gst_caps_is_equal (prevcaps, caps))
|
||||
set_caps = TRUE;
|
||||
set_caps = FALSE;
|
||||
if (prevcaps)
|
||||
gst_caps_unref (prevcaps);
|
||||
|
||||
|
|
Loading…
Reference in a new issue