New to GStreamer have setup questions

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

New to GStreamer have setup questions

rick b
Hi all.
I'm trying to get up and running with GStreamer so I can do some development against it.  I've noticed that there is https://gstreamer.freedesktop.org/ and then there is the GStreamer-SDK website http://www.gstreamer.com/.

Which site is more active regarding keeping the code base up to date?

My next question is more about getting help getting gstreamer setup on Ubuntu. I've not found instructions yet that are easy (for me) to follow and understand.  I've tried several different ways to get this setup so that includes end up in the proper includes folder, libraries end up in the proper libs folder.  

I'm not wanting to modify the gstreamer code itself, rather I just want to develop against it.

I'd really appreciate if someone can help me get up and running.  My end goal would be able to either use Eclipse or QT for my dev environments.

Thanks for any help getting setup properly.

Rick
Reply | Threaded
Open this post in threaded view
|

Re: New to GStreamer have setup questions

Sebastian Dröge-3
On Do, 2016-09-22 at 22:06 -0700, rick b wrote:
> Hi all. 
> I'm trying to get up and running with GStreamer so I can do some development
> against it.  I've noticed that there is https://gstreamer.freedesktop.org/
> > and then there is the GStreamer-SDK website http://www.gstreamer.com/.
>
> Which site is more active regarding keeping the code base up to date? 

gstreamer.com is basically dead and completely outdated (+3 years now).
It also has no connection to the GStreamer project, which has
gstreamer.freedesktop.org as the official website.

> My next question is more about getting help getting gstreamer setup on
> Ubuntu. I've not found instructions yet that are easy (for me) to follow and
> understand.  I've tried several different ways to get this setup so that
> includes end up in the proper includes folder, libraries end up in the
> proper libs folder.  

On Ubuntu you would usually just install the packages included in
Ubuntu, and develop against them. To get the proper include paths and
library paths, and libraries to link to, you use pkg-config like with
basically all other modern libraries. Qt's qmake has direct support for
that, and it should also be available via e.g. QtCreator. I don't know
about Eclipse though.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (985 bytes) Download Attachment