summaryrefslogtreecommitdiffstats
path: root/sys/directdraw
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-01-29 11:07:59 +0200
committerStefan Kost <ensonic@users.sf.net>2009-01-29 11:07:59 +0200
commit8e462968cfa794349728a2b6604c0fcc8dd01ca3 (patch)
tree0d0f4efd143e62de44826480cb1d4c5efbee7678 /sys/directdraw
parent6335307b9739beb568f986bfc8a4c1e1fb2b8e31 (diff)
Remove version numbers from a few gst-launch examples.
The majority of the examples doe not use -0.10 and this will also help us to maintain the docs.
Diffstat (limited to 'sys/directdraw')
-rw-r--r--sys/directdraw/gstdirectdrawsink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/directdraw/gstdirectdrawsink.c b/sys/directdraw/gstdirectdrawsink.c
index 26babd90..a128b317 100644
--- a/sys/directdraw/gstdirectdrawsink.c
+++ b/sys/directdraw/gstdirectdrawsink.c
@@ -34,7 +34,7 @@
* <refsect2>
* <title>Example pipelines</title>
* |[
- * gst-launch-0.10 -v videotestsrc ! directdrawsink
+ * gst-launch -v videotestsrc ! directdrawsink
* ]| a simple pipeline to test the sink
* </refsect2>
*/