<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 15, 2013 at 4:00 PM, Sasha1987 <span dir="ltr"><<a href="mailto:topilski@mail.ru" target="_blank">topilski@mail.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello, i am created application where i use Gstreamer library. I am started<br>
develop on linux, but now needed ported this solution on Mac. When i builded<br>
new version i got many crashes, some warning messages start printed in my<br>
output window for example:QPixmap: It is not safe to use pixmaps outside the<br>
GUI thread, Cocoa exception: _createMenuRef called with existing principal<br></blockquote><div><br></div><div>The Qt error ("QPixmap: It is not safe to use pixmaps outside the<br>
GUI thread") indicates you're using some GUI component in your (Qt?) application without using a QApplication instance (I think you might be using only QCoreApplication in your app). This won't work as the GUI subsystem needs initialization which is done when you use a QApplication. Try using it and see if the crashes disappear.<br>
<br></div><div>HTH,<br></div><div>-mandeep<br><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
MenuRef already associated with menu, and creshes my app, in some cases all<br>
worked normally but very slowly and crashes after 5 - 10 seconds playing.<br>
May be somebody work with Gstreamer on Mac and may help me to resolve this<br>
problems?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Qt-and-Gstreamer-on-Mac-Os-tp4659940.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Qt-and-Gstreamer-on-Mac-Os-tp4659940.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<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>
</blockquote></div><br></div></div>