Dev environment question

Julien Isorce julien.isorce at gmail.com
Thu Jun 22 08:11:27 UTC 2017


Some input here as well in the blog post "Setting up development env" from
https://singhcodes.wordpress.com/ . It also includes how to setup mesa and
"nouveau" hw decoding within the gst-uninstalled env.

On 22 June 2017 at 00:15, Aaron Boxer <boxerab at gmail.com> wrote:

> nevermind :) I see them now.
>
> On Wed, Jun 21, 2017 at 7:14 PM, Aaron Boxer <boxerab at gmail.com> wrote:
>
>> So, where to the bad plugins normally go, when I run make install ?
>>
>> On Wed, Jun 21, 2017 at 4:33 PM, Tim Müller <tim at centricular.com> wrote:
>>
>>> On Wed, 2017-06-21 at 16:14 -0400, Aaron Boxer wrote:
>>>
>>> Hi Aaron,
>>>
>>> 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.
>>>
>>> We also have a so-called "uninstalled" setup for dev purposes.
>>>
>>> For the old one based on autotools see https://cgit.freedesktop.org/g
>>> streamer/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
>>>
>>>
>>
>
> _______________________________________________
> 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/20170622/8571e1e7/attachment.html>


More information about the gstreamer-devel mailing list