I'd like to statically link gstreamer libraries and plugins with my application rather than dynamically linking them at runtime? I can see you can configure gstreamer using the --disable-registry and --disable-loadsave options to remove the need for a registry. But having done so how do I pull in and register the plugins I want to use? Any pointers/examples of how to do this please. Thanks in advance. Ian