<div dir="ltr">if you have installed gstreamer using rpms then you can do<br><br>#rpm -e gstreamer-x.xx<br>(similarly you will also have to do this for each of your plugin packages)<br><br>if you have compiled and installed from source, then you there is an uninstall target in the makefile that can be invoked by saying<br>
<br>#make uninstall<br>(again this has to be done for each individual gstreamer package i.e. base, good, bad, and so on)<br><br>Regards<br>~Sameer<br><br><div class="gmail_quote">On Mon, Aug 25, 2008 at 11:33 AM, Sachin Pandhare <span dir="ltr"><<a href="mailto:sachinpandhare@gmail.com">sachinpandhare@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">Hi,<br>i want to switch between different versions of gstreamer.<br>is there any clean way of doing this?<br>
use case:<br>- install gstreamer (including plugins) version X.<br>- work on it.<br>- un-install gstreamer (including plugins) version X.<br>
- install gstreamer (including plugins) version Y.<br>- start working on it.<br><br>i compile the source code manually and install gstreamer (configure, make, make install). <br><br>1) is it ok if i just clean it using "make clean" or "make distclean"? <br>
2) will it remove all the files (makefiles, bin, lib, etc) generated?<br>3) is there any better, efficient method to achieve this?<br><br>thanks,<br>Sachin<br><br></div>
<br>-------------------------------------------------------------------------<br>
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>
Build the coolest Linux based applications with Moblin SDK & win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br>
<a href="http://moblin-contest.org/redirect.php?banner_id=100&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&url=/</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>