[vdr-plugin-xineliboutput] 05/10: Dropped fixe-segfault.patch - fixed upstream
Tobias Grimm
tiber-guest at moszumanska.debian.org
Tue Jan 31 23:25:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr-plugin-xineliboutput.
commit 72f12313da98415f473925309bac0491f65e167b
Author: Tobias Grimm <etobi at debian.org>
Date: Tue Jan 31 23:11:31 2017 +0100
Dropped fixe-segfault.patch - fixed upstream
---
debian/patches/fix-segfault.patch | 18 ------------------
debian/patches/series | 1 -
2 files changed, 19 deletions(-)
diff --git a/debian/patches/fix-segfault.patch b/debian/patches/fix-segfault.patch
deleted file mode 100644
index acdc51a..0000000
--- a/debian/patches/fix-segfault.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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
-
-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)
-+ this->orig_metronom->got_video_frame (this->orig_metronom, frame);
-
- frame->pts = pts;
- }
diff --git a/debian/patches/series b/debian/patches/series
index bf21a70..f454e92 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
disable-po-update.patch
-fix-segfault.patch
Makfile-fixes.patch
truecolor.diff
libcec3.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-xineliboutput.git
More information about the pkg-vdr-dvb-changes
mailing list