[SCM] vdr-plugin-xineliboutput packaging repository branch, master, updated. debian/1.0.7+cvs20120130.2334-2-5-gb2a106d

etobi git at e-tobi.net
Tue Feb 14 21:02:16 UTC 2012


The following commit has been merged in the master branch:
commit b2a106df6fdb000207972d85abd2b9218c79e29a
Author: etobi <git at e-tobi.net>
Date:   Tue Feb 14 21:39:10 2012 +0100

    Added fix-segfault.patch (Closes #659655)

diff --git a/debian/changelog b/debian/changelog
index 219fa9c..11f7bdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+vdr-plugin-xineliboutput (1.0.7+cvs20120214.0259-2) unstable; urgency=low
+
+  * Added fix-segfault.patch (Closes #659655)
+
+ -- Tobias Grimm <etobi at debian.org>  Tue, 14 Feb 2012 21:38:10 +0100
+
 vdr-plugin-xineliboutput (1.0.7+cvs20120214.0259-1) unstable; urgency=low
 
   * New Upstream Snapshot
diff --git a/debian/patches/fix-segfault.patch b/debian/patches/fix-segfault.patch
new file mode 100644
index 0000000..f8a38f3
--- /dev/null
+++ b/debian/patches/fix-segfault.patch
@@ -0,0 +1,16 @@
+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 */
+   }
+ 
+-  this->orig_metronom->got_video_frame (this->orig_metronom, frame);
++  if (this->orig_metronom)
++    this->orig_metronom->got_video_frame (this->orig_metronom, frame);
+ 
+   frame->pts = pts;
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..45fc371
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-segfault.patch

-- 
vdr-plugin-xineliboutput packaging repository



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