From f50089ec63a86b65ea88a06a718555b77d12c8fa Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Fri, 25 Jun 2021 15:57:03 +0200 Subject: interlace: Push the reconfigure event in the right direction Part-of: --- gst/interlace/gstinterlace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/interlace/gstinterlace.c b/gst/interlace/gstinterlace.c index fa17d42ae..d40fbce6f 100644 --- a/gst/interlace/gstinterlace.c +++ b/gst/interlace/gstinterlace.c @@ -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; } -- cgit v1.2.1