Aw: Re: Re: Re: GStreamer application access violation in random locations

Tim Müller tim at centricular.com
Tue Feb 2 01:35:39 PST 2016


On Tue, 2016-02-02 at 00:47 -0800, pfarmer wrote:

Hi,

> Generally speaking: *is it safe to link the GStreamer binaries with a
> VS2013
> compiler?*
> Meaning: I have installed GStreamer binaries for 64bit Windows. These
> are
> compiled with MinGW as far as I can see. And I have a project that is
> compiled with VS2013 64bit. This project uses (links) the GStreamer
> MinGW
> 64bit libraries. Is this actually safe?

Yes, that should (and generally does) work fine. You just need to be
aware that there are multiple C runtime libraries involved then in case
you pass C library resources to GLib/GStreamer, since handles such as
file descriptors/handles won't work with the other C runtime, but
that's a bit of a cornercase.

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com




More information about the gstreamer-devel mailing list