gstreamer logs

Tim-Philipp Müller t.i.m at zen.co.uk
Wed Feb 20 01:49:37 PST 2013


On Wed, 2013-02-20 at 01:37 -0800, Raju wrote:
> Hi,
> 
> Can any body tell me the difference between the following two different list
> of gstreamer debug levels.
> 
> *DEBUG LEVEL LIST 1*
> 
> 0 - NONE
> 1 - ERROR
> 2 - WARNING
> 3 - FIXME
> 4 - INFO
> 5 - DEBUG
> 6 - LOG
> 7 - TRACE
> 9 - MEMDUMP

This applies to GStreamer 1.0 (FIXME is between WARNING and INFO)

> *DEBUG LEVEL LIST 2*
> 0 - none
> 1 - ERROR
> 2 - WARNING
> 3 - INFO
> 4 - DEBUG
> 5 - LOG

This is for an older version of the now-unmaintained GStreamer 0.10. The
later 0.10 versions also have:

  6 - FIXME
  7 - TRACE
  9 - MEMDUMP

and in 1.0 the FIXME was then moved further up.

Cheers
 -Tim



More information about the gstreamer-devel mailing list