[SCM] vdr-plugin-xineliboutput packaging repository branch, master, updated. debian/1.0.7+cvs20120325.0846-1-5-ga02ff8e

etobi git at e-tobi.net
Sat May 5 16:02:01 UTC 2012


The following commit has been merged in the master branch:
commit a02ff8ed2027c839d64eda307d9ba603a9abf30c
Author: etobi <git at e-tobi.net>
Date:   Fri Apr 20 00:03:42 2012 +0200

    Refreshed patch

diff --git a/debian/patches/fix-segfault.patch b/debian/patches/fix-segfault.patch
index f8a38f3..acdc51a 100644
--- a/debian/patches/fix-segfault.patch
+++ b/debian/patches/fix-segfault.patch
@@ -2,11 +2,13 @@ Description: Fixes a segfault when playing audio-only with visualization
 Author: Tobias Grimm <etobi at debian.org>
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659655
 
---- vdr-plugin-xineliboutput-1.0.7+cvs20120214.0259.orig/xine/xvdr_metronom.c
-+++ vdr-plugin-xineliboutput-1.0.7+cvs20120214.0259/xine/xvdr_metronom.c
-@@ -41,7 +41,8 @@ static void got_video_frame(metronom_t *
-     frame->duration *= 12; /* GOP */
-   }
+Index: vdr-plugin-xineliboutput/xine/xvdr_metronom.c
+===================================================================
+--- vdr-plugin-xineliboutput.orig/xine/xvdr_metronom.c	2012-04-20 00:00:15.000000000 +0200
++++ vdr-plugin-xineliboutput/xine/xvdr_metronom.c	2012-04-20 00:02:13.000000000 +0200
+@@ -134,7 +134,8 @@
+ 
+   pthread_mutex_unlock(&this->mutex);
  
 -  this->orig_metronom->got_video_frame (this->orig_metronom, frame);
 +  if (this->orig_metronom)

-- 
vdr-plugin-xineliboutput packaging repository



More information about the pkg-vdr-dvb-changes mailing list