r7375 - in /vdr/vdr-plugin-xineliboutput/branches/etch/debian: changelog patches/00list patches/02_playfile-timeout.dpatch

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat Aug 9 22:20:49 UTC 2008


Author: tiber-guest
Date: Sat Aug  9 22:20:48 2008
New Revision: 7375

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=7375
Log:
Added 02_playfile-timeout.dpatch to work around problems whith
stream playback

Added:
    vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/02_playfile-timeout.dpatch
Modified:
    vdr/vdr-plugin-xineliboutput/branches/etch/debian/changelog
    vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/00list

Modified: vdr/vdr-plugin-xineliboutput/branches/etch/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/branches/etch/debian/changelog?rev=7375&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/branches/etch/debian/changelog (original)
+++ vdr/vdr-plugin-xineliboutput/branches/etch/debian/changelog Sat Aug  9 22:20:48 2008
@@ -1,3 +1,10 @@
+vdr-plugin-xineliboutput (1.0.1-5etch2) unstable; urgency=low
+
+  * Added 02_playfile-timeout.dpatch to work around problems whith
+    stream playback
+
+ -- Tobias Grimm <tg at e-tobi.net>  Sun, 10 Aug 2008 00:20:26 +0200
+
 vdr-plugin-xineliboutput (1.0.1-5etch1) unstable; urgency=low
 
   * Resynced with Sid release

Modified: vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/00list?rev=7375&op=diff
==============================================================================
--- vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/00list (original)
+++ vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/00list Sat Aug  9 22:20:48 2008
@@ -1,2 +1,3 @@
 #01_gnome-screensaver
+02_playfile-timeout
 10_nosignal

Added: vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/02_playfile-timeout.dpatch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/02_playfile-timeout.dpatch?rev=7375&op=file
==============================================================================
--- vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/02_playfile-timeout.dpatch (added)
+++ vdr/vdr-plugin-xineliboutput/branches/etch/debian/patches/02_playfile-timeout.dpatch Sat Aug  9 22:20:48 2008
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_playfile-timeout.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Increases timeout to avoid problems when playing back streams.
+
+ at DPATCH@
+diff -urNad vdr-plugin-xineliboutput-1.0.1~/frontend_svr.c vdr-plugin-xineliboutput-1.0.1/frontend_svr.c
+--- vdr-plugin-xineliboutput-1.0.1~/frontend_svr.c	2008-04-23 22:12:58.000000000 +0200
++++ vdr-plugin-xineliboutput-1.0.1/frontend_svr.c	2008-08-10 00:16:25.000000000 +0200
+@@ -52,7 +52,7 @@
+ #define LOG_OSD_BANDWIDTH (128*1024)  /* log messages if OSD bandwidth > 1 Mbit/s */
+ 
+ #define PLAYFILE_CTRL_TIMEOUT   300   /* ms */
+-#define PLAYFILE_TIMEOUT       5000   /* ms */
++#define PLAYFILE_TIMEOUT      10000   /* ms */
+ 
+ typedef struct {
+   int    Size;




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