mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
pbutils: fix missing plugin description for missing elements
CID: 1226445
This commit is contained in:
parent
8721abcc3a
commit
3f45b49dde
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ gst_missing_plugin_message_get_description (GstMessage * msg)
|
|||
else if (missing_type == GST_MISSING_TYPE_URISINK)
|
||||
ret = gst_pb_utils_get_sink_description (detail);
|
||||
else
|
||||
ret = gst_pb_utils_get_sink_description (detail);
|
||||
ret = gst_pb_utils_get_element_description (detail);
|
||||
g_free (detail);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue