From 05eaedc496de5e686a5a6d875598104459d60af6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 22 Jun 2006 19:31:04 +0000 Subject: [PATCH] Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes. Original commit message from CVS: * ext/annodex/gstcmmldec.c: * ext/annodex/gstcmmlenc.c: * ext/annodex/gstcmmlparser.c: * ext/dv/gstdvdec.c: * ext/dv/gstdvdemux.c: * ext/gdk_pixbuf/pixbufscale.c: * ext/jpeg/gstjpegenc.c: * ext/jpeg/gstsmokedec.c: * ext/jpeg/gstsmokeenc.c: * ext/libpng/gstpngdec.c: * ext/libpng/gstpngenc.c: * ext/speex/gstspeexenc.c: * gst/alpha/gstalphacolor.c: * gst/cutter/gstcutter.c: * gst/debug/gstnavigationtest.c: * gst/icydemux/gsticydemux.c: * gst/level/gstlevel.c: * gst/multipart/multipart.c: * gst/rtp/gstrtpamrpay.c: * gst/rtp/gstrtpdepay.c: * gst/rtp/gstrtpilbcpay.c: * gst/rtp/gstrtpmp4gpay.c: * gst/rtp/gstrtpmp4vpay.c: * gst/rtsp/gstrtpdec.c: * gst/rtsp/gstrtspsrc.c: * gst/udp/gstdynudpsink.c: * gst/udp/gstmultiudpsink.c: * gst/udp/gstudpsrc.c: * gst/videobox/gstvideobox.c: * gst/videofilter/gstvideoflip.c: Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro fixes. --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ ext/annodex/gstcmmldec.c | 2 +- ext/annodex/gstcmmlenc.c | 2 +- ext/annodex/gstcmmlparser.c | 2 +- ext/dv/gstdvdec.c | 2 +- ext/dv/gstdvdemux.c | 2 +- ext/gdk_pixbuf/pixbufscale.c | 2 +- ext/jpeg/gstjpegenc.c | 2 +- ext/jpeg/gstsmokedec.c | 2 +- ext/jpeg/gstsmokeenc.c | 2 +- ext/libpng/gstpngdec.c | 2 +- ext/libpng/gstpngenc.c | 2 +- ext/speex/gstspeexenc.c | 2 +- gst/alpha/gstalphacolor.c | 4 ++-- gst/cutter/gstcutter.c | 2 +- gst/debug/gstnavigationtest.c | 2 +- gst/icydemux/gsticydemux.c | 2 +- gst/level/gstlevel.c | 2 +- gst/multipart/multipart.c | 2 -- gst/rtp/gstrtpamrpay.c | 2 +- gst/rtp/gstrtpdepay.c | 2 +- gst/rtp/gstrtpilbcpay.c | 6 +++--- gst/rtp/gstrtpmp4gpay.c | 2 +- gst/rtp/gstrtpmp4vpay.c | 2 +- gst/rtsp/gstrtpdec.c | 2 +- gst/rtsp/gstrtspsrc.c | 2 +- gst/udp/gstdynudpsink.c | 2 +- gst/udp/gstmultiudpsink.c | 2 +- gst/udp/gstudpsrc.c | 2 +- gst/videobox/gstvideobox.c | 2 +- gst/videofilter/gstvideoflip.c | 2 +- 31 files changed, 67 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6580f5a..c5777bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,40 @@ 2006-06-22 Tim-Philipp Müller + * ext/annodex/gstcmmldec.c: + * ext/annodex/gstcmmlenc.c: + * ext/annodex/gstcmmlparser.c: + * ext/dv/gstdvdec.c: + * ext/dv/gstdvdemux.c: + * ext/gdk_pixbuf/pixbufscale.c: + * ext/jpeg/gstjpegenc.c: + * ext/jpeg/gstsmokedec.c: + * ext/jpeg/gstsmokeenc.c: + * ext/libpng/gstpngdec.c: + * ext/libpng/gstpngenc.c: + * ext/speex/gstspeexenc.c: + * gst/alpha/gstalphacolor.c: + * gst/cutter/gstcutter.c: + * gst/debug/gstnavigationtest.c: + * gst/icydemux/gsticydemux.c: + * gst/level/gstlevel.c: + * gst/multipart/multipart.c: + * gst/rtp/gstrtpamrpay.c: + * gst/rtp/gstrtpdepay.c: + * gst/rtp/gstrtpilbcpay.c: + * gst/rtp/gstrtpmp4gpay.c: + * gst/rtp/gstrtpmp4vpay.c: + * gst/rtsp/gstrtpdec.c: + * gst/rtsp/gstrtspsrc.c: + * gst/udp/gstdynudpsink.c: + * gst/udp/gstmultiudpsink.c: + * gst/udp/gstudpsrc.c: + * gst/videobox/gstvideobox.c: + * gst/videofilter/gstvideoflip.c: + Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) + plus two minor macro fixes. + +2006-06-22 Tim-Philipp Müller + * gst/matroska/matroska-demux.c: (gst_matroska_demux_check_subtitle_buffer), (gst_matroska_demux_parse_blockgroup_or_simpleblock), diff --git a/ext/annodex/gstcmmldec.c b/ext/annodex/gstcmmldec.c index 71f322f..b388488 100644 --- a/ext/annodex/gstcmmldec.c +++ b/ext/annodex/gstcmmldec.c @@ -53,7 +53,7 @@ #include "gstcmmldec.h" #include "gstcmmlutils.h" -GST_DEBUG_CATEGORY (cmmldec); +GST_DEBUG_CATEGORY_STATIC (cmmldec); #define GST_CAT_DEFAULT cmmldec #define CMML_IDENT_HEADER_SIZE 29 diff --git a/ext/annodex/gstcmmlenc.c b/ext/annodex/gstcmmlenc.c index fabe6ec..d8392c6 100644 --- a/ext/annodex/gstcmmlenc.c +++ b/ext/annodex/gstcmmlenc.c @@ -47,7 +47,7 @@ #include "gstcmmlenc.h" #include "gstannodex.h" -GST_DEBUG_CATEGORY (cmmlenc); +GST_DEBUG_CATEGORY_STATIC (cmmlenc); #define GST_CAT_DEFAULT cmmlenc #define CMML_IDENT_HEADER_SIZE 29 diff --git a/ext/annodex/gstcmmlparser.c b/ext/annodex/gstcmmlparser.c index 4e22fd3..abc79e7 100644 --- a/ext/annodex/gstcmmlparser.c +++ b/ext/annodex/gstcmmlparser.c @@ -29,7 +29,7 @@ #include "gstannodex.h" #include "gstcmmlutils.h" -GST_DEBUG_CATEGORY (cmmlparser); +GST_DEBUG_CATEGORY_STATIC (cmmlparser); #define GST_CAT_DEFAULT cmmlparser static void gst_cmml_parser_generic_error (void *ctx, const char *msg, ...); diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c index 7309812..501c57b 100644 --- a/ext/dv/gstdvdec.c +++ b/ext/dv/gstdvdec.c @@ -64,7 +64,7 @@ GST_ELEMENT_DETAILS ("DV video decoder", #define DV_DEFAULT_QUALITY DV_QUALITY_BEST #define DV_DEFAULT_DECODE_NTH 1 -GST_DEBUG_CATEGORY (dvdec_debug); +GST_DEBUG_CATEGORY_STATIC (dvdec_debug); #define GST_CAT_DEFAULT dvdec_debug enum diff --git a/ext/dv/gstdvdemux.c b/ext/dv/gstdvdemux.c index 1d005fb..e8d7041 100644 --- a/ext/dv/gstdvdemux.c +++ b/ext/dv/gstdvdemux.c @@ -107,7 +107,7 @@ #define NTSC_WIDE_PAR_X 40 #define NTSC_WIDE_PAR_Y 33 -GST_DEBUG_CATEGORY (dvdemux_debug); +GST_DEBUG_CATEGORY_STATIC (dvdemux_debug); #define GST_CAT_DEFAULT dvdemux_debug static const GstElementDetails dvdemux_details = diff --git a/ext/gdk_pixbuf/pixbufscale.c b/ext/gdk_pixbuf/pixbufscale.c index df5ba53..78da1b7 100644 --- a/ext/gdk_pixbuf/pixbufscale.c +++ b/ext/gdk_pixbuf/pixbufscale.c @@ -36,7 +36,7 @@ #define GST_RGB24_SIZE(width,height) ((height)*GST_RGB24_ROWSTRIDE(width)) -GST_DEBUG_CATEGORY (pixbufscale_debug); +GST_DEBUG_CATEGORY_STATIC (pixbufscale_debug); #define GST_CAT_DEFAULT pixbufscale_debug /* elementfactory information */ diff --git a/ext/jpeg/gstjpegenc.c b/ext/jpeg/gstjpegenc.c index 2fc16b4..ae91a8a 100644 --- a/ext/jpeg/gstjpegenc.c +++ b/ext/jpeg/gstjpegenc.c @@ -33,7 +33,7 @@ GST_ELEMENT_DETAILS ("JPEG image encoder", "Encode images in JPEG format", "Wim Taymans "); -GST_DEBUG_CATEGORY (jpegenc_debug); +GST_DEBUG_CATEGORY_STATIC (jpegenc_debug); #define GST_CAT_DEFAULT jpegenc_debug #define JPEG_DEFAULT_QUALITY 85 diff --git a/ext/jpeg/gstsmokedec.c b/ext/jpeg/gstsmokedec.c index 2cfc790..133763e 100644 --- a/ext/jpeg/gstsmokedec.c +++ b/ext/jpeg/gstsmokedec.c @@ -34,7 +34,7 @@ GST_ELEMENT_DETAILS ("Smoke video decoder", "Decode video from Smoke format", "Wim Taymans "); -GST_DEBUG_CATEGORY (smokedec_debug); +GST_DEBUG_CATEGORY_STATIC (smokedec_debug); #define GST_CAT_DEFAULT smokedec_debug /* SmokeDec signals and args */ diff --git a/ext/jpeg/gstsmokeenc.c b/ext/jpeg/gstsmokeenc.c index 2ea7cf8..186911e 100644 --- a/ext/jpeg/gstsmokeenc.c +++ b/ext/jpeg/gstsmokeenc.c @@ -33,7 +33,7 @@ GST_ELEMENT_DETAILS ("Smoke video encoder", "Encode images into the Smoke format", "Wim Taymans "); -GST_DEBUG_CATEGORY (smokeenc_debug); +GST_DEBUG_CATEGORY_STATIC (smokeenc_debug); #define GST_CAT_DEFAULT smokeenc_debug #define SMOKEENC_DEFAULT_MIN_QUALITY 10 diff --git a/ext/libpng/gstpngdec.c b/ext/libpng/gstpngdec.c index 3be0149..67f0878 100644 --- a/ext/libpng/gstpngdec.c +++ b/ext/libpng/gstpngdec.c @@ -29,7 +29,7 @@ GST_ELEMENT_DETAILS ("PNG image decoder", "Decode a png video frame to a raw image", "Wim Taymans "); -GST_DEBUG_CATEGORY (pngdec_debug); +GST_DEBUG_CATEGORY_STATIC (pngdec_debug); #define GST_CAT_DEFAULT pngdec_debug static void gst_pngdec_base_init (gpointer g_class); diff --git a/ext/libpng/gstpngenc.c b/ext/libpng/gstpngenc.c index 8736b33..dab1cdf 100644 --- a/ext/libpng/gstpngenc.c +++ b/ext/libpng/gstpngenc.c @@ -34,7 +34,7 @@ GST_ELEMENT_DETAILS ("PNG image encoder", "Encode a video frame to a .png image", "Jeremy SIMON "); -GST_DEBUG_CATEGORY (pngenc_debug); +GST_DEBUG_CATEGORY_STATIC (pngenc_debug); #define GST_CAT_DEFAULT pngenc_debug /* Filter signals and args */ diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c index bbd9e01..8f832a1 100644 --- a/ext/speex/gstspeexenc.c +++ b/ext/speex/gstspeexenc.c @@ -32,7 +32,7 @@ #include #include "gstspeexenc.h" -GST_DEBUG_CATEGORY (speexenc_debug); +GST_DEBUG_CATEGORY_STATIC (speexenc_debug); #define GST_CAT_DEFAULT speexenc_debug static GstPadTemplate *gst_speexenc_src_template, *gst_speexenc_sink_template; diff --git a/gst/alpha/gstalphacolor.c b/gst/alpha/gstalphacolor.c index 3cf6c7c..15c26c1 100644 --- a/gst/alpha/gstalphacolor.c +++ b/gst/alpha/gstalphacolor.c @@ -26,7 +26,7 @@ #include -GST_DEBUG_CATEGORY (alpha_color_debug); +GST_DEBUG_CATEGORY_STATIC (alpha_color_debug); #define GST_CAT_DEFAULT alpha_color_debug #define GST_TYPE_ALPHA_COLOR \ @@ -37,7 +37,7 @@ GST_DEBUG_CATEGORY (alpha_color_debug); (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_ALPHA_COLOR,GstAlphaColorClass)) #define GST_IS_ALPHA_COLOR(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_ALPHA_COLOR)) -#define GST_IS_ALPHA_COLOR_CLASS(obj) \ +#define GST_IS_ALPHA_COLOR_CLASS(klass) \ (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_ALPHA_COLOR)) typedef struct _GstAlphaColor GstAlphaColor; diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c index b45af6e..fc75754 100644 --- a/gst/cutter/gstcutter.c +++ b/gst/cutter/gstcutter.c @@ -27,7 +27,7 @@ #include "gstcutter.h" #include "math.h" -GST_DEBUG_CATEGORY (cutter_debug); +GST_DEBUG_CATEGORY_STATIC (cutter_debug); #define GST_CAT_DEFAULT cutter_debug #define CUTTER_DEFAULT_THRESHOLD_LEVEL 0.1 diff --git a/gst/debug/gstnavigationtest.c b/gst/debug/gstnavigationtest.c index b9c84b0..0b3e549 100644 --- a/gst/debug/gstnavigationtest.c +++ b/gst/debug/gstnavigationtest.c @@ -28,7 +28,7 @@ #include -GST_DEBUG_CATEGORY (navigationtest_debug); +GST_DEBUG_CATEGORY_STATIC (navigationtest_debug); #define GST_CAT_DEFAULT navigationtest_debug static const GstElementDetails navigationtest_details = diff --git a/gst/icydemux/gsticydemux.c b/gst/icydemux/gsticydemux.c index 688e7df..1518b26 100644 --- a/gst/icydemux/gsticydemux.c +++ b/gst/icydemux/gsticydemux.c @@ -56,7 +56,7 @@ GST_ELEMENT_DETAILS ("ICY tag demuxer", #define ICY_TYPE_FIND_MAX_SIZE (40*1024) -GST_DEBUG_CATEGORY (icydemux_debug); +GST_DEBUG_CATEGORY_STATIC (icydemux_debug); #define GST_CAT_DEFAULT (icydemux_debug) static GstStaticPadTemplate sink_factory = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index 9097e5d..b68b70c 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -83,7 +83,7 @@ #include "gstlevel.h" #include "math.h" -GST_DEBUG_CATEGORY (level_debug); +GST_DEBUG_CATEGORY_STATIC (level_debug); #define GST_CAT_DEFAULT level_debug static const GstElementDetails level_details = GST_ELEMENT_DETAILS ("Level", diff --git a/gst/multipart/multipart.c b/gst/multipart/multipart.c index 871f987..c159823 100644 --- a/gst/multipart/multipart.c +++ b/gst/multipart/multipart.c @@ -26,8 +26,6 @@ extern gboolean gst_multipart_demux_plugin_init (GstPlugin * plugin); extern gboolean gst_multipart_mux_plugin_init (GstPlugin * plugin); -GST_DEBUG_CATEGORY (vorbisdec_debug); - static gboolean plugin_init (GstPlugin * plugin) { diff --git a/gst/rtp/gstrtpamrpay.c b/gst/rtp/gstrtpamrpay.c index fd715ac..b7e15e6 100644 --- a/gst/rtp/gstrtpamrpay.c +++ b/gst/rtp/gstrtpamrpay.c @@ -27,7 +27,7 @@ #include "gstrtpamrpay.h" -GST_DEBUG_CATEGORY (rtpamrpay_debug); +GST_DEBUG_CATEGORY_STATIC (rtpamrpay_debug); #define GST_CAT_DEFAULT (rtpamrpay_debug) /* references: diff --git a/gst/rtp/gstrtpdepay.c b/gst/rtp/gstrtpdepay.c index d5623e8..c309ae3 100644 --- a/gst/rtp/gstrtpdepay.c +++ b/gst/rtp/gstrtpdepay.c @@ -20,7 +20,7 @@ #include "gstrtpdepay.h" -GST_DEBUG_CATEGORY (rtpdepay_debug); +GST_DEBUG_CATEGORY_STATIC (rtpdepay_debug); #define GST_CAT_DEFAULT (rtpdepay_debug) /* elementfactory information */ diff --git a/gst/rtp/gstrtpilbcpay.c b/gst/rtp/gstrtpilbcpay.c index 3882556..cb9409c 100644 --- a/gst/rtp/gstrtpilbcpay.c +++ b/gst/rtp/gstrtpilbcpay.c @@ -32,7 +32,7 @@ static GstElementDetails gst_rtpilbcpay_details = { "Philippe Kalaf " }; -GST_DEBUG_CATEGORY (rtpilbcpay_debug); +GST_DEBUG_CATEGORY_STATIC (rtpilbcpay_debug); #define GST_CAT_DEFAULT (rtpilbcpay_debug) static GstStaticPadTemplate gst_rtpilbcpay_sink_template = @@ -144,8 +144,8 @@ gst_rtpilbcpay_setcaps (GstBaseRTPPayload * basertppayload, GstCaps * caps) gst_basertppayload_set_outcaps (basertppayload, "mode", G_TYPE_INT, mode, NULL); if (mode != rtpilbcpay->mode && rtpilbcpay->mode != -1) { - GST_ERROR_OBJECT (rtpilbcpay, "Mode has changed from %d to %d! \ - Mode cannot change while streaming", rtpilbcpay->mode, mode); + GST_ERROR_OBJECT (rtpilbcpay, "Mode has changed from %d to %d! " + "Mode cannot change while streaming", rtpilbcpay->mode, mode); return FALSE; } rtpilbcpay->mode = mode; diff --git a/gst/rtp/gstrtpmp4gpay.c b/gst/rtp/gstrtpmp4gpay.c index abe6089..e09195e 100644 --- a/gst/rtp/gstrtpmp4gpay.c +++ b/gst/rtp/gstrtpmp4gpay.c @@ -27,7 +27,7 @@ #include "gstrtpmp4gpay.h" -GST_DEBUG_CATEGORY (rtpmp4gpay_debug); +GST_DEBUG_CATEGORY_STATIC (rtpmp4gpay_debug); #define GST_CAT_DEFAULT (rtpmp4gpay_debug) /* elementfactory information */ diff --git a/gst/rtp/gstrtpmp4vpay.c b/gst/rtp/gstrtpmp4vpay.c index 1d4c9c1..fc091e7 100644 --- a/gst/rtp/gstrtpmp4vpay.c +++ b/gst/rtp/gstrtpmp4vpay.c @@ -27,7 +27,7 @@ #include "gstrtpmp4vpay.h" -GST_DEBUG_CATEGORY (rtpmp4vpay_debug); +GST_DEBUG_CATEGORY_STATIC (rtpmp4vpay_debug); #define GST_CAT_DEFAULT (rtpmp4vpay_debug) /* elementfactory information */ diff --git a/gst/rtsp/gstrtpdec.c b/gst/rtsp/gstrtpdec.c index 39917423..24054d8 100644 --- a/gst/rtsp/gstrtpdec.c +++ b/gst/rtsp/gstrtpdec.c @@ -33,7 +33,7 @@ #include "gstrtpdec.h" -GST_DEBUG_CATEGORY (rtpdec_debug); +GST_DEBUG_CATEGORY_STATIC (rtpdec_debug); #define GST_CAT_DEFAULT (rtpdec_debug) /* elementfactory information */ diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index c909415..347e1e5 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -70,7 +70,7 @@ #include "gstrtspsrc.h" #include "sdp.h" -GST_DEBUG_CATEGORY (rtspsrc_debug); +GST_DEBUG_CATEGORY_STATIC (rtspsrc_debug); #define GST_CAT_DEFAULT (rtspsrc_debug) /* elementfactory information */ diff --git a/gst/udp/gstdynudpsink.c b/gst/udp/gstdynudpsink.c index 661f55a..20eab16 100644 --- a/gst/udp/gstdynudpsink.c +++ b/gst/udp/gstdynudpsink.c @@ -25,7 +25,7 @@ #include "gstdynudpsink.h" #include -GST_DEBUG_CATEGORY (dynudpsink_debug); +GST_DEBUG_CATEGORY_STATIC (dynudpsink_debug); #define GST_CAT_DEFAULT (dynudpsink_debug) static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/udp/gstmultiudpsink.c b/gst/udp/gstmultiudpsink.c index 0a62661..a770f1a 100644 --- a/gst/udp/gstmultiudpsink.c +++ b/gst/udp/gstmultiudpsink.c @@ -36,7 +36,7 @@ #include "gstudp-marshal.h" #include "gstmultiudpsink.h" -GST_DEBUG_CATEGORY (multiudpsink_debug); +GST_DEBUG_CATEGORY_STATIC (multiudpsink_debug); #define GST_CAT_DEFAULT (multiudpsink_debug) static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink", diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c index 395f178..d0f09c3 100644 --- a/gst/udp/gstudpsrc.c +++ b/gst/udp/gstudpsrc.c @@ -86,7 +86,7 @@ #include #endif -GST_DEBUG_CATEGORY (udpsrc_debug); +GST_DEBUG_CATEGORY_STATIC (udpsrc_debug); #define GST_CAT_DEFAULT (udpsrc_debug) /* the select call is also performed on the control sockets, that way diff --git a/gst/videobox/gstvideobox.c b/gst/videobox/gstvideobox.c index 602d474..f3cb715 100644 --- a/gst/videobox/gstvideobox.c +++ b/gst/videobox/gstvideobox.c @@ -27,7 +27,7 @@ #include #include -GST_DEBUG_CATEGORY (videobox_debug); +GST_DEBUG_CATEGORY_STATIC (videobox_debug); #define GST_CAT_DEFAULT videobox_debug #define GST_TYPE_VIDEO_BOX \ diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c index f9312e6..043f027 100644 --- a/gst/videofilter/gstvideoflip.c +++ b/gst/videofilter/gstvideoflip.c @@ -60,7 +60,7 @@ enum /* FILL ME */ }; -GST_DEBUG_CATEGORY (video_flip_debug); +GST_DEBUG_CATEGORY_STATIC (video_flip_debug); #define GST_CAT_DEFAULT video_flip_debug static const GstElementDetails video_flip_details = -- 2.7.4