interlace: Push the reconfigure event in the right direction

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2361>
This commit is contained in:
Jan Alexander Steffens (heftig) 2021-06-25 15:57:03 +02:00 committed by GStreamer Marge Bot
parent 77a2ad5b1a
commit f50089ec63

View file

@ -1467,7 +1467,7 @@ gst_interlace_set_property (GObject * object,
g_mutex_unlock (&interlace->lock);
} else {
g_mutex_unlock (&interlace->lock);
gst_pad_push_event (interlace->srcpad, gst_event_new_reconfigure ());
gst_pad_push_event (interlace->sinkpad, gst_event_new_reconfigure ());
}
break;
}