[packages/gstreamer-plugins-bad] - adjusted x265 patch (in 4.1 they reverted alpha changes from 4.0)

qboosh qboosh at pld-linux.org
Wed Feb 26 21:51:52 CET 2025


commit 2d6c5be7d105b46fa0d53e838df22e97be2acd4e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Feb 26 21:47:16 2025 +0100

    - adjusted x265 patch (in 4.1 they reverted alpha changes from 4.0)

 gstreamer-plugins-bad-x265.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer-plugins-bad-x265.patch b/gstreamer-plugins-bad-x265.patch
index c8ee410..9a4bf17 100644
--- a/gstreamer-plugins-bad-x265.patch
+++ b/gstreamer-plugins-bad-x265.patch
@@ -5,7 +5,7 @@
    GstVideoCodecFrame *frame = NULL;
    GstBuffer *out_buf = NULL;
 +  x265_picture *pic_outp;
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
 +  x265_picture pic_outl[MAX_SCALABLE_LAYERS];
 +  x265_picture *pic_outlp[MAX_SCALABLE_LAYERS];
 +#else
@@ -18,7 +18,7 @@
    gboolean update_latency = FALSE;
    const x265_api *api;
  
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
 +  for (int i = 0; i < MAX_SCALABLE_LAYERS; i++)
 +    pic_outlp[i] = &pic_outl[i];
 +  pic_outp = pic_outlp[0];
@@ -33,7 +33,7 @@
    if (G_UNLIKELY (update_latency))
      gst_x265_enc_set_latency (encoder);
  
-+#if X265_BUILD >= 210
++#if X265_BUILD >= 210 && X265_BUILD < 213
 +  encoder_return = api->encoder_encode (encoder->x265enc,
 +      &nal, i_nal, pic_in, pic_outlp);
 +#else
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-plugins-bad.git/commitdiff/2d6c5be7d105b46fa0d53e838df22e97be2acd4e



More information about the pld-cvs-commit mailing list