| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Free vps_nal before returning.
CID #1315257
|
|
|
|
|
|
|
|
| |
Previously the VPS unit was detected and all next packets where copied
into the header buffer assuming only SPS and PPS would follow. This is
not always true, also other types of NAL units follow the VPS unit and
where copied to the header buffer. Now the VPS/SPS/PPS are explicitely
detected and copied in the header buffer.
|
|
|
|
|
|
| |
There was a mismatch between the tune parameter in x265 and the enum
used in this element. The value in the enum is the x265 tune
parameter + 1.
|
| |
|
|
|
|
|
|
|
| |
This now follows the design docs everywhere, especially the maximum latency
handling.
https://bugzilla.gnome.org/show_bug.cgi?id=744106
|
|
|
|
|
| |
The caps query is implementing the same logic as the default
handler from the base class. Reuse it to simplify code.
|
|
|
|
| |
QP property enables CQP mode and sets the QP for P slices.
|
|
|