Comment 7 for bug 1994007

Revision history for this message
Bin Li (binli) wrote :

Daniel,

 Thanks for the information.
 The totem didn't crash in my side, just black screen, and there is not crash file in /var/crash. And there is not gstreamer1.0-vaapi package currently.

 And I made a script to play this file in gstreamer, it works fine. So I doubt this issue is related totem. smplayer and vlc looks fine in my side.

#!/bin/bash
for a in {1..100}
do
        echo $a
        gst-launch-1.0 filesrc location=Robotica_1080_convert.ogv ! oggdemux ! theoradec ! autovideosink
done