Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to direct GStreamer log to a file?

I want to check the GStreamer log message when running some GUI application. I can not launch the application from the terminal for some error. I can only launch it by clicking.

So can I direct GStreamer log message to a local file in such a use case? Can GStreamer be configured to set a log file?

Thanks Amanda

like image 508
Amanda Avatar asked Feb 23 '23 20:02

Amanda


1 Answers

The environment variable GST_DEBUG_FILE does exactly this.

like image 95
jpa Avatar answered Mar 06 '23 20:03

jpa