From 17582f36fcda99f015cf00509d21f14586c1fe7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 23 Jun 2006 09:09:44 +0000 Subject: [PATCH] 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. --- gst/gdp/gstgdpdepay.c | 2 +- gst/gdp/gstgdppay.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gdp/gstgdpdepay.c b/gst/gdp/gstgdpdepay.c index 9ffddfe2b4..3f973b8bd8 100644 --- a/gst/gdp/gstgdpdepay.c +++ b/gst/gdp/gstgdpdepay.c @@ -64,7 +64,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_ALWAYS, GST_STATIC_CAPS_ANY); -GST_DEBUG_CATEGORY (gst_gdp_depay_debug); +GST_DEBUG_CATEGORY_STATIC (gst_gdp_depay_debug); #define GST_CAT_DEFAULT gst_gdp_depay_debug #define _do_init(x) \ diff --git a/gst/gdp/gstgdppay.c b/gst/gdp/gstgdppay.c index e44a6fe8e1..e80476e51f 100644 --- a/gst/gdp/gstgdppay.c +++ b/gst/gdp/gstgdppay.c @@ -56,7 +56,7 @@ GST_STATIC_PAD_TEMPLATE ("src", GST_PAD_ALWAYS, GST_STATIC_CAPS ("application/x-gdp")); -GST_DEBUG_CATEGORY (gst_gdp_pay_debug); +GST_DEBUG_CATEGORY_STATIC (gst_gdp_pay_debug); #define GST_CAT_DEFAULT gst_gdp_pay_debug #define DEFAULT_CRC_HEADER TRUE -- 2.34.1