gst-plugins-bad1: update to 1.22.9

This commit is contained in:
cinerea0 2024-01-25 21:07:03 -05:00 committed by cinerea0
parent a49ec0591d
commit 922638ecf1
3 changed files with 2 additions and 25 deletions

View file

@ -1,12 +0,0 @@
--- a/ext/faac/gstfaac.c 2017-05-15 17:46:30.000000000 +0200
+++ b/ext/faac/gstfaac.c 2017-11-06 11:40:30.458137107 +0100
@@ -490,7 +490,9 @@
conf = faacEncGetCurrentConfiguration (faac->handle);
conf->mpegVersion = (faac->mpegversion == 4) ? MPEG4 : MPEG2;
conf->aacObjectType = faac->profile;
+#if FAAC_CFG_VERSION < 105
conf->allowMidside = faac->midside;
+#endif
conf->useLfe = 0;
conf->useTns = faac->tns;

View file

@ -1,11 +0,0 @@
--- a/ext/dtls/gstdtlsagent.c 2018-03-23 21:45:15.000000000 +0100
+++ b/ext/dtls/gstdtlsagent.c 2018-03-23 21:45:15.000000000 +0100
@@ -176,7 +176,7 @@
ERR_clear_error ();
-#if OPENSSL_VERSION_NUMBER >= 0x1000200fL
+#if OPENSSL_VERSION_NUMBER >= 0x1000200fL && !defined(LIBRESSL_VERSION_NUMBER)
priv->ssl_context = SSL_CTX_new (DTLS_method ());
#else
priv->ssl_context = SSL_CTX_new (DTLSv1_method ());

View file

@ -1,6 +1,6 @@
# Template file for 'gst-plugins-bad1'
pkgname=gst-plugins-bad1
version=1.22.7
version=1.22.9
revision=1
build_helper="gir"
build_style=meson
@ -36,7 +36,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://gstreamer.freedesktop.org"
changelog="https://gstreamer.freedesktop.org/releases/${version%.*}/#${version}"
distfiles="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${version}.tar.xz"
checksum=c716f8dffa8fac3fb646941af1c6ec72fff05a045131311bf2d049fdc87bce2e
checksum=1bc65d0fd5f53a3636564efd3fcf318c3edcdec39c4109a503c1fc8203840a1d
build_options="gir gme wayland"
build_options_default="gir wayland"