This is the error in a nutshell: $ gst-inspect /usr/lib64/gstreamer-0.10/libgstdc1394.so (gst-inspect-0.10:31127): GStreamer-WARNING **: Failed to load plugin '/usr/lib64/gstreamer-0.10/libgstdc1394.so': /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all Could not load plugin file: Opening module failed: /usr/lib64/gstreamer-0.10/libgstdc1394.so: undefined symbol: dc1394_iso_release_all Looking at the sources for libdc1394-22 in openSUSE 13.1, I can find dc1394_iso_release_all in iso.h, so it's *there*, but not exported in the final shared object. My guess is that it's an issue with how it's packaged or compiled. Thanks, ~Damien -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org