<div dir="ltr">If you are okay using CMake then I think the best IDE is CLion.  Unfortunately it isn't free, but the price is reasonable.  (I think there is a 30 day trial period.)<div><br></div><div>The gstreamer project itself uses Meson, which is supported by some IDEs none of which I like (<a href="https://mesonbuild.com/IDE-integration.html">https://mesonbuild.com/IDE-integration.html</a>).  So I tend to build gstreamer separately (or on Windows I just download the official build).</div><div><br></div><div>In terms of integrating gstreamer with a CMake project:  You can manually figure out how to twiddle your CMakeLists.txt file, or you can see if Conan can do it for you.  There is a conan recipe for gstreamer, but I never tried it:  <a href="https://conan.io/center/gstreamer">https://conan.io/center/gstreamer</a>  I recommend learning to use Conan with CMake, but I cannot vouch for the gstreamer recipe because I have never tried it.</div><div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jan 5, 2022 at 9:03 AM Daniel G. Campos via gstreamer-devel <<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Dear Friends :<br>
<br>
Thanks to all of you for your support and happy new year to all.<br>
<br>
I am new with gstreamer and I wanted to use it to develop a c++ <br>
application. From the GStreamer documentation it was easy to download <br>
the tutorials and compile from command line a simple C application, with <br>
the pkg-config.<br>
<br>
But I was wonder if someone here in the list uses an IDE to develop any <br>
GStreamer application, if that is the case, which IDE do you use? <br>
CodeLite? CodeBLocks? Visual Studio? VSCode?<br>
<br>
I will greatly appreciate if someone uses a free open source IDE, that <br>
helps me configure it to compile an link it, i cannot find a proper way <br>
to use g++ to compile a simple application with CodeLite, for example.<br>
<br>
it is ideal for a free code i am writing.<br>
<br>
<br>
Thanks to all, best regards,<br>
<br>
Daniel<br>
<br>
<br>
<br>
</blockquote></div>