Bug#759818: vlc: VDPAU output - can see video in xterm and icons

Rémi Denis-Courmont remi at remlab.net
Sat Aug 30 17:40:20 UTC 2014


Le samedi 30 août 2014, 20:24:13 Dmitrii a écrit :
> After today update
> [apt log
> Start-Date: 2014-08-30  15:53:09
> Install:  libvlccore8:amd64 (2.2.0~pre2-4, automatic),
> Upgrade:  vlc-plugin-notify:amd64 (2.1.5-1, 2.2.0~pre2-4), vlc-nox:amd64
> (2.1.5-1, 2.2.0~pre2-4), vlc-data:amd64 (2.1.5-1, 2.2.0~pre2-4),
> libvlc5:amd64 (2.1.5-1, 2.2.0~pre2-4)
> Remove: libvlccore7:amd64 (2.1.5-1), libdirac-decoder0:amd64 (1.0.2-7), vlc-
> plugin-pulse:amd64 (2.1.5-1)
> End-Date: 2014-08-30  16:01:09]
> I can see video, using VDPAU as output in window borders(xfce), xterm, and
> Thunar icon labels on other workspaces
> If using X11 XCB uotput it is allright.
> 
> Sorry for my English,
> Best regards, Dmitrii

I can't reproduce it here. Does the patch below help? Does it affect other 
applications using VDPAU?

diff --git a/modules/hw/vdpau/display.c b/modules/hw/vdpau/display.c
index 54e1cb8..e64fc5e 100644
--- a/modules/hw/vdpau/display.c
+++ b/modules/hw/vdpau/display.c
@@ -662,9 +662,6 @@ static int Open(vlc_object_t *obj)
         goto error;
     }
 
-    VdpColor black = { 0.f, 0.f, 0.f, 1.f };
-    vdp_presentation_queue_set_background_color(sys->vdp, sys->queue, 
&black);
-
     sys->cursor = XCB_cursor_Create(sys->conn, screen);
     sys->pool = NULL;
 
-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the pkg-multimedia-maintainers mailing list