summaryrefslogtreecommitdiff
path: root/gst/vaapi/gstvaapiencode_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/vaapi/gstvaapiencode_jpeg.c')
-rw-r--r--gst/vaapi/gstvaapiencode_jpeg.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/gst/vaapi/gstvaapiencode_jpeg.c b/gst/vaapi/gstvaapiencode_jpeg.c
index d9dd3451..086d155c 100644
--- a/gst/vaapi/gstvaapiencode_jpeg.c
+++ b/gst/vaapi/gstvaapiencode_jpeg.c
@@ -20,6 +20,20 @@
* Boston, MA 02110-1301 USA
*/
+/**
+ * SECTION:element-vaapiencode_jpeg
+ * @short_description: A VA-API based JPEG image encoder
+ *
+ * Encodes raw images into JPEG images.
+ *
+ * <refsect2>
+ * <title>Example launch line</title>
+ * |[
+ * gst-launch-1.0 -ev videotestsrc num-buffers=1 ! timeoverlay ! vaapiencode_jpeg ! filesink location=test.jpg
+ * ]|
+ * </refsect2>
+ */
+
#include "gstcompat.h"
#include <gst/vaapi/gstvaapidisplay.h>
#include <gst/vaapi/gstvaapiencoder_jpeg.h>