gstreamer/subprojects/gst-plugins-good/ext/adaptivedemux2/hls
Edward Hervey db6803bd55 adaptivedemux2: Don't use g_str_equal on potentially NULL strings
It is only meant to be used as a callback. The fallback macro uses strcmp which
doesn't handle NULL strings gracefully. Instead use g_strcmp0

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6410>
2024-03-20 10:49:02 +01:00
..
gsthlsdemux-playlist-loader.c adaptivedemux2: Don't use g_str_equal on potentially NULL strings 2024-03-20 10:49:02 +01:00
gsthlsdemux-playlist-loader.h hlsdemux2: Remove enable-llhls property 2023-02-03 16:52:24 +00:00
gsthlsdemux-preloader.c adaptivedemux2: Don't use g_str_equal on potentially NULL strings 2024-03-20 10:49:02 +01:00
gsthlsdemux-preloader.h hlsdemux2/preloader: Implement basic request handling 2023-02-03 16:52:22 +00:00
gsthlsdemux-stream.c adaptivedemux2: Don't use g_str_equal on potentially NULL strings 2024-03-20 10:49:02 +01:00
gsthlsdemux-stream.h hlsdemux2: Remove enable-llhls property 2023-02-03 16:52:24 +00:00
gsthlsdemux-util.c adaptivedemux2: Don't use g_str_equal on potentially NULL strings 2024-03-20 10:49:02 +01:00
gsthlsdemux.c adaptivedemux2: Don't use g_str_equal on potentially NULL strings 2024-03-20 10:49:02 +01:00
gsthlsdemux.h hlsdemux2: Remove enable-llhls property 2023-02-03 16:52:24 +00:00
gsthlselement.c adaptivedemux2: Prevent duplicate symbols on static builds 2022-06-15 01:13:16 +00:00
gsthlselements.h adaptivedemux2: Prevent duplicate symbols on static builds 2022-06-15 01:13:16 +00:00
m3u8.c adaptivedemux2: Don't use g_str_equal on potentially NULL strings 2024-03-20 10:49:02 +01:00
m3u8.h hlsdemux2: Remove enable-llhls property 2023-02-03 16:52:24 +00:00
meson.build hlsdemux2: Add HLS playlist loader 2023-02-03 16:52:23 +00:00