summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-06-01 10:53:22 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2014-06-02 00:45:43 +0100
commit658b7d9db0dfe54795a5dfe68786c7a4d9da1ed0 (patch)
tree3b52b4dff41b725ba5c6f7fa10c5547d589ca35c
parent9a6e8a294f9e075b773e93e34740a83fce463fe0 (diff)
downloadclutter-gst-658b7d9db0dfe54795a5dfe68786c7a4d9da1ed0.tar.gz
plugin: add debug category for video sink
-rw-r--r--clutter-gst/clutter-gst-plugin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/clutter-gst/clutter-gst-plugin.c b/clutter-gst/clutter-gst-plugin.c
index 2b348d5..8e35875 100644
--- a/clutter-gst/clutter-gst-plugin.c
+++ b/clutter-gst/clutter-gst-plugin.c
@@ -56,6 +56,11 @@ plugin_init (GstPlugin *plugin)
0,
"clutter auto video sink");
+ GST_DEBUG_CATEGORY_INIT (clutter_gst_video_sink_debug,
+ "cluttervideosink",
+ 0,
+ "clutter video sink");
+
#if defined (CLUTTER_WINDOWING_X11)
/* Required by some GStreamer element like VA */
XInitThreads ();