mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
rtsp-media-factory-uri: GST_PLUGIN_FEATURE_NAME is no longer
This commit is contained in:
parent
14f8ed65b4
commit
597a99e9b9
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ payloader_filter (GstPluginFeature * feature, FilterData * data)
|
|||
list = &data->payload;
|
||||
|
||||
if (list) {
|
||||
GST_DEBUG ("adding %s", GST_PLUGIN_FEATURE_NAME (fact));
|
||||
GST_DEBUG ("adding %s", GST_OBJECT_NAME (fact));
|
||||
*list = g_list_prepend (*list, fact);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue