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:
Mathieu Duponchelle 2013-08-06 15:38:39 +02:00 committed by Sebastian Dröge
parent 8db3648544
commit 707e39fe7a

View file

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