Closed inobelar closed 3 months ago
Hi there,
Thank you for your interest in this project.
I tested on 1.22 and saw that writing H264 SEI is not supported yet. According to here, it is added on 1.23.1 as in the screenshot:
Hence, I updated the minimum required version to 1.23.1 while merging your pull requests.
Best regards,
Hi! After trying to build library on
Ubuntu 22.04.4 LTS
withGStreamer 1.20.3
, i spotted the next compilation error:Its occured, since GstH264Parser :: GstH264SEIPayloadType::GST_H264_SEI_USER_DATA_UNREGISTERED was added since
Gstreamer 1.22
.So, we need to increase minimal required GStreamer version in meson.build (currently there minimal version is
1.19
)