diff options
Diffstat (limited to 'sys/winscreencap/gstdx9screencapsrc.c')
-rw-r--r-- | sys/winscreencap/gstdx9screencapsrc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/winscreencap/gstdx9screencapsrc.c b/sys/winscreencap/gstdx9screencapsrc.c index 9a856e0e2..0f889b271 100644 --- a/sys/winscreencap/gstdx9screencapsrc.c +++ b/sys/winscreencap/gstdx9screencapsrc.c @@ -30,11 +30,11 @@ * <refsect2> * <title>Example pipelines</title> * |[ - * gst-launch dx9screencapsrc ! ffmpegcolorspace ! dshowvideosink + * gst-launch-1.0 dx9screencapsrc ! videoconvert ! dshowvideosink * ]| Capture the desktop and display it. * |[ - * gst-launch dx9screencapsrc x=100 y=100 width=320 height=240 ! - * ffmpegcolorspace ! dshowvideosink + * gst-launch-1.0 dx9screencapsrc x=100 y=100 width=320 height=240 ! + * videoconvert ! dshowvideosink * ]| Capture a portion of the desktop and display it. * </refsect2> */ |