[SCM] xbmc/master: Revert "Fix switching to fullscreen when playing PVR content with VDPAU"

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Wed Aug 19 20:49:41 UTC 2015


The following commit has been merged in the master branch:
commit 30d26873c653706432c8d0eb2cac3ce52941b3db
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sat Jan 17 11:46:05 2015 +0100

    Revert "Fix switching to fullscreen when playing PVR content with VDPAU"
    
    This reverts commit 0a6dfa3b94838d94cb5da14916cc0d81428a5342.
    
    Disabling xrandr seems to be a better idea. See the original bug report for the discussion.

diff --git a/debian/patches/12-fix-VDPAU-PVR-fullscreen.patch b/debian/patches/12-fix-VDPAU-PVR-fullscreen.patch
deleted file mode 100644
index d1dfa29..0000000
--- a/debian/patches/12-fix-VDPAU-PVR-fullscreen.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Fix switching to fullscreen when playing PVR content with VDPAU
- Switching to full screen made screen go blank without the patch. See full
- explanation in the bug report.
- .
- Forwarding is not needed because the 13.x branch does not get updates upstream
- and the next stable branch has significally different code.
- .
-Author: Bernhard Übelacker <bernhardu at vr-web.de>
-Bug-Debian: https://bugs.debian.org/774038
-Origin: other, BTS
-Reviewed-By: Balint Reczey <balint at balintreczey.hu>
-Forwarded: not-needed
---- xbmc-13.2+dfsg1.orig/xbmc/cores/dvdplayer/DVDPlayer.cpp
-+++ xbmc-13.2+dfsg1/xbmc/cores/dvdplayer/DVDPlayer.cpp
-@@ -3000,6 +3000,7 @@ bool CDVDPlayer::OpenVideoStream(int iSt
-     const CDemuxStreamVideo *stream = static_cast<const CDemuxStreamVideo*>(pStream);
-     hint.fpsrate  = stream->iFpsRate;
-     hint.fpsscale = stream->iFpsScale;
-+    hint.software = true;
-   }
- 
-   CDVDInputStream::IMenus* pMenus = dynamic_cast<CDVDInputStream::IMenus*>(m_pInputStream);
diff --git a/debian/patches/series b/debian/patches/series
index a5cec42..11b7552 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -22,4 +22,4 @@
 08-armel.patch
 09-use-correct-ftgl.h
 11-fix-vdpau-include.patch                                                                           
-12-fix-VDPAU-PVR-fullscreen.patch
+

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list