recompiled and reposted totem (and clutter, json-glib, clutter-gtk, libpeas, cogl, libsoup, libsoup-gnome, glib-networking, nautilus, gnome-desktop, gstreamer and totem_pl_parser).
There seems to be a problem with gst-plugins-base in that it will not set the audio sink properly, but I cannot recompile it due to an issue involving speex: CC libgstaudioresample_la-speex_resampler_float.lo
In file included from resample.c:134:0,
from speex_resampler_float.c:26:
resample_sse.h: In function 'interpolate_product_single':
resample_sse.h:62:10: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi]
__m128 sum = _mm_setzero_ps();
^
In file included from resample_sse.h:38:0,
from resample.c:134,
from speex_resampler_float.c:26:
resample_sse.h: In function 'inner_product_single':
/tmp/tcloop/gcc/usr/local/lib/gcc/i486-pc-linux-gnu/4.9.1/include/xmmintrin.h:115:1: error: inlining failed in call to always_inline '_mm_setzero_ps': target specific option mismatch
_mm_setzero_ps (void)
^
In file included from resample.c:134:0,
from speex_resampler_float.c:26:
resample_sse.h:46:11: error: called from here
__m128 sum = _mm_setzero_ps();