diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-01-29 11:07:59 +0200 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-05-16 01:29:20 +0100 |
commit | 3aafd4f9c35922b01f30c278007eca40ed224544 (patch) | |
tree | fcc9fbe341964b1c50e27d61b934d9d53f8f8309 /sys | |
parent | 88e98b2298b338d0e342af8846a5f73d690831d0 (diff) | |
download | gst-plugins-bad-3aafd4f9c35922b01f30c278007eca40ed224544.tar.gz gst-plugins-bad-3aafd4f9c35922b01f30c278007eca40ed224544.tar.bz2 gst-plugins-bad-3aafd4f9c35922b01f30c278007eca40ed224544.zip |
[MOVED FROM GOOD] 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')
-rw-r--r-- | sys/directdraw/gstdirectdrawsink.c | 2 |
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> */ |