<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><blockquote type="cite"><div>I have a question about how folks set up their dev environment for gstreamer. (...) To build, I run</div><span class=""><div><br></div><div>make && sudo make install </div><div><br></div><div>then gst-launch to run the code.</div><div><br></div><div>Is it possible to skip the "make install" step before running the modified code ? It does slow down my code - build -test cycle.</div></span></blockquote><div><br></div><div>Sure. You can do</div><div><br></div><div>export GST_PLUGIN_PATH=/home/aaron/<wbr>build/gst-plugins-bad</div><div><br></div><div>to make GStreamer look for extra plugins there. It will/should then pick up things from your build tree.</div></div></blockquote><div><br></div><div>Thanks, Tim ! I will give this a try.<br><br></div><div>Aaron<br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><br></div><div>We also have a so-called "uninstalled" setup for dev purposes.</div><div><br></div><div>For the old one based on autotools see <a href="https://cgit.freedesktop.org/gstreamer/gstreamer/tree/scripts/create-uninstalled-setup.sh" target="_blank">https://cgit.freedesktop.org/<wbr>gstreamer/gstreamer/tree/<wbr>scripts/create-uninstalled-<wbr>setup.sh</a></div><div><br></div><div>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).</div><div><br></div><div>Cheers</div><span class="HOEnZb"><font color="#888888"><div> -Tim</div><div><br></div><div><span><pre>-- <br></pre><div>Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a></div><div><br></div><div>Join us at the GStreamer Conference!</div><div>21-22 October 2017 in Prague, Czech Republic</div><div><a href="http://gstreamer.freedesktop.org/conference/" target="_blank">http://gstreamer.freedesktop.<wbr>org/conference/</a></div>
</span></div></font></span></div><br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br></div></div>