Víctor Manuel Jáquez Leal
e68fece3e6
vaapidecoder: h264: remove baseline as constrained property
...
From now on always the baseline is going to be treated as constrained without
need of setting a property.
Since the property was added along the development cycle (1.17 / commit
866a9f06
) and never released, we assume that it is safe to remove it.
Fixes : #252
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/328 >
2020-05-21 13:10:57 +02:00
Nicolas Dufresne
866a9f069d
vaapih264dec: Add a property to assume constrained-baseline
...
When baseline-as-constrained is set, the decoder will expose support
for baseline decoding and assume that the baseline content is
constrained-baseline. This can be handy to decode streams in hardware
that would otherwise not be possible to decode. A lot of baseline
content is in fact constrained.
2020-01-19 15:55:47 +00:00
orestisf
66703a7835
vaapidecode: set h264 base-only to decoder
...
Set the base-only value when property is set and the internal
decoder is already instantiated or when the internal decoder
is created.
https://bugzilla.gnome.org/show_bug.cgi?id=732265
2017-08-03 17:07:14 +02:00
orestisf
bd040adb9c
vaapidecode_props: h264: add base-only property
...
https://bugzilla.gnome.org/show_bug.cgi?id=732265
2017-08-03 17:07:01 +02:00
Víctor Manuel Jáquez Leal
11f461fb10
vaapidecode_props: h264: set low-latency in decoder
...
Set the low-latency property if the H264 decoder is already
instantiated, thus you could change the behavior in run-time.
https://bugzilla.gnome.org/show_bug.cgi?id=783588
2017-07-10 19:30:46 +02:00
Víctor Manuel Jáquez Leal
f39b7e97ce
vaapidecode_props: h264: add low latency property
...
Adding support for private data.
https://bugzilla.gnome.org/show_bug.cgi?id=783588
2017-07-07 19:32:11 +02:00
Víctor Manuel Jáquez Leal
484033d039
vaapidecode_props: add skeleton for h264 decoder properties
...
https://bugzilla.gnome.org/show_bug.cgi?id=783588
2017-07-07 19:32:11 +02:00