diff options
Diffstat (limited to 'common/recipes-multimedia/gstreamer/gst-openmax/gst-openmax.conf')
-rw-r--r-- | common/recipes-multimedia/gstreamer/gst-openmax/gst-openmax.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/recipes-multimedia/gstreamer/gst-openmax/gst-openmax.conf b/common/recipes-multimedia/gstreamer/gst-openmax/gst-openmax.conf new file mode 100644 index 0000000..0e4e4a0 --- /dev/null +++ b/common/recipes-multimedia/gstreamer/gst-openmax/gst-openmax.conf @@ -0,0 +1,7 @@ +omx_h264dec, + type=GstOmxH264Dec, + library-name=libomxshvpu5avc.so, + component-name=OMX.re.video_decoder.avc, + rank=256, + src=video/x-raw-yuv, + sink="video/x-h264, stream-format={avc,byte-stream}"; |