summaryrefslogtreecommitdiff
path: root/gst/gdp/gstgdppay.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-06-23 09:09:44 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-09-11 01:54:29 +0100
commit17582f36fcda99f015cf00509d21f14586c1fe7c (patch)
treecb7d82a159f85b10061df91c35f757e4997391fc /gst/gdp/gstgdppay.c
parent1094a0a54d16a8f37062130302f7d458e273f9b9 (diff)
downloadgstreamer-plugins-bad-17582f36fcda99f015cf00509d21f14586c1fe7c.tar.gz
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.
Diffstat (limited to 'gst/gdp/gstgdppay.c')
-rw-r--r--gst/gdp/gstgdppay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gdp/gstgdppay.c b/gst/gdp/gstgdppay.c
index e44a6fe8e..e80476e51 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