From: Tim-Philipp Müller Date: Fri, 23 Jun 2006 09:09:44 +0000 (+0000) Subject: Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject boilerplat... X-Git-Tag: 1.19.3~507^2~15122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17582f36fcda99f015cf00509d21f14586c1fe7c;p=platform%2Fupstream%2Fgstreamer.git 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. --- 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