Dev environment question

Aaron Boxer boxerab at gmail.com
Wed Jun 21 23:02:57 UTC 2017


>
> I have a question about how folks set up their dev environment for
> gstreamer. (...) To build, I run
>
> make && sudo make install
>
> then gst-launch to run the code.
>
> Is it possible to skip the "make install" step before running the modified
> code ? It does slow down my code - build -test cycle.
>
>
> Sure. You can do
>
> export GST_PLUGIN_PATH=/home/aaron/build/gst-plugins-bad
>
> to make GStreamer look for extra plugins there. It will/should then pick
> up things from your build tree.
>

Thanks, Tim ! I will give this a try.

Aaron



>
> We also have a so-called "uninstalled" setup for dev purposes.
>
> For the old one based on autotools see https://cgit.freedesktop.org/
> gstreamer/gstreamer/tree/scripts/create-uninstalled-setup.sh
>
> For the new one based on Meson, see the gst-build module in git (you can
> run 'ninja uninstalled' there to get into the uninstalled environment once
> you've run meson).
>
> Cheers
> -Tim
>
> --
>
> Tim Müller, Centricular Ltd - http://www.centricular.com
>
> Join us at the GStreamer Conference!
> 21-22 October 2017 in Prague, Czech Republic
> http://gstreamer.freedesktop.org/conference/
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170621/e0322748/attachment.html>


More information about the gstreamer-devel mailing list