]> git.pld-linux.org Git - packages/gstreamer-plugins-good.git/commitdiff
- another png14 fix auto/th/gstreamer-plugins-good-0_10_17-4 auto/ti/gstreamer-plugins-good-0_10_17-4
authorSzymon Siwek <sls@pld-linux.org>
Sun, 14 Feb 2010 20:03:51 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 4

Changed files:
    gstreamer-plugins-good-libpng.patch -> 1.2
    gstreamer-plugins-good.spec -> 1.43

gstreamer-plugins-good-libpng.patch
gstreamer-plugins-good.spec

index c0a5186888e2c1c46f5f5fecb1e180059c94bab3..b6e4a1dbcabd9366206c3ad3eb86e06d64e56b31 100644 (file)
@@ -9,3 +9,14 @@
  ])
  
  dnl *** pulseaudio ***
+--- gst-plugins-good-0.10.17/ext/libpng/gstpngdec.c.orig       2010-02-14 20:25:19.449956068 +0100
++++ gst-plugins-good-0.10.17/ext/libpng/gstpngdec.c    2010-02-14 20:25:37.008576491 +0100
+@@ -397,7 +397,7 @@ gst_pngdec_caps_create_and_set (GstPngDe
+     png_set_gray_to_rgb (pngdec->png);
+     if (bpc < 8) {              /* Convert to 8 bits */
+       GST_LOG_OBJECT (pngdec, "converting grayscale image to 8 bits");
+-      png_set_gray_1_2_4_to_8 (pngdec->png);
++      png_set_expand_gray_1_2_4_to_8 (pngdec->png);
+     }
+   }
index c7cee961e2799525ffc1ddb1dad9ab51b67536d2..3c37b0d829104588e688c98c5215219fda2e4a3c 100644 (file)
@@ -21,7 +21,7 @@ Summary:      Good GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):     Dobre wtyczki do środowiska obróbki strumieni GStreamer
 Name:          gstreamer-plugins-good
 Version:       0.10.17
-Release:       3
+Release:       4
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.bz2
This page took 0.02756 seconds and 4 git commands to generate.