gl: Rename gst-launch-0.10 to gst-launch-1.0 in docs

This commit is contained in:
Ramprakash Jelari 2014-12-04 20:37:51 +05:30 committed by Sebastian Dröge
parent 2d25f2e0b8
commit 26d99a6f3e

View file

@ -31,10 +31,10 @@
* <refsect2>
* <title>Examples</title>
* |[
* gst-launch-0.10 --gst-debug=gldisplay:3 videotestsrc ! glimagesink
* gst-launch-1.0 --gst-debug=gldisplay:3 videotestsrc ! glimagesink
* ]| A debugging pipeline.
|[
* GST_GL_SHADER_DEBUG=1 gst-launch-0.10 videotestsrc ! glimagesink
* GST_DEBUG=gl*:6 gst-launch-1.0 videotestsrc ! glimagesink
* ]| A debugging pipelines related to shaders.
* </refsect2>
*/