GStreamer multimedia framework
Find a file
Nicolas Dufresne aa99c5387f omxh26xdec: videodecoder support subframe
Use of subframe API from videodecoder base class.
This subframe allows to decode subframe instead of
waiting for a whole frame.
The subframe uses the same frame over the whole
subframe passing process and will wait
for a signal to know the last subframe.
In this implementation it will use
GST_VIDEO_BUFFER_FLAG_MARKER as the
end of batch of subframes.

This implement subframe mode negotation for the Zynq based on caps
negotation. This mode can be combined with low-latency mode, in order to
reach the lowest possible latency (assuming the stream is within the
low-latency constraints for the HW).

... ! video/x-h264,alignment=nal ! omxh264dec ! ...

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-omx/-/merge_requests/49>
2021-07-09 15:13:27 +02:00
config meson: fix Tizonia build 2020-08-27 17:23:01 +01:00
docs docs: Update plugin cache json 2020-06-16 01:20:27 +05:30
examples meson: update glib minimum version to 2.56 2020-10-16 12:45:09 +02:00
hooks build: add meson build definition 2017-01-18 15:23:42 +11:00
omx omxh26xdec: videodecoder support subframe 2021-07-09 15:13:27 +02:00
scripts meson: set release date from .doap file for releases 2020-07-08 17:45:27 +01:00
tests Remove autotools build 2019-10-14 00:58:55 +01:00
tools Remove autotools build 2019-10-14 00:58:55 +01:00
.gitignore Remove autotools build 2019-10-14 00:58:55 +01:00
.gitlab-ci.yml ci: include template from gst-ci master branch again 2020-09-08 17:31:06 +01:00
AUTHORS Release 1.0.0 2013-03-22 17:16:33 +01:00
ChangeLog Release 1.19.1 2021-06-01 00:16:41 +01:00
COPYING Initial commit with build system 2011-06-21 10:52:13 +02:00
gst-omx.doap Release 1.19.1 2021-06-01 00:16:41 +01:00
meson.build Back to development 2021-06-01 15:29:18 +01:00
meson_options.txt doc: Build documentation of hotdoc 2019-05-13 19:06:28 -04:00
NEWS Release 1.19.1 2021-06-01 00:16:41 +01:00
README omx: Add minimal README file 2011-10-25 14:24:59 +02:00
RELEASE Release 1.19.1 2021-06-01 00:16:41 +01:00

GStreamer OpenMAX IL wrapper plugin
--------------------------

 This plugin wraps available OpenMAX IL components and makes
 them available as standard GStreamer elements.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base