glvideomixer: update element documentation
authorMatthew Waters <matthew@centricular.com>
Tue, 30 Sep 2014 10:39:36 +0000 (20:39 +1000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:47 +0000 (19:31 +0000)
ext/gl/gstglvideomixer.c

index e04dec3..16843be 100644 (file)
 /**
  * SECTION:element-glvideomixer
  *
- * glmixer sub element. N gl sink pads to 1 source pad.
- * N + 1 OpenGL contexts shared together.
- * N <= 6 because the rendering is more a like a cube than a video_mixer
- * Each opengl input stream is rendered on a cube face
+ * Composites a number of streams into a single output scene using OpenGL in
+ * a similar fashion to compositor and videomixer.
  *
  * <refsect2>
  * <title>Examples</title>
@@ -37,7 +35,6 @@
  *     videotestsrc ! glfiltercube ! queue ! m. \
  *     videotestsrc ! gleffects effect=6 ! queue ! m.
  * ]|
- * FBO (Frame Buffer Object) is required.
  * </refsect2>
  */