mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
smart-video-mixer: Don't call gst_ghost_pad_construct() anymore
It's deprecated, unneeded and doesn't do anything anymore. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-editing-services/-/merge_requests/192>
This commit is contained in:
parent
5bcf0e079a
commit
361c638d74
1 changed files with 0 additions and 1 deletions
|
@ -271,7 +271,6 @@ _request_new_pad (GstElement * element, GstPadTemplate * templ,
|
|||
gst_bin_add (GST_BIN (self), infos->bin);
|
||||
ghost = g_object_new (ges_smart_mixer_pad_get_type (), "name", name,
|
||||
"direction", GST_PAD_DIRECTION (tmpghost), NULL);
|
||||
gst_ghost_pad_construct (GST_GHOST_PAD (ghost));
|
||||
gst_ghost_pad_set_target (GST_GHOST_PAD_CAST (ghost), tmpghost);
|
||||
gst_pad_set_active (ghost, TRUE);
|
||||
if (!gst_element_add_pad (GST_ELEMENT (self), ghost))
|
||||
|
|
Loading…
Reference in a new issue