From f8783d2cc64994c2226e901e92915963afb7bc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 23 Jun 2006 09:09:44 +0000 Subject: Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject boilerplate macro. Original commit message from CVS: * ext/directfb/dfbvideosink.c: * ext/gsm/gstgsmdec.c: * ext/gsm/gstgsmenc.c: * ext/libmms/gstmms.c: * ext/neon/gstneonhttpsrc.c: * ext/theora/theoradec.c: * gst/freeze/gstfreeze.c: * gst/gdp/gstgdpdepay.c: * gst/gdp/gstgdppay.c: * sys/glsink/glimagesink.c: Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject boilerplate macro. --- ext/gsm/gstgsmdec.c | 2 +- ext/gsm/gstgsmenc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/gsm') diff --git a/ext/gsm/gstgsmdec.c b/ext/gsm/gstgsmdec.c index ef2c3ea1..e312255c 100644 --- a/ext/gsm/gstgsmdec.c +++ b/ext/gsm/gstgsmdec.c @@ -27,7 +27,7 @@ #include "gstgsmdec.h" -GST_DEBUG_CATEGORY (gsmdec_debug); +GST_DEBUG_CATEGORY_STATIC (gsmdec_debug); #define GST_CAT_DEFAULT (gsmdec_debug) /* elementfactory information */ diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index 5e422ebd..209e5c58 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -27,7 +27,7 @@ #include "gstgsmenc.h" -GST_DEBUG_CATEGORY (gsmenc_debug); +GST_DEBUG_CATEGORY_STATIC (gsmenc_debug); #define GST_CAT_DEFAULT (gsmenc_debug) /* elementfactory information */ -- cgit v1.2.1