baedert / corebird

Native Gtk+ Twitter Client

Home Page:https://corebird.baedert.org

Repository from Github https://github.combaedert/corebirdRepository from Github https://github.combaedert/corebird

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.

gifrecord_2016-04-27_160219

Running 7e1f1ac
Tweet https://twitter.com/BatLabels/status/725457590021439488

Can you....

  1. Run GST_DEBUG=6 corebird (maybe do GST_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.

  2. 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?

  1. log file
  2. 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!