Garbled video on Ubuntu 16.04
jc00ke opened this issue · comments
I just upgraded 15.10 ➡️ 16.04 this afternoon and now videos are garbled. The audio is correct though.
Running 7e1f1ac
Tweet https://twitter.com/BatLabels/status/725457590021439488
Can you....
-
Run
GST_DEBUG=6 corebird
(maybe doGST_DEBUG=6 GST_DEBUG_NO_COLOR=1 corebird > log.txt 2>&1
for a text file), then post the ouput? The output file will be pretty large though. -
Download one of the videos, e.g. this one and run
gst-play-1.0 --videosink=gtksink file.mp4
? Does that work or does it show the same garbled output?
- log file
- That shows the garbled output.
There's a downstream bug report in gstreamer now: https://bugzilla.gnome.org/show_bug.cgi?id=765998
Can you try to work around the issue by uninstalling gstreamer1.0-vaapi
?
Uninstalling gstreamer1.0-vaapi
worked. I'll close for now, thanks for the workaround!