diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/directfb/dfbvideosink.c | 2 | ||||
-rw-r--r-- | ext/gsm/gstgsmdec.c | 2 | ||||
-rw-r--r-- | ext/gsm/gstgsmenc.c | 2 | ||||
-rw-r--r-- | ext/libmms/gstmms.c | 2 | ||||
-rw-r--r-- | ext/neon/gstneonhttpsrc.c | 2 | ||||
-rw-r--r-- | ext/theora/theoradec.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/ext/directfb/dfbvideosink.c b/ext/directfb/dfbvideosink.c index 9c970598..db51f7e9 100644 --- a/ext/directfb/dfbvideosink.c +++ b/ext/directfb/dfbvideosink.c @@ -98,7 +98,7 @@ #include <string.h> /* Debugging category */ -GST_DEBUG_CATEGORY (dfbvideosink_debug); +GST_DEBUG_CATEGORY_STATIC (dfbvideosink_debug); #define GST_CAT_DEFAULT dfbvideosink_debug /* ElementFactory information */ diff --git a/ext/gsm/gstgsmdec.c b/ext/gsm/gstgsmdec.c index ef2c3ea1..e312255c 100644 --- a/ext/gsm/gstgsmdec.c +++ b/ext/gsm/gstgsmdec.c @@ -27,7 +27,7 @@ #include "gstgsmdec.h" -GST_DEBUG_CATEGORY (gsmdec_debug); +GST_DEBUG_CATEGORY_STATIC (gsmdec_debug); #define GST_CAT_DEFAULT (gsmdec_debug) /* elementfactory information */ diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index 5e422ebd..209e5c58 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -27,7 +27,7 @@ #include "gstgsmenc.h" -GST_DEBUG_CATEGORY (gsmenc_debug); +GST_DEBUG_CATEGORY_STATIC (gsmenc_debug); #define GST_CAT_DEFAULT (gsmenc_debug) /* elementfactory information */ diff --git a/ext/libmms/gstmms.c b/ext/libmms/gstmms.c index df5555c4..b89070e5 100644 --- a/ext/libmms/gstmms.c +++ b/ext/libmms/gstmms.c @@ -34,7 +34,7 @@ enum }; -GST_DEBUG_CATEGORY (mmssrc_debug); +GST_DEBUG_CATEGORY_STATIC (mmssrc_debug); #define GST_CAT_DEFAULT mmssrc_debug static const GstElementDetails plugin_details = diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c index 98da8234..ab353b88 100644 --- a/ext/neon/gstneonhttpsrc.c +++ b/ext/neon/gstneonhttpsrc.c @@ -28,7 +28,7 @@ #define HTTP_DEFAULT_PORT 80 #define HTTPS_DEFAULT_PORT 443 -GST_DEBUG_CATEGORY (neonhttpsrc_debug); +GST_DEBUG_CATEGORY_STATIC (neonhttpsrc_debug); #define GST_CAT_DEFAULT neonhttpsrc_debug #define MAX_READ_SIZE (4 * 1024) diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index c68ba41a..ccb28641 100644 --- a/ext/theora/theoradec.c +++ b/ext/theora/theoradec.c @@ -48,7 +48,7 @@ #include "theoradec.h" #include <gst/tag/tag.h> -GST_DEBUG_CATEGORY (theoradecexp_debug); +GST_DEBUG_CATEGORY_STATIC (theoradecexp_debug); #define GST_CAT_DEFAULT theoradecexp_debug static const GstElementDetails theora_dec_details = |