[Bug 784069] Add support for OMX_UseBuffer in gstomxvideodec
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Thu May 24 00:02:49 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=784069
--- Comment #13 from Julien Isorce <julien.isorce at gmail.com> ---
Sure:
git clone https://github.com/tizonia/tizonia-openmax-il
export TIZONIA_REPO_DIR=/path/to/tizonia/repo
export TIZONIA_INSTALL_DIR=/path/to/install/dir
export PATH=$TIZONIA_REPO_DIR/tools:$PATH
tools/tizonia-dev-build --deps
tools/tizonia-dev-build --no-player --debug --install
GST_OMX_CONFIG_DIR=path/to/gst-omx/config/tizonia/ gst-launch-1.0 filesrc
location=test.mkv ! matroskademux ! vp8dec ! xvimagesink
This will use the GstOMXBufferPool->other_pool code path.
(also see the patches on https://bugzilla.gnome.org/show_bug.cgi?id=786738 but
should not be needed for simple cases)
If you also need to use the eglimage path on desktop, it is a few extra steps
(providing your graphic card supports video decoding), let me know if you need
that too.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list