gstreamer/docs
Seungha Yang 2b152eae69 videoparsers: Add vp9parse element
Adding vp9parse element to parse various stream information such as
resolution, profile, and so on. If upstream does not provide resolution and/or
profile, this would be useful for decodebin pipeline for autoplugging
suitable decoder element depending on template caps of each decoder element.

In addition, vp9parse element supports unpacking superframe into
single frame for decoders. The vp9 superframe is a frame which consists
of multiple frames (or superframe with one frame is allowed) followed by superframe
index block. Then unpacked each frame will be considered as normal frame
by decoder. The decision for unpacking will be done by downstream element's
"alignment" caps field, which can be "super-frame" or "frame".
If downstream specifies the "alignment" as "frame",
then vp9parse element will split an incoming superframe into single frames
and the superframe index (located at the end of the superframe) data
will be discarded by vp9parse element.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1041>
2020-09-10 14:56:52 +00:00
..
libs build/vulkan: split vulkan gir 2020-08-15 02:55:30 +00:00
plugins videoparsers: Add vp9parse element 2020-09-10 14:56:52 +00:00
random Fix FSF address 2012-11-04 00:09:59 +00:00
gst_api_version.in docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
index.md docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00
meson.build rtmp2sink: add docs section with since marker on new stop-commands property 2020-09-09 05:53:08 +00:00
sitemap.txt docs: Build documentation with hotdoc 2019-05-13 17:00:00 -04:00