<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 18, 2013 at 11:32 AM, 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thx for replay but this is not solution, because this app work perfectly on<br>
linux and problem with displaying video i get only on Mac. After some<br></blockquote><div><br></div><div>If you're using QPixmaps or _any_ GUI component of Qt, you _will_ have to use QApplication irrespective of the platform it's running on.<br>
<br></div><div>Though your specific error might be elsewhere. I just mentioned it to eliminate the possibility that your Qt app was causing the problem.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

investigation of this problem i found that osxvideosink work perfectly on<br>
Mac if i use playbin, but playbin not suitable for me because needed play<br>
audio and video at once, but appsrc in playbin only one.<br></blockquote><div><br></div><div>Why do you need appsrc element? Is this mp4 file a regular video file (with audio and video streams)? If so then you can only use 'playbin' for playing the file.<br>
<br></div><div>-mandeep<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Qt-and-Gstreamer-on-Mac-Os-tp4659940p4659986.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Qt-and-Gstreamer-on-Mac-Os-tp4659940p4659986.html</a><br>

<div class="HOEnZb"><div class="h5">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>
</div></div></blockquote></div><br></div></div>