Integration of GStreamer in QT application on Windows using MinGW
Dušan Poizl
poizl at maindata.sk
Wed Apr 23 12:08:41 PDT 2014
yes it is doable. I am developing such application myself. You can use
precompiled binaries from gstreamer page and Qt for MinGW. But you need
get rid of taglib plugin. It is because taglib is C++ code. Problem is
that gstreamer and Qt is compiled with different version of C++
exception handling runtime. So just delete taglib and gstreamer becomes
pure C library which can be used freely between different MinGW versions.
more information about different C++ runtime
http://stackoverflow.com/questions/15670169/what-is-difference-between-sjlj-vs-dwarf-vs-seh
Dn(a 23.04.2014 16:13, d.santanche at tiscali.it wrote / napísal(a):
>
> Hi,
>
> I'm interesting in the integration of the gstreamer library on Windows
> 7/8 platforms using QT and the MinGw compiler. Do you think this is
> possible? Could you give me some hint to let me start in this integration?
>
> Best Regards
>
> Daniele Santanché
>
>
>
> Scopri istella, il nuovo motore per il web italiano.
> Istella garantisce risultati di qualità e la possibilità di
> condividere, in modo semplice e veloce, documenti, immagini, audio e
> video.
> Usa istella, vai su http://www.istella.it?wtk=amc138614816829636
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140423/8f266860/attachment.html>
More information about the gstreamer-devel
mailing list