1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Debug GStreamer execution

Allow to config gstreamer log level
This commit is contained in:
albfan 2016-10-23 09:47:56 +02:00
parent 472fbf4a24
commit cedfeeebe1
4 changed files with 39 additions and 17 deletions

View file

@ -85,6 +85,8 @@ const char *LOG_SUBSYSTEM = NULL;
unsigned int log_max_sev = LOG_NOTICE;
char *gst_debug = NULL;
/*
* Forward declaration so we can use the locked-versions in other functions
* here. Be careful to avoid deadlocks, though.

View file

@ -61,6 +61,11 @@ enum log_severity {
extern unsigned int log_max_sev;
/*
* Defines the debug configuration for gstreamer
*/
extern char* gst_debug;
/*
* Timestamping
* Call this to initialize timestamps and cause all log-messages to be prefixed