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

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Sun Dec 28 09:54:53 UTC 2014


The following commit has been merged in the master branch:
commit 0a6dfa3b94838d94cb5da14916cc0d81428a5342
Author: Bernhard Übelacker <bernhardu at vr-web.de>
Date:   Sun Dec 28 09:53:31 2014 +0100

    Fix switching to fullscreen when playing PVR content with VDPAU
    
    Closes: #774038

diff --git a/debian/patches/12-fix-VDPAU-PVR-fullscreen.patch b/debian/patches/12-fix-VDPAU-PVR-fullscreen.patch
new file mode 100644
index 0000000..d1dfa29
--- /dev/null
+++ b/debian/patches/12-fix-VDPAU-PVR-fullscreen.patch
@@ -0,0 +1,22 @@
+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 11b7552..a5cec42 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