summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-06-09 12:41:50 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2014-06-09 12:41:50 +0100
commiteb1ee4c57e6c559cbc21259f63f90e9379ca1b33 (patch)
treeca00921efef254d44d735abeff1a24c83cecb628
parent5c6ff85f14c681571482883971792e30031d9c95 (diff)
downloadclutter-gst-eb1ee4c57e6c559cbc21259f63f90e9379ca1b33.tar.gz
video-sink: fix documentation section
-rw-r--r--clutter-gst/clutter-gst-video-sink.c4
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;
}