]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- added mine patch(but v^ from #gstreamer was happy with it) fixing bug #619035 ...
authorKrzysztof Krakowiak <evil@pld-linux.org>
Wed, 23 Nov 2011 12:00:41 +0000 (12:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad-modplug_stereofix.patch -> 1.1
    gstreamer-plugins-bad.spec -> 1.95

gstreamer-plugins-bad-modplug_stereofix.patch [new file with mode: 0644]
gstreamer-plugins-bad.spec

diff --git a/gstreamer-plugins-bad-modplug_stereofix.patch b/gstreamer-plugins-bad-modplug_stereofix.patch
new file mode 100644 (file)
index 0000000..287f32c
--- /dev/null
@@ -0,0 +1,16 @@
+--- gst-plugins-bad-0.10.22/ext/modplug/gstmodplug.cc.orig     2011-01-07 16:30:28.000000000 +0100
++++ gst-plugins-bad-0.10.22/ext/modplug/gstmodplug.cc  2011-11-23 12:21:07.191585028 +0100
+@@ -461,10 +461,10 @@
+   GstStructure *structure;
+   structure = gst_caps_get_structure (caps, 0);
+-  if (gst_structure_fixate_field_nearest_int (structure, "rate", 44100))
+-    return;
+-  if (gst_structure_fixate_field_nearest_int (structure, "channels", 2))
++  if (!gst_structure_fixate_field_nearest_int (structure, "rate", 44100))
+     return;
++  else
++    gst_structure_fixate_field_nearest_int (structure, "channels", 2);
+ }
+ static gboolean
index de7e5680c3a816d092d0c45059384051f6202779..0cbdfd6b987921334affedaefa1a47129f5bb050 100644 (file)
@@ -31,7 +31,7 @@ Summary:      Bad GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):     Złe wtyczki do środowiska obróbki strumieni GStreamer
 Name:          gstreamer-plugins-bad
 Version:       0.10.22
-Release:       2
+Release:       3
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.bz2
@@ -41,6 +41,7 @@ Patch1:               %{name}-libdts.patch
 Patch2:                %{name}-divx4linux.patch
 Patch4:                %{name}-timidity.patch
 Patch5:                %{name}-nas.patch
+Patch6:                %{name}-modplug_stereofix.patch
 URL:           http://gstreamer.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake >= 1:1.10
@@ -729,6 +730,7 @@ Wtyczka do GStreamera skanująca kody kreskowe.
 %patch2 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 %{__libtoolize}
This page took 0.212329 seconds and 4 git commands to generate.