Delay loading of GStreamer DLLs on Windows

Nirbheek Chauhan nirbheek.chauhan at gmail.com
Wed Dec 9 03:08:25 PST 2015


On Tue, Dec 8, 2015 at 9:18 PM, Andy Robinson <andy at seventhstring.com> wrote:
> If anyone knows an easier / more elegant solution then please speak up!
>

Is using LoadLibrary() not an option for you? It should work similar
to dlopen() on Linux and does not require the DLL to be present at
link time. It only requires the library to be present in the search
path at runtime.

-- 
~Nirbheek Chauhan


More information about the gstreamer-devel mailing list