<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Probleme qml VideoOutput]]></title><description><![CDATA[<p dir="auto">Hi !</p>
<p dir="auto">I've got some problems with the object VideoOutput... when I use it, for example like that :</p>
<p dir="auto">import QtQuick 2.0<br />
import QtMultimedia 5.0</p>
<p dir="auto">Rectangle {<br />
width: 800<br />
height: 600<br />
color: "black"</p>
<pre><code>MediaPlayer {
    id: player
    source: "file://video.webm"
    autoPlay: true
}

VideoOutput {
    id: videoOutput
    source: player
    anchors.fill: parent
}
</code></pre>
<p dir="auto">}</p>
<p dir="auto">I've got this error :</p>
<p dir="auto">/home/myname/Qt/5.3/gcc/bin/qmlscene: symbol lookup error: /home/myname/Qt/5.3/gcc/qml/QtMultimedia/../../lib/libQt5MultimediaQuick_p.so.5: undefined symbol: _ZN11QCameraInfoC1ERK10QByteArray<br />
/home/myname/Qt/5.3/gcc/bin/qmlscene exited with code 127</p>
<p dir="auto">Thanks in advance,</p>
]]></description><link>https://forum.qt.io/topic/47222/probleme-qml-videooutput</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 16:32:56 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/47222.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Oct 2014 08:58:49 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme qml VideoOutput on Mon, 20 Oct 2014 15:13:58 GMT]]></title><description><![CDATA[<p dir="auto">Nobody ?</p>
<p dir="auto">Thanks in advance...</p>
]]></description><link>https://forum.qt.io/post/248345</link><guid isPermaLink="true">https://forum.qt.io/post/248345</guid><dc:creator><![CDATA[bigbibi]]></dc:creator><pubDate>Mon, 20 Oct 2014 15:13:58 GMT</pubDate></item></channel></rss>