mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
audioencoder: changed is verily the opposite of equal
This commit is contained in:
parent
b420dd54ea
commit
2a362a95f7
1 changed files with 1 additions and 1 deletions
|
@ -983,7 +983,7 @@ gst_audio_encoder_sink_setcaps (GstPad * pad, GstCaps * caps)
|
|||
if (!gst_audio_info_from_caps (state, caps))
|
||||
goto refuse_caps;
|
||||
|
||||
changed = audio_info_is_equal (state, old_state);
|
||||
changed = !audio_info_is_equal (state, old_state);
|
||||
gst_audio_info_free (old_state);
|
||||
|
||||
if (changed) {
|
||||
|
|
Loading…
Reference in a new issue