mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
rtspclientsink: 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-rtsp-server/-/merge_requests/138>
This commit is contained in:
parent
7174f04103
commit
1c74592806
1 changed files with 0 additions and 1 deletions
|
@ -227,7 +227,6 @@ gst_rtsp_client_sink_pad_new (const GstPadTemplate * pad_tmpl,
|
|||
ret =
|
||||
g_object_new (GST_TYPE_RTSP_CLIENT_SINK_PAD, "direction", GST_PAD_SINK,
|
||||
"template", pad_tmpl, "name", name, NULL);
|
||||
gst_ghost_pad_construct (GST_GHOST_PAD_CAST (ret));
|
||||
|
||||
return GST_PAD (ret);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue