<div dir="ltr"><div>I experienced the same problem, and was able to work around it by removing phonon-backend-gstreamer.<br><br></div>This after running the following backtrace<br><br>(gdb) bt<br>#0  pthread_cond_wait@@GLIBC_2.3.2 ()<br>    at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185<br>#1  0x00007fa9641b3437 in g_cond_wait ()<br>   from /lib/x86_64-linux-gnu/libglib-2.0.so.0<br>#2  0x00007fa964195bfb in g_once_init_enter ()<br>   from /lib/x86_64-linux-gnu/libglib-2.0.so.0<br>#3  0x00007fa936dd75d0 in gst_object_get_type ()<br>   from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0<br>#4  0x00007fa936e1ea25 in gst_registry_get_type ()<br>   from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0<br>#5  0x00007fa936e1ec85 in gst_registry_get_default ()<br>   from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0<br>#6  0x00007fa9370c4aed in ?? ()<br>   from /usr/lib/x86_64-linux-gnu/qt4/plugins/phonon_backend/phonon_gstreamer.so<br>#7  0x00007fa9370bbf60 in ?? ()<br>   from /usr/lib/x86_64-linux-gnu/qt4/plugins/phonon_backend/phonon_gstreamer.so<br>#8  0x00007fa9370bc2db in qt_plugin_instance ()<br>   from /usr/lib/x86_64-linux-gnu/qt4/plugins/phonon_backend/phonon_gstreamer.so<br>#9  0x00007fa96c8d0373 in QPluginLoader::instance() ()<br>   from /usr/lib/x86_64-linux-gnu/libQtCore.so.4<br>---Type <return> to continue, or q <return> to quit---<br>#10 0x00007fa94416fc2b in ?? ()<br>   from /usr/lib/kde4/plugins/phonon_platform/kde.so<br>#11 0x00007fa9441703c7 in ?? ()<br>   from /usr/lib/kde4/plugins/phonon_platform/kde.so<br>#12 0x00007fa97226cf66 in ?? () from /usr/lib/x86_64-linux-gnu/libphonon.so.4<br>#13 0x00007fa97226e358 in Phonon::Factory::backend(bool) ()<br>   from /usr/lib/x86_64-linux-gnu/libphonon.so.4<br>#14 0x00007fa97226eb23 in ?? () from /usr/lib/x86_64-linux-gnu/libphonon.so.4<br>#15 0x00007fa972262224 in ?? () from /usr/lib/x86_64-linux-gnu/libphonon.so.4<br>#16 0x00007fa97225f9c7 in ?? () from /usr/lib/x86_64-linux-gnu/libphonon.so.4<br>#17 0x00007fa97229af50 in ?? () from /usr/lib/x86_64-linux-gnu/libphonon.so.4<br>#18 0x00007fa97229b1dc in Phonon::VideoPlayer::mediaObject() const ()<br>   from /usr/lib/x86_64-linux-gnu/libphonon.so.4<br>#19 0x00000000006a3cc1 in ?? ()<br>#20 0x0000000000695400 in ?? ()<br>#21 0x000000000069ca4d in ?? ()<br>#22 0x00000000005999fa in ?? ()<br>#23 0x00000000005b4308 in ?? ()<br>#24 0x0000000000493a11 in ?? ()<br>#25 0x00007fa96b940b45 in __libc_start_main (main=0x492bf0, argc=1, <br>    argv=0x7fff1cd31dc8, init=<optimized out>, fini=<optimized out>, <br>    rtld_fini=<optimized out>, stack_end=0x7fff1cd31db8) at libc-start.c:287<br>#26 0x000000000049632f in _start ()<br><br></div>