summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>2021-06-25 15:57:03 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-07-06 07:41:03 +0000
commitf50089ec63a86b65ea88a06a718555b77d12c8fa (patch)
tree68e7002ed16427a4d1db2f58a6249a689f3cda5a /gst
parent77a2ad5b1a719830eabc14f550cce3d23d94f334 (diff)
downloadgstreamer-plugins-bad-f50089ec63a86b65ea88a06a718555b77d12c8fa.tar.gz
interlace: Push the reconfigure event in the right direction
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2361>
Diffstat (limited to 'gst')
-rw-r--r--gst/interlace/gstinterlace.c2
1 files changed, 1 insertions, 1 deletions
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;
}