mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-13 03:38:55 +00:00
videomixer: Don't send reconfigure event when formats or PAR are different
It is racy with multiple pads. https://bugzilla.gnome.org/show_bug.cgi?id=704950
This commit is contained in:
parent
8db3648544
commit
707e39fe7a
1 changed files with 0 additions and 1 deletions
|
@ -321,7 +321,6 @@ gst_videomixer2_pad_sink_setcaps (GstPad * pad, GstObject * parent,
|
|||
GST_VIDEO_MIXER2_UNLOCK (mix);
|
||||
GST_DEBUG_OBJECT (pad, "got input caps %" GST_PTR_FORMAT ", but "
|
||||
"current caps are %" GST_PTR_FORMAT, caps, mix->current_caps);
|
||||
gst_pad_push_event (pad, gst_event_new_reconfigure ());
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue