gst/gst.c (parse_debug_list): Accept e.g. GST_DEBUG=4 to mean the same thing as GST_D...
authorAndy Wingo <wingo@pobox.com>
Wed, 24 Aug 2005 13:49:21 +0000 (13:49 +0000)
committerAndy Wingo <wingo@pobox.com>
Wed, 24 Aug 2005 13:49:21 +0000 (13:49 +0000)
commit76fffe8fc5cf6c8414d8b00daefffe9bed612dd6
treece03b958d962a89036bfd535836666d5935be3c7
parent6519d7bfbac9df72d32640518114e71e604235bc
gst/gst.c (parse_debug_list): Accept e.g. GST_DEBUG=4 to mean the same thing as GST_DEBUG=*:4.

Original commit message from CVS:
2005-08-24  Andy Wingo  <wingo@pobox.com>

* gst/gst.c (parse_debug_list): Accept e.g. GST_DEBUG=4 to mean
the same thing as GST_DEBUG=*:4.
(parse_debug_level, parse_debug_category): New helper parsers.
ChangeLog
docs/gst/tmpl/gstutils.sgml
gst/gst.c