diff options
Diffstat (limited to 'ext/directfb/dfbvideosink.c')
-rw-r--r-- | ext/directfb/dfbvideosink.c | 2 |
1 files changed, 1 insertions, 1 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 */ |