Humm, interesting. I have Xcode 3.2.2 installed and gcc/g++ 4.2.1.<br><br>I&#39;ll update my tools to the newest version and try again.<br><br>Thank you!<br>--<br>Karl Phillip<br><br><div class="gmail_quote">On Thu, Dec 8, 2011 at 1:42 PM, George Kiagiadakis <span dir="ltr">&lt;<a href="mailto:kiagiadakis.george@gmail.com">kiagiadakis.george@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Thu, Dec 8, 2011 at 5:25 PM, Karl Phillip &lt;<a href="mailto:maxphil@gmail.com">maxphil@gmail.com</a>&gt; wrote:<br>

&gt; By the way, the only thing that is printed to the console even with<br>
&gt; fatal-warnings enabled is:<br>
&gt;<br>
&gt; $ ./player --gst-fatal-warnings<br>
&gt; ASSERT: &quot;ptr.m_class&quot; in file<br>
&gt; /Users/karlphillip/installers/qt-gstreamer/src/QGst/Ui/../../QGlib/refpointer.h,<br>
&gt; line 333<br>
&gt; Abort trap<br>
<br>
</div>Well... OSX is using g++ and libstdc++, right? I&#39;ve seen this bug a<br>
lot of times and I&#39;ve even documented it in the README:<br>
<br>
&quot;... if gcc is used as the compiler, libstdc++ version 4.5 or later is<br>
required at runtime. This is due to a bug in earlier versions of<br>
libstdc++ that sometimes makes dynamic_cast fail under conditions<br>
where it should not.&quot;<br>
<br>
In other words, your version of the standard C++ library is buggy and<br>
there is nothing that can be done about it except for upgrade. Sorry.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<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>