gstreamer logs

Raju raju.babannavar at gmail.com
Tue Feb 26 07:32:17 PST 2013


Hi,

I want to modify the values in the GstDebuglevel enumeration. Will it work
if I simply change the enum values in the gstinfo.h or should I have to do
any other modification?

I want something like this:

typedef enum {
  GST_LEVEL_NONE = 0,
  GST_LEVEL_ERROR = 1,
  GST_LEVEL_WARNING = 2,
  GST_LEVEL_FIXME = 3,
  GST_LEVEL_INFO = 4,
  GST_LEVEL_LOG = 6,
  GST_LEVEL_TRACE = 7,
  /* add more */
  GST_LEVEL_MEMDUMP = 9,
  /* add more */
  GST_LEVEL_DEBUG = 10,
  GST_LEVEL_COUNT
} GstDebugLevel;


Thanks in advance.

regards
Raju Babannavar




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gstreamer-logs-tp4658621p4658785.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list