adding NEW debug level

Raju raju.babannavar at gmail.com
Sat Mar 2 06:04:03 PST 2013


Hi Tim,

That is a very helpful reply. Suppose If i want to modify the existing enum
value like following. How can I achieve that. Will it be good enough if I
change the enum or do I have to do any other changes?

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/adding-NEW-debug-level-tp4658842p4658846.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list