[gst-devel] suppressing gstreamer output
Michael Smith
msmith at xiph.org
Wed Jul 30 01:04:17 CEST 2008
On Tue, Jul 29, 2008 at 3:55 PM, Ash <hashbrown100 at hotmail.com> wrote:
> Gstreamer seems to output a lot of warnings internally from demux'es,
> codec's, etc. Is there a way to suppress all of these from outputting to the
> terminal?
Generally speaking, gstreamer will only output to the console:
- via the debug system, if you turn it on
- via G_WARNING/G_CRITICAL: these are programming errors. Often in
gstreamer, often in applications. You should treat them as serious
problems that you need to fix.
- Some specific plugins use libraries that output to the console;
gstreamer can't do anything about that. ffmpeg is a common culprit.
Mike
More information about the gstreamer-devel
mailing list