mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
libs: encoder: h264_fei: VA-API 1.0 compat
Use VA_ENC_PACKED_HEADER_H264_SEI compat macro for VA-API 1.0 compatibility. https://bugzilla.gnome.org/show_bug.cgi?id=787322 Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
This commit is contained in:
parent
782184e781
commit
6e3bfbc014
1 changed files with 1 additions and 1 deletions
|
@ -1615,7 +1615,7 @@ add_packed_sei_header (GstVaapiEncoderH264Fei * encoder,
|
|||
data_bit_size = GST_BIT_WRITER_BIT_SIZE (&bs);
|
||||
data = GST_BIT_WRITER_DATA (&bs);
|
||||
|
||||
packed_sei_param.type = VAEncPackedHeaderH264_SEI;
|
||||
packed_sei_param.type = VA_ENC_PACKED_HEADER_H264_SEI;
|
||||
packed_sei_param.bit_length = data_bit_size;
|
||||
packed_sei_param.has_emulation_bytes = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue