validate: media-descirptor: Add more infos about discoverer error
This commit is contained in:
parent
5983df47c5
commit
a4d3971709
@ -519,7 +519,7 @@ gst_media_descriptor_writer_new_discover (GstValidateRunner * runner,
|
|||||||
if (info == NULL
|
if (info == NULL
|
||||||
|| gst_discoverer_info_get_result (info) != GST_DISCOVERER_OK) {
|
|| 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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user