Hi David,
Finally I ran LO under strace on a system that only has 1.0 installed.
I see various gst-0.10 files that came with LO being opened, e.g.,
"/opt/libreoffice4.1/program/../program/libavmediagst_0_10.so"
and failures for -0.10 related libs in the system directories. Nowhere
do I see any attempt (failed or not) to open a 1.0 lib/module.
Long story short, it depends on the compile switch used to build LO. It
is possible to build LO with either 1.0 or 0.10 support, but not both
(apparently, at least from my attempts). For example, on my own master
builds on a Linux Mint 16 Petra 64bit system, I build with the following
compile switch :
--disable-gstreamer-0-10
otherwise, the configure script step fails because somewhere it is coded
to look for gstreamer-1.0, and only finds gstreamer-0-10 (despite my
best attempts at having installed all possible dev libraries). So,
instead of gstreamer, I build with VLC support (which is experimental).
Your version of LO, wherever it might have come from, appears to have
been built against gstreamer-0-10, whereas you only have the
gstreamer-1.0 libs. So, it is either the builder's fault, or the OS'
defaults on which the builder compiled LO.
Alex