validate: media-descirptor: Add more infos about discoverer error

This commit is contained in:
Thibault Saunier 2014-06-18 13:01:42 +02:00
parent 5983df47c5
commit a4d3971709

View file

@ -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;
} }