summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-03-15 11:22:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-03-19 14:55:09 +0100
commit3a9e130b4ed49a232effc999e42871c370964e42 (patch)
tree003a89989eb3485caac91157c7b6b45cebe217eb
parent31ba24a694eeb7512b62f05c62aff5fc724c361a (diff)
downloadgst-plugins-fsl-vpu-3a9e130b4ed49a232effc999e42871c370964e42.tar.gz
gst-plugins-fsl-vpu-3a9e130b4ed49a232effc999e42871c370964e42.tar.xz
jpg wip
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--src/mfw_gst_vpu_encoder.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mfw_gst_vpu_encoder.c b/src/mfw_gst_vpu_encoder.c
index e5c0647..0b1bcdc 100644
--- a/src/mfw_gst_vpu_encoder.c
+++ b/src/mfw_gst_vpu_encoder.c
@@ -114,7 +114,11 @@ to be chnaged for other platforms */
\
"video/x-h264, " \
"width = (int) [16," STR(MAX_WIDTH)"], " \
- "height = (int)[16," STR(MAX_HEIGHT)"] "
+ "height = (int)[16," STR(MAX_HEIGHT)"] " \
+ \
+ "image/jpeg, " \
+ "width = (int) [16, " STR(MAX_WIDTH) "], " \
+ "height = (int)[16, " STR(MAX_HEIGHT) "] "
/* Chroma Subsampling ratio - assuming 4:2:0. */
/* Not providing ability to set this on the command line because I'm not sure if VPU supports 4:2:2 - r58604 */