Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject boilerplat...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 23 Jun 2006 09:09:44 +0000 (09:09 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 11 Sep 2012 00:54:29 +0000 (01:54 +0100)
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
gst/gdp/gstgdppay.c

index 9ffddfe..3f973b8 100644 (file)
@@ -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) \
index e44a6fe..e80476e 100644 (file)
@@ -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