It&#39;s ok now :)<div>Thx</div><div>Julien<br><br><div class="gmail_quote">2012/4/17 Tim-Philipp Müller <span dir="ltr">&lt;<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Tue, 2012-04-17 at 15:40 +0200, Julien Isorce wrote:<br>
<br>
&gt; Actually I do not figure out why my 0.10 branch does not track common<br>
&gt; 0.10.<br>
&gt; (I mean in my local dir common/m4/gst-plugindir.m4 I still can<br>
&gt; see gstreamer-$GST_API_VERSION instead of gstreamer-$GST_MAJORMINOR)<br>
<br>
</div>The common sub-module doesn&#39;t automatically track the branch from the<br>
&quot;parent module&quot;. You need to fix it up manually via something like this:<br>
<br>
cd common<br>
git clean -x -d -f<br>
git checkout origin/0.10<br>
(will complain about headless branch, ignore that)<br>
cd ..<br>
git commit -m &quot;Move to 0.10 branch of common&quot; common<br>
<br>
Hope I understood right this time :)<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers<br>
 -Tim<br>
<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>