How to disable all gstreamer outputs?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

How to disable all gstreamer outputs?

BogdanS
How can I disable all gstreamer outputs to debug file?
If I put GST_DEBUG=0 it still print's errors of Glib library.  (like myprog.exe:3528 : Glib_Gobject .... )
How can I disable it?
Reply | Threaded
Open this post in threaded view
|

Re: How to disable all gstreamer outputs?

Aleph Beth
You could append > /dev/null 2&>1 to pipe all stdout and stderr output to null.


BogdanS <[hidden email]> schrieb am 15:54 Dienstag, 18.April 2017:


How can I disable all gstreamer outputs to debug file?
If I put GST_DEBUG=0 it still print's errors of Glib library.  (like
myprog.exe:3528 : Glib_Gobject .... )
How can I disable it?




--
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to disable all gstreamer outputs?

Nicolas Dufresne-5
Le mardi 18 avril 2017 à 14:33 +0000, Aleph Beth a écrit :
> How can I disable all gstreamer outputs to debug file?
> If I put GST_DEBUG=0 it still print's errors of Glib library.  (like
> myprog.exe:3528 : Glib_Gobject .... )
> How can I disable it?

GLib and GStreamer are not the same library. Look at GLib compile
option to compile-out traces. Note that if some of these are WARNINGS
or CRITICALS, I would care fixing them rather then hiding.

regards,
Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (188 bytes) Download Attachment