suppressing gstreamer output

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

suppressing gstreamer output

Ash-25
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?

Use video conversation to talk face-to-face with Windows Live Messenger. Get started.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: suppressing gstreamer output

michael smith-6-3
On Tue, Jul 29, 2008 at 3:55 PM, Ash <[hidden email]> 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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: suppressing gstreamer output

Ash-25
Is there a way to turn off G_WARNINGS?

> Date: Tue, 29 Jul 2008 16:04:17 -0700
> From: [hidden email]
> To: [hidden email]
> Subject: Re: [gst-devel] suppressing gstreamer output
>
> On Tue, Jul 29, 2008 at 3:55 PM, Ash <[hidden email]> 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
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


Time for vacation? WIN what you need. Enter Now!
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: suppressing gstreamer output

michael smith-6-3
On Tue, Jul 29, 2008 at 4:06 PM, Ash <[hidden email]> wrote:
> Is there a way to turn off G_WARNINGS?

My point was that these are _extremely serious_ problems; you need to
fix them rather than pretend they aren't happening.

You might be able to disable these at compile time, I don't know -
that would be a glib thing. However, even if you can, you shouldn't.

Mike

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel