sip: pipeline: Only inform of unhandled bus massages when debugging
These messages are mainly useful for development. This part will be rewritten once we introduce structured logging. For the moment this will just add noise.
This commit is contained in:
@@ -159,7 +159,8 @@ bus_cb (GstBus *bus,
|
||||
}
|
||||
|
||||
default:
|
||||
g_debug ("Got unhandled %s message", GST_MESSAGE_TYPE_NAME (message));
|
||||
if (pipeline->debug)
|
||||
g_debug ("Got unhandled %s message", GST_MESSAGE_TYPE_NAME (message));
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user