Activity log for bug #1652466

Date Who What changed Old value New value Message
2016-12-24 21:36:55 Amr Ibrahim bug added bug
2017-01-01 11:35:52 Amr Ibrahim summary [Xenial] mesa-va-drivers should be as alternative to Depends of va-driver-all, otherwise, Totem can't play videos if gstreamer1.0-vaapi is installed on Gallium graphics [Xenial] va-driver-all should depend on mesa-va-drivers, otherwise, Totem can't play videos if gstreamer1.0-vaapi is installed on Gallium graphics
2017-01-06 08:43:41 Michel-Ekimia bug added subscriber Michel-Ekimia
2017-01-06 08:43:57 Launchpad Janitor libva (Ubuntu): status New Confirmed
2017-01-13 16:45:29 Alberto Salvia Novella summary [Xenial] va-driver-all should depend on mesa-va-drivers, otherwise, Totem can't play videos if gstreamer1.0-vaapi is installed on Gallium graphics Totem can't play videos on Gallium graphics
2017-01-13 16:46:31 Alberto Salvia Novella libva (Ubuntu): importance Undecided Medium
2017-01-13 16:47:39 Alberto Salvia Novella bug task added hundredpapercuts
2017-01-13 16:49:01 Alberto Salvia Novella bug task added totem (Ubuntu)
2017-01-13 16:49:09 Alberto Salvia Novella totem (Ubuntu): status New Confirmed
2017-01-13 16:49:12 Alberto Salvia Novella totem (Ubuntu): importance Undecided Medium
2017-01-13 16:49:21 Alberto Salvia Novella totem (Ubuntu): status Confirmed Invalid
2017-01-13 16:49:30 Alberto Salvia Novella hundredpapercuts: status New Confirmed
2017-01-13 16:49:31 Alberto Salvia Novella hundredpapercuts: importance Undecided Medium
2017-02-28 14:49:47 Amr Ibrahim summary Totem can't play videos on Gallium graphics Totem can't play videos on Gallium graphics without mesa-va-drivers
2017-05-16 11:43:17 Amr Ibrahim attachment added libva_1.7.0-1_1.7.0-2~ubuntu16.04.1~ppa1.diff https://bugs.launchpad.net/ubuntu/+source/libva/+bug/1652466/+attachment/4877434/+files/libva_1.7.0-1_1.7.0-2~ubuntu16.04.1~ppa1.diff
2017-05-16 11:58:07 Amr Ibrahim description What is the problem: Totem can't play videos if gstreamer1.0-vaapi is installed on Gallium graphics in Xenial because mesa-va-drivers is not installed as a dependency of va-driver-all. Here is the dependency chain in Xenial: gstreamer1.0-vaapi Depends on libva1 libva1 Recommends va-driver-all va-driver-all Depends on i965-va-driver vdpau-va-driver (no mesa-va-drivers!) Here is the terminal output of Totem (with gstreamer1.0-vaapi installed and no mesa-va-drivers): :~$ totem Stream with high frequencies VQ coding libva info: VA-API version 0.39.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so libva info: va_openDriver() returns -1 libva info: VA-API version 0.39.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/gallium_drv_video.so libva info: va_openDriver() returns -1 libva info: VA-API version 0.39.0 libva info: va_getDriverName() returns 0 When mesa-va-drivers is installed, Totem plays videos just fine. This is fixed in version 1.7.0-2 in Debian and Yakkety. libva (1.7.0-2) unstable; urgency=medium * debian/control: - Add mesa-va-drivers as alternative to Depends of va-driver-all. - Bump Standards-Versions. -- Sebastian Ramacher <sramacher@debian.org> Wed, 11 May 2016 17:32:06 +0200 ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: va-driver-all 1.7.0-1 ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35 Uname: Linux 4.4.0-57-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.20.1-0ubuntu2.4 Architecture: amd64 CurrentDesktop: Unity Date: Sat Dec 24 21:54:20 2016 InstallationDate: Installed on 2016-04-26 (242 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) SourcePackage: libva UpgradeStatus: No upgrade log present (probably fresh install) Impact ------- Totem can't play videos if gstreamer1.0-vaapi is installed on Gallium graphics in Xenial because mesa-va-drivers is not installed as a dependency of va-driver-all. Here is the dependency chain in Xenial: gstreamer1.0-vaapi Depends on libva1 libva1 Recommends va-driver-all va-driver-all Depends on i965-va-driver vdpau-va-driver (no mesa-va-drivers) This is fixed in version 1.7.0-2 in Debian and Yakkety. libva (1.7.0-2) unstable; urgency=medium * debian/control: - Add mesa-va-drivers as alternative to Depends of va-driver-all. - Bump Standards-Versions. -- Sebastian Ramacher <sramacher@debian.org> Wed, 11 May 2016 17:32:06 +0200 Test case ---------- - Purge va-driver-all and mesa-va-drivers if already installed - Install va-driver-all from xenial-proposed - Make sure that mesa-va-drivers is pulled in - Play videos in Totem with gstreamer1.0-vaapi installed and make sure that videos play nicely. Here is the terminal output of Totem (with gstreamer1.0-vaapi installed and no mesa-va-drivers): :~$ totem Stream with high frequencies VQ coding libva info: VA-API version 0.39.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so libva info: va_openDriver() returns -1 libva info: VA-API version 0.39.0 libva info: va_getDriverName() returns 0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/gallium_drv_video.so libva info: va_openDriver() returns -1 libva info: VA-API version 0.39.0 libva info: va_getDriverName() returns 0 When mesa-va-drivers is installed, Totem plays videos just fine. Regression potential --------------------- Since there are no code changes at all, I cannot think of any regressions. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: va-driver-all 1.7.0-1 ProcVersionSignature: Ubuntu 4.4.0-57.78-generic 4.4.35 Uname: Linux 4.4.0-57-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.20.1-0ubuntu2.4 Architecture: amd64 CurrentDesktop: Unity Date: Sat Dec 24 21:54:20 2016 InstallationDate: Installed on 2016-04-26 (242 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) SourcePackage: libva UpgradeStatus: No upgrade log present (probably fresh install)
2017-05-16 12:27:16 Ubuntu Foundations Team Bug Bot tags amd64 apport-bug xenial amd64 apport-bug patch xenial
2017-05-16 12:27:22 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2017-08-22 14:37:45 Bryan Quigley nominated for series Ubuntu Xenial
2017-08-22 14:37:59 Bryan Quigley bug added subscriber Bryan Quigley
2017-08-30 09:52:42 Simon Quigley bug task added totem (Ubuntu Xenial)
2017-08-30 09:52:42 Simon Quigley bug task added libva (Ubuntu Xenial)
2017-08-30 10:01:18 Simon Quigley removed subscriber Ubuntu Sponsors Team
2017-08-31 20:46:08 Brian Murray libva (Ubuntu Xenial): status New Fix Committed
2017-08-31 20:46:12 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2017-08-31 20:46:14 Brian Murray bug added subscriber SRU Verification
2017-08-31 20:46:18 Brian Murray tags amd64 apport-bug patch xenial amd64 apport-bug patch verification-needed verification-needed-xenial xenial
2017-08-31 20:47:27 Brian Murray libva (Ubuntu): status Confirmed Invalid
2017-08-31 20:47:34 Brian Murray totem (Ubuntu Xenial): status New Invalid
2017-09-01 05:06:20 Amr Ibrahim hundredpapercuts: status Confirmed Fix Committed
2017-11-28 17:31:06 Amr Ibrahim tags amd64 apport-bug patch verification-needed verification-needed-xenial xenial amd64 apport-bug patch verification-done-xenial xenial
2017-11-29 23:33:32 Launchpad Janitor libva (Ubuntu Xenial): status Fix Committed Fix Released
2017-11-29 23:33:37 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2018-03-20 15:26:31 Amr Ibrahim hundredpapercuts: status Fix Committed Fix Released