mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
validate: media-descirptor: Add more infos about discoverer error
This commit is contained in:
parent
5983df47c5
commit
a4d3971709
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ gst_media_descriptor_writer_new_discover (GstValidateRunner * runner,
|
|||
if (info == NULL
|
||||
|| gst_discoverer_info_get_result (info) != GST_DISCOVERER_OK) {
|
||||
|
||||
GST_ERROR ("Could not discover URI: %s", uri);
|
||||
GST_ERROR ("Could not discover URI: %s (erro: %s", uri, (*err)->message);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue