gstreamer/subprojects/gst-plugins-base/gst-libs/gst
Guillaume Desmottes 082a8fcd5e h264parse: parse unregistered SEI without user data
We get loads of warnings when parsing videos from users:

gsth264parser.c:1115:gst_h264_parser_parse_user_data_unregistered: No more remaining payload data to store
gsth264parse.c:646:gst_h264_parse_process_sei:<h264parse0> failed to parse one or more SEI message

Those are raised because of unregistered SEI without user data.

The spec does not explicitly state that unregistered SEI needs to have
data and I suppose the UUID by itself can carry valuable information.
FFmpeg also parses and exposes such SEI so there is no reason for us no
too as well.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7931>
2024-12-04 13:56:13 +00:00
..
allocators allocators: drmdump: Add NV15 supports 2024-09-30 16:11:09 +00:00
app appsink: fix timeout logic for gst_app_sink_try_pull_sample 2024-11-27 11:09:47 +00:00
audio audiostreamalign: Don't report disconts for every buffer if alignment-threshold is too small 2024-11-16 00:10:51 +00:00
fft gst-plugins-base: re-indent with GNU indent 2.2.12 2023-03-17 03:18:53 +00:00
gl gl: Add missing Since marker 2024-11-29 08:44:30 +00:00
pbutils discoverer: fix build with older glib versions 2024-11-28 11:40:38 +00:00
riff riff: Add support for M101 Matrox uncompressed SD video codec 2024-11-11 08:47:41 +00:00
rtp rtp: Fix precision loss in gst_rtcp_ntp_to_unix() 2024-12-02 10:24:01 +00:00
rtsp rtsp: Fix off-by-one in month/day-of-the-week array 2024-12-01 09:49:29 +00:00
sdp sdp: Add debug categories for message and mikey modules 2024-11-19 18:54:32 +00:00
tag id3v2: Don't try parsing extended header if not enough data is available 2024-12-03 03:29:34 +00:00
video h264parse: parse unregistered SEI without user data 2024-12-04 13:56:13 +00:00
glib-compat-private.h gst-plugins-base: use g_sort_array() instead of deprecated g_qsort_with_data() 2024-09-02 22:31:34 +00:00
meson.build sdp: Handle level-asymmetry-allowed for H264 streams 2021-12-12 10:59:00 -03:00