adding NEW debug level
Raju
raju.babannavar at gmail.com
Fri Mar 1 23:31:23 PST 2013
Hi,
I am running gstreamer-1.0. I want to add new debug level in the
GstDebuglevel enumeration. Will it work if I simply add the enum values in
the gstinfo.h or should I have add it in any other file?
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_DEBUG = 5,
GST_LEVEL_LOG = 6,
GST_LEVEL_TRACE = 7,
/* add more */
GST_LEVEL_MEMDUMP = 9,
/* add more */
MY_LOG_LEVEL=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-tp4658842.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list