mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
gl: Rename gst-launch-0.10 to gst-launch-1.0 in docs
This commit is contained in:
parent
7c6d9b4c59
commit
67b47921ca
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue