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:
parent
472fbf4a24
commit
cedfeeebe1
4 changed files with 39 additions and 17 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue