diff options
author | Gergely Nagy <algernon@bonehunter.rulez.org> | 2005-04-14 08:45:59 +0000 |
---|---|---|
committer | Gergely Nagy <algernon@bonehunter.rulez.org> | 2005-04-14 08:45:59 +0000 |
commit | 170d32b4cc3b51b484161cfb63edaa5a80a999b2 (patch) | |
tree | 8d1c5f8583489f93fd10849b78a8c43811704812 /gst/switch | |
parent | 7572c8532ec30e5050c58d4e769119a943cfa1ce (diff) | |
download | gst-plugins-bad-170d32b4cc3b51b484161cfb63edaa5a80a999b2.tar.gz gst-plugins-bad-170d32b4cc3b51b484161cfb63edaa5a80a999b2.tar.bz2 gst-plugins-bad-170d32b4cc3b51b484161cfb63edaa5a80a999b2.zip |
gst/switch/gstswitch.c: Set a default debug category. (Fixes: #300337)
Original commit message from CVS:
* gst/switch/gstswitch.c: Set a default debug category. (Fixes: #300337)
Diffstat (limited to 'gst/switch')
-rw-r--r-- | gst/switch/gstswitch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/switch/gstswitch.c b/gst/switch/gstswitch.c index 2612e00b..c3a570a0 100644 --- a/gst/switch/gstswitch.c +++ b/gst/switch/gstswitch.c @@ -32,6 +32,7 @@ enum }; GST_DEBUG_CATEGORY_STATIC (switch_debug); +#define GST_CAT_DEFAULT switch_debug /* ElementFactory information */ static GstElementDetails gst_switch_details = GST_ELEMENT_DETAILS ("Switch", |