Integration of GStreamer in QT application on Windows using MinGW

Dušan Poizl poizl at maindata.sk
Tue May 6 23:07:41 PDT 2014


part from my pro file.

INCLUDEPATH += "C:\gstreamer\1.0\x86\include" 
"C:\gstreamer\1.0\x86\include\gstreamer-1.0" \
"C:\gstreamer\1.0\x86\include\glib-2.0" 
"C:\gstreamer\1.0\x86\lib\glib-2.0\include"
LIBS += -L"C:\gstreamer\1.0\x86\lib" -lglib-2.0 -lgobject-2.0 
-lgstreamer-1.0 -lgstapp-1.0 -lgstvideo-1.0

Dňa 07.05.2014 07:53, K_AA wrote / napísal(a):
> Hello! I also try to integrate GStreamer with Qt but I am a beginner.
>
> I need to integrate Qt 4.7.4 (MinGW 4.4.0 x86 compiler) with GStreamer on
> Windows (Windows 7 x64 installed). The application must be x86 compatible.
> I downloaded the latest GStreamer packages: gstreamer-1.0-x86-1.2.4.1.msi,
> gstreamer-1.0-devel-x86-1.2.4.1.msi and
> gstreamer-1.0-x86-1.2.4.1-merge-modules.zip.
> I installed the first and second package but I don't know what to do with
> gstreamer-1.0-x86-1.2.4.1-merge-modules.zip.
> I created a console application and modified the .pro file by adding the
> following lines:
>
>
> As a result I receive the following error... (application work fine without
> lines given above)
>
>
> main.cpp:
>
>
> I also tried to delete all files "taglib" but it doesn't work...
>
> Please, help me!
> How to install these GStreamer packages?
> How to configure the Qt project? It would be nice to get the example of .pro
> file or the entire project.
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Integration-of-GStreamer-in-QT-application-on-Windows-using-MinGW-tp4666587p4666822.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list