After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746556 - glimagesink bad output
glimagesink bad output
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-21 06:54 UTC by Jorge
Modified: 2016-05-15 09:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jorge 2015-03-21 06:54:32 UTC
Hi,

I've just installed the gstreamer 1.5 cloned from repos yesterday afternoon and I can play the next pipelines ok with
the gstreamer-vaapi-0.5.11 with a Victor's patch to be able to use the libva version 0.35.0 included in my Ubuntu 14.04

$ gst-launch-1.0 filesrc location=big_buck_bunny_480p_surround-fix.avi ! avidemux ! vaapidecode ! vaapisink

$ gst-launch-1.0 filesrc location=big_buck_bunny_480p_surround-fix.avi ! avidemux ! vaapidecode ! glimagesink

The first one shows the video ok, but the second one the video is shown moved diagonally. When I use the big_buck_bunny_720p_surround.avi
or big_buck_bunny_1080p_surround.avi the video is played ok. Maybe is not calculated the size ok?

Regards,
Jorge
Comment 1 Jorge 2015-03-21 06:55:28 UTC
The patch entry is https://bugzilla.gnome.org/show_bug.cgi?id=746405
Comment 2 Víctor Manuel Jáquez Leal 2015-03-23 15:02:48 UTC
Jorge,

Last weekend I grabbed my old zbox (mini PC) with an NVidia GPU. I installed on it Fedora 21 and the NVidia proprietary drivers. Alos I installed GStreamer 1.4.5 from sources and gstreamer-vaapi's master. The libva was 1.4.1 and VA API was 0.36.

I can play all those big_buck_bunny_* videos without issues, using the playbin with flags=0x17

Could you update your libva version? Perhaps, that's an solved issue in libva.
Comment 3 Tim-Philipp Müller 2015-06-13 12:34:21 UTC
Jorge: ping?