That sounds like good software engineering to me.<br>Do not break things that are working.<br><br>-- Bert Douglas<br><br><div class="gmail_quote">On Thu, Sep 9, 2010 at 5:28 PM, 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> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Fri, 2010-09-10 at 00:05 +0200, Farkas Levente wrote:<br>
<br>
&gt; my question as always (eq queue2, playbin2 etc) then why not replace<br>
&gt; the old one?<br>
<br>
</div>Because we&#39;d like to keep the old elements working the way they used to,<br>
for backwards-compatibility and all that. This is often quite hard to do<br>
when you rewrite/redesign something from scratch. And even where it&#39;s<br>
possible, it might result in confusing API and/or confusing and hard to<br>
maintain code (some properties/signals/messages only applying to that<br>
mode, others only to that mode, others to both etc.). Much easier for<br>
everyone involved to just leave the old elements alone and do new ones<br>
with different behaviour and API.<br>
<br>
 Cheers<br>
<font color="#888888">  -Tim<br>
</font><div><div></div><div class="h5"><br>
<br>
<br>
------------------------------------------------------------------------------<br>
Automate Storage Tiering Simply<br>
Optimize IT performance and efficiency through flexible, powerful,<br>
automated storage tiering capabilities. View this brief to learn how<br>
you can reduce costs and improve performance.<br>
<a href="http://p.sf.net/sfu/dell-sfdev2dev" target="_blank">http://p.sf.net/sfu/dell-sfdev2dev</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>
</div></div></blockquote></div><br>