diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c index dc432f8d41..dc21864330 100644 --- a/gst/y4m/gsty4mencode.c +++ b/gst/y4m/gsty4mencode.c @@ -1,6 +1,6 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen - * Copyright (C) <2006> Mark Nauwelaerts + * Copyright (C) <2006> Mark Nauwelaerts * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -17,6 +17,25 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/** + * SECTION:element-y4menc + * + * + * + * Creates a YU4MPEG2 raw video stream as defined by the mjpegtools project. + * + * Example launch line + * + * (write everything in one line, without the backslash characters) + * + * gst-launch-0.10 videotestsrc num-buffers=250 \ + * ! 'video/x-raw-yuv,format=(fourcc)I420,width=320,height=240,framerate=(fraction)25/1' \ + * ! y4menc ! filesink location=test.yuv + * + * + * + * + */ /* see mjpegtools/yuv4mpeg.h for yuv4mpeg format */