mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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:
parent
77a2ad5b1a
commit
f50089ec63
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue