mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
examples: webrtc: Actually create the custom ICE agent
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5568>
This commit is contained in:
parent
2f115847c2
commit
5c8fff0807
1 changed files with 1 additions and 1 deletions
|
@ -166,5 +166,5 @@ customice_agent_init (CustomICEAgent * ice)
|
||||||
CustomICEAgent *
|
CustomICEAgent *
|
||||||
customice_agent_new (const gchar * name)
|
customice_agent_new (const gchar * name)
|
||||||
{
|
{
|
||||||
return g_object_new (GST_TYPE_WEBRTC_NICE, "name", name, NULL);
|
return g_object_new (CUSTOMICE_TYPE_AGENT, "name", name, NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue