<div dir="ltr">nevermind :) I see them now.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 21, 2017 at 7:14 PM, Aaron Boxer <span dir="ltr"><<a href="mailto:boxerab@gmail.com" target="_blank">boxerab@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">So, where to the bad plugins normally go, when I run make install ?<br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="h5">On Wed, Jun 21, 2017 at 4:33 PM, Tim Müller <span dir="ltr"><<a href="mailto:tim@centricular.com" target="_blank">tim@centricular.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div><div>On Wed, 2017-06-21 at 16:14 -0400, Aaron Boxer wrote:</div><div><br></div><div>Hi Aaron,</div><div><br></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><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/bu<wbr>ild/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><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/g<wbr>streamer/gstreamer/tree/script<wbr>s/create-uninstalled-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="m_7020463933952068567HOEnZb"><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.o<wbr>rg/conference/</a></div>
</span></div></font></span></div><br></div></div><span class="">______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesk<wbr>top.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-dev<wbr>el</a><br>
<br></span></blockquote></div><br></div>
</blockquote></div><br></div>