rpms/audacious-plugins/devel audacious-plugins-1.5.1-sndfile-cleanup.patch, 1.1, 1.2

Michael Schwendt mschwendt at fedoraproject.org
Thu Jun 4 22:37:51 UTC 2009


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3243

Modified Files:
	audacious-plugins-1.5.1-sndfile-cleanup.patch 
Log Message:
fix crash in sndfile plugin cleanup

audacious-plugins-1.5.1-sndfile-cleanup.patch:

Index: audacious-plugins-1.5.1-sndfile-cleanup.patch
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins-1.5.1-sndfile-cleanup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- audacious-plugins-1.5.1-sndfile-cleanup.patch	4 Jun 2009 19:01:05 -0000	1.1
+++ audacious-plugins-1.5.1-sndfile-cleanup.patch	4 Jun 2009 22:37:51 -0000	1.2
@@ -1,6 +1,6 @@
 diff -Nur audacious-plugins-fedora-1.5.1-orig/src/sndfile/plugin.c audacious-plugins-fedora-1.5.1/src/sndfile/plugin.c
 --- audacious-plugins-fedora-1.5.1-orig/src/sndfile/plugin.c	2008-06-08 10:37:44.000000000 +0200
-+++ audacious-plugins-fedora-1.5.1/src/sndfile/plugin.c	2009-05-14 04:42:00.000000000 +0200
++++ audacious-plugins-fedora-1.5.1/src/sndfile/plugin.c	2009-06-05 00:35:29.000000000 +0200
 @@ -47,6 +47,7 @@
  static gint song_length;
  static gint bit_rate = 0;
@@ -40,7 +40,11 @@ diff -Nur audacious-plugins-fedora-1.5.1
  static gpointer
  play_loop (gpointer arg)
  {
-@@ -411,13 +429,10 @@
+@@ -407,17 +425,13 @@
+             playback->eof = TRUE;
+             playback->playing = FALSE;
+ 
+-            g_mutex_unlock(decode_mutex);
              break;
          }
  
@@ -58,7 +62,7 @@ diff -Nur audacious-plugins-fedora-1.5.1
  
          if (playback->playing == FALSE)
              break;
-@@ -477,7 +492,7 @@
+@@ -477,7 +491,7 @@
  static void
  play_pause (InputPlayback *playback, gshort p)
  {




More information about the fedora-extras-commits mailing list