gstreamer logs
Kyrylo V Polezhaiev
polezhaiev at ukr.net
Tue Feb 26 07:41:31 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
>
Are you sure you want to change this enum? Why do you need it?
More information about the gstreamer-devel
mailing list