head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.26 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.24 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.22 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.20 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.18 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.16 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.14 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.12 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.10 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.8 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @# @; 1.1 date 2023.03.09.08.25.40; author prlw1; state Exp; branches; next ; commitid 5oQEBfwlzK4cpqgE; desc @@ 1.1 log @Update gstreamer1 to 1.22.1 Highlight summary: - New HLS, DASH and Microsoft Smooth Streaming adaptive streaming clients adaptivemux2, which requires a "streams-aware" container to work. - videoconvert and videoscale were combined to videoconvertscale - xingmux was moved to plugins-good Many improvements listed at https://gstreamer.freedesktop.org/releases/1.22/ @ text @$NetBSD$ Fix ext/webrtc/meson.build:15:0: ERROR: Unknown variable "libgstwebrtcnice_dep". broken by https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2797 --- ext/webrtc/meson.build.orig 2023-01-23 19:29:34.000000000 +0000 +++ ext/webrtc/meson.build @@@@ -1,3 +1,7 @@@@ +if get_option('webrtc').disabled() + subdir_done() +endif + webrtc_sources = [ 'gstwebrtc.c', 'gstwebrtcstats.c', @@@@ -14,9 +18,6 @@@@ webrtc_sources = [ webrtc_option = get_option('webrtc').require( libgstwebrtcnice_dep.found(), error_message: 'webrtc plugin requires libgstwebrtcnice.') -if webrtc_option.disabled() - subdir_done() -endif gstwebrtc_plugin = library('gstwebrtc', webrtc_sources, @