Merge pull request #13988 from raymanfx:gstreamer

This commit is contained in:
Alexander Alekhin 2019-03-06 20:47:03 +00:00
commit d8b58205be

View File

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