mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge pull request #13988 from raymanfx:gstreamer
This commit is contained in:
@@ -1811,6 +1811,10 @@ void handleMessage(GstElement * pipeline)
|
||||
|
||||
while(gst_bus_have_pending(bus)) {
|
||||
msg = gst_bus_pop(bus);
|
||||
if (!msg || !GST_IS_MESSAGE(msg))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
//printf("\t\tGot %s message\n", GST_MESSAGE_TYPE_NAME(msg));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user