[clutter-gst/wip/overlays: 1/4] plugin: add debug category for video sink



commit 658b7d9db0dfe54795a5dfe68786c7a4d9da1ed0
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Sun Jun 1 10:53:22 2014 +0100

    plugin: add debug category for video sink

 clutter-gst/clutter-gst-plugin.c |    5 +++++
 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 ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]