GstEnginePipeline: Return true from BusCallback
This commit is contained in:
@@ -912,7 +912,7 @@ gboolean GstEnginePipeline::BusCallback(GstBus*, GstMessage *msg, gpointer self)
|
||||
break;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user