[Cogl] [PATCH 3/4] gst-video-sink: Remove a spurious g_warning
Neil Roberts
neil at linux.intel.com
Fri Mar 8 09:33:12 PST 2013
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 file changed, 1 deletion(-)
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;
--
1.7.11.3.g3c3efa5
More information about the Cogl
mailing list