[clutter-gst] video-sink: fix documentation section



commit eb1ee4c57e6c559cbc21259f63f90e9379ca1b33
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Mon Jun 9 12:41:50 2014 +0100

    video-sink: fix documentation section

 clutter-gst/clutter-gst-video-sink.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter-gst/clutter-gst-video-sink.c b/clutter-gst/clutter-gst-video-sink.c
index 3bdacce..00c36fd 100644
--- a/clutter-gst/clutter-gst-video-sink.c
+++ b/clutter-gst/clutter-gst-video-sink.c
@@ -34,7 +34,7 @@
  */
 
 /**
- * SECTION:cogl-gst-video-sink
+ * SECTION:clutter-gst-video-sink
  * @short_description: A video sink for integrating a GStreamer
  *   pipeline with a Cogl pipeline.
  *
@@ -1268,7 +1268,7 @@ clutter_gst_rgb32_upload_gl (ClutterGstVideoSink *sink,
 
   if (upload_meta->n_textures != priv->renderer->n_layers ||
       upload_meta->texture_type[0] != GST_VIDEO_GL_TEXTURE_TYPE_RGBA) {
-    GST_WARNING ("cogl-gst-video-sink only supports gl upload in a single RGBA texture");
+    GST_WARNING ("clutter-gst-video-sink only supports gl upload in a single RGBA texture");
     return FALSE;
   }
 


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