diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-01-29 11:07:59 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-01-29 11:07:59 +0200 |
commit | 8e462968cfa794349728a2b6604c0fcc8dd01ca3 (patch) | |
tree | 0d0f4efd143e62de44826480cb1d4c5efbee7678 /sys/osxvideo/osxvideosink.m | |
parent | 6335307b9739beb568f986bfc8a4c1e1fb2b8e31 (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/osxvideo/osxvideosink.m')
-rw-r--r-- | sys/osxvideo/osxvideosink.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m index 3022197dd..d89a769e9 100644 --- a/sys/osxvideo/osxvideosink.m +++ b/sys/osxvideo/osxvideosink.m @@ -37,7 +37,7 @@ * <refsect2> * <title>Examples</title> * |[ - * gst-launch-0.10 videotestsrc ! osxvideosink + * gst-launch videotestsrc ! osxvideosink * ]| test the sink * </refsect2> */ |