[cogl/wip/cogl-gst] gst-video-sink: Remove a spurious g_warning



commit 1aa295e5d4cf0dc87960d0f4b712409642dc6182
Author: Neil Roberts <neil linux intel com>
Date:   Fri Mar 8 17:20:28 2013 +0000

    gst-video-sink: Remove a spurious g_warning
    
    It looks like this was added for testing and it causes a build warning
    so lets remove it

 cogl-gst/cogl-gst-video-sink.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/cogl-gst/cogl-gst-video-sink.c b/cogl-gst/cogl-gst-video-sink.c
index 205ed92..a633edf 100644
--- a/cogl-gst/cogl-gst-video-sink.c
+++ b/cogl-gst/cogl-gst-video-sink.c
@@ -868,7 +868,6 @@ cogl_gst_source_dispatch (GSource *source,
                           GSourceFunc callback,
                           void* user_data)
 {
-  g_warning ("Dispatching\n");
   CoglGstSource *gst_source= (CoglGstSource*) source;
   CoglGstVideoSinkPrivate *priv = gst_source->sink->priv;
   GstBuffer *buffer;


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