Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use GStreamer in Visual Studio 2010?

Do I have to compile GStreamer on my own? Can I do it using Visual Studio 2010?

I'm struggling to find a good step-by-step guide with instructions on how to do this. Is there a good one?

My objective is to build applications using QtGstreamer on VS2010.

like image 960
karlphillip Avatar asked Nov 30 '11 23:11

karlphillip


People also ask

Does GStreamer work on Windows?

If you're on Linux or a BSD variant, you can install GStreamer using your package manager. For other platforms, specifically Windows, macOS, Android, and iOS, we provide binary releases in the form of official installers or tarballs maintained by the GStreamer project.

Where are GStreamer plugins located?

plug-ins in the user's home directory. These are stored in a directory called plugins inside the . gstreamer-0.10 directory in the user's home directory.

Is GStreamer free to use?

GStreamer is free and open-source software subject to the terms of the LGPL-2.1-or-later and is being hosted at freedesktop.org.


1 Answers

This links gives a complete method to compile GStreamer using Visual Studio and this one is to compile QtGstreamer.

like image 154
Simon Mourier Avatar answered Oct 17 '22 06:10

Simon Mourier