mirror of
https://github.com/opencv/opencv.git
synced 2025-08-04 21:36:35 +08:00
Merge pull request #13988 from raymanfx:gstreamer
This commit is contained in:
commit
d8b58205be
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user