mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
Better error message for missing gstreamer plugin
This commit is contained in:
parent
a8ec658611
commit
a25cfb463d
@ -2820,7 +2820,8 @@ void handleMessage(GstElement * pipeline)
|
|||||||
|
|
||||||
if (gst_is_missing_plugin_message(msg))
|
if (gst_is_missing_plugin_message(msg))
|
||||||
{
|
{
|
||||||
CV_WARN("your GStreamer installation is missing a required plugin");
|
CV_WARN("your GStreamer installation is missing a required plugin: " <<
|
||||||
|
gst_missing_plugin_message_get_description(msg));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user