<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Build Qt from LTIB in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153285#M1620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stavros,&lt;/P&gt;&lt;P&gt;I tried your code snippet by actually I cannot see anything on the display.&lt;/P&gt;&lt;P&gt;Could be possible share a fully working example?&lt;/P&gt;&lt;P&gt;I' working on MX51 with LTIB release 10.11.01.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;xg_source=activity#4103961Comment23611"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;Try this :&lt;BR /&gt; &lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mPlayer = gst_element_factory_make("playbin2", NULL);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GstElement *brace_videosink = gst_element_factory_make("mfw_v4lsink", "videosink")&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_object_set(mPlayer, "video-sink", brace_videosink, NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(videosink), w-&amp;gt;winId());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;﻿This shall work only if you have qt/X11 version. Another way to do it (i am looking at this option also) is by using the properties of mfw_v4lsink to display video anywhere on the display and qt embedded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&amp;nbsp;&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A23531&amp;amp;xg_source=msg_com_gr_forum#4103961Comment23531"&gt;&lt;DIV&gt;&lt;P&gt;thanks, I am waiting to hear your good news.&lt;/P&gt;&lt;P&gt;By the way,can you help you to see follow code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mPlayer = gst_element_factory_make("playbin2", NULL);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GstElement *videosink = gst_element_factory_make("mfw_v4lsink", NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(videosink), w-&amp;gt;winId());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Waring: invalid cast from `MFW_GST_V4LSINK_INFO_T' to `GstXOverlay' and sink to framebuffer ,not QWidget&lt;/P&gt;&lt;P&gt;&amp;nbsp; Can you give me some suggest? thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A23022&amp;amp;xg_source=activity&amp;amp;groupId=4103961%3AGroup%3A12203#4103961Comment23022"&gt;&lt;DIV&gt;&lt;P&gt;&lt;BR /&gt; Hello Brace,&lt;/P&gt;&lt;P&gt;For the moment these classes are in development phase and not ready to be released yet. As soon as i am ready i shall release to the list a draft of what needs to be done in order to take full advantage of freescale's VPU capabilities.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;page=1&amp;amp;commentId=4103961%3AComment%3A22220&amp;amp;x=1#4103961Comment22220"&gt;&lt;DIV&gt;&lt;P&gt;hi,stavros markou:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i met same problem, using qt/phonon and gstreamer freescale plugins.can you share you class sets&amp;nbsp; for media playing using the playbin2 element using mfw_v4lsink as videosink element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thank you!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2011 21:02:12 GMT</pubDate>
    <dc:creator>PierluigiPassar</dc:creator>
    <dc:date>2011-10-07T21:02:12Z</dc:date>
    <item>
      <title>Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153272#M1607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As more and more people are looking into Qt on i.MX processors, I thought to make the whole process easier and make patches to allow building of latest version directly from LTIB. There's some possibilities for this already in Freescale BSPs, but for older Qt and with some issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached are the patches that, once applied to the BSP, will allow building latest Qt 4.7.2 directly from LTIB. Qt won't be downloaded automatically, so remember to do that and store it to /opt/freescale/pkgs .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copy patches to where you've installed BSP, and apply them in order, by executing:&lt;/P&gt;&lt;P&gt;cat patch_name | patch -p2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if there's any issues....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Last patch is in the next message, only 3 attachments allowed per post...)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336503"&gt;788-003_qt_x11.patch&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336503"&gt;787-002_packages.patch&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336503"&gt;786-001_ltib.patch&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 19:07:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153272#M1607</guid>
      <dc:creator>VladanJovanovic</dc:creator>
      <dc:date>2011-05-03T19:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153273#M1608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Last patch&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2011 19:07:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153273#M1608</guid>
      <dc:creator>VladanJovanovic</dc:creator>
      <dc:date>2011-05-03T19:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153274#M1609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have compiled Qt Embedded 4.7.2 but am having serious problems getting video playback to successfully work. &amp;nbsp;Even using the qmediaplayer demo that comes with Qt shows about 1 frame every few seconds. &amp;nbsp;If you use gst-launch to play directly the file plays perfectly fine.&lt;/P&gt;&lt;P&gt;I am using &lt;EM&gt;qmediaplayer -qws&amp;nbsp;&lt;/EM&gt;to run it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried playing media inside Qt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Travis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2011 21:03:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153274#M1609</guid>
      <dc:creator>tallen</dc:creator>
      <dc:date>2011-05-05T21:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153275#M1610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have, and noticed some of the same issues. Haven't had the time to look into it, but it looks to be an issue with how Qt uses gstreamer. Needs more investigation though..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vladan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;Travis Allen said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;#4103961Comment12911"&gt;&lt;DIV&gt;&lt;P&gt;Hi Vladan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have compiled Qt Embedded 4.7.2 but am having serious problems getting video playback to successfully work. &amp;nbsp;Even using the qmediaplayer demo that comes with Qt shows about 1 frame every few seconds. &amp;nbsp;If you use gst-launch to play directly the file plays perfectly fine.&lt;/P&gt;&lt;P&gt;I am using &lt;EM&gt;qmediaplayer -qws&amp;nbsp;&lt;/EM&gt;to run it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried playing media inside Qt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Travis&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2011 07:52:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153275#M1610</guid>
      <dc:creator>VladanJovanovic</dc:creator>
      <dc:date>2011-05-06T07:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153276#M1611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got the following error when I apply the first patch&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;patching file ltib&lt;BR /&gt;Hunk #1 FAILED at 1507.&lt;BR /&gt;1 out of 1 hunk FAILED -- saving rejects to file ltib.rej&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what goes wrong here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2011 13:20:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153276#M1611</guid>
      <dc:creator>danix</dc:creator>
      <dc:date>2011-06-11T13:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153277#M1612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello @ all,&lt;/P&gt;&lt;P&gt;I am currently working with qt/phonon and gstreamer freescale plugins. I have seen (the hard way) that the problem is that phonon uses decodebin instead of playbin (or playbin2) which takes advantage of the vpu for rendering the video. I have developed my own set of classes for media playing using the playbin2 element using mfw_v4lsink as videosink element.&lt;/P&gt;&lt;P&gt;No i can even play without any load (smoothly) even full HD movies. I still have some questions for freescale but i could not &amp;nbsp;get the help i wanted from them. In the past i tried to contact also Vladan ( i don't know if you remember me from Nanoradio with the imx31 processor then) but with no luck.&lt;/P&gt;&lt;P&gt;It seems that mfw_v4lsink element supports GSTXoverlay inerface but as i 've seen from the source code of the plugins it's not yet completed so i have made some modifications in order to achieve the best results.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;CITE&gt;Vladan Jovanovic said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;#4103961Comment13107"&gt;&lt;DIV&gt;&lt;P&gt;I have, and noticed some of the same issues. Haven't had the time to look into it, but it looks to be an issue with how Qt uses gstreamer. Needs more investigation though..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vladan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;Travis Allen said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;#4103961Comment12911"&gt;&lt;DIV&gt;&lt;P&gt;Hi Vladan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have compiled Qt Embedded 4.7.2 but am having serious problems getting video playback to successfully work. &amp;nbsp;Even using the qmediaplayer demo that comes with Qt shows about 1 frame every few seconds. &amp;nbsp;If you use gst-launch to play directly the file plays perfectly fine.&lt;/P&gt;&lt;P&gt;I am using &lt;EM&gt;qmediaplayer -qws&amp;nbsp;&lt;/EM&gt;to run it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried playing media inside Qt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Travis&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 08:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153277#M1612</guid>
      <dc:creator>stavrosmk</dc:creator>
      <dc:date>2011-06-22T08:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153278#M1613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;CITE&gt;Vladan Jovanovic,&lt;/CITE&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; These patches can be applied to imx233 ltib.....?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2011 04:55:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153278#M1613</guid>
      <dc:creator>Santosh_ng</dc:creator>
      <dc:date>2011-07-01T04:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153279#M1614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,stavros markou:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i met same problem, using qt/phonon and gstreamer freescale plugins.can you share you class sets&amp;nbsp; for media playing using the playbin2 element using mfw_v4lsink as videosink element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thank you!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 01:29:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153279#M1614</guid>
      <dc:creator>brace</dc:creator>
      <dc:date>2011-07-07T01:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153280#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt; Hello Brace,&lt;/P&gt;&lt;P&gt;For the moment these classes are in development phase and not ready to be released yet. As soon as i am ready i shall release to the list a draft of what needs to be done in order to take full advantage of freescale's VPU capabilities.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;page=1&amp;amp;commentId=4103961%3AComment%3A22220&amp;amp;x=1#4103961Comment22220"&gt;&lt;DIV&gt;&lt;P&gt;hi,stavros markou:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i met same problem, using qt/phonon and gstreamer freescale plugins.can you share you class sets&amp;nbsp; for media playing using the playbin2 element using mfw_v4lsink as videosink element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thank you!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2011 07:39:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153280#M1615</guid>
      <dc:creator>stavrosmk</dc:creator>
      <dc:date>2011-07-11T07:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153281#M1616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, I am waiting to hear your good news.&lt;/P&gt;&lt;P&gt;By the way,can you help you to see follow code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mPlayer = gst_element_factory_make("playbin2", NULL);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GstElement *videosink = gst_element_factory_make("mfw_v4lsink", NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(videosink), w-&amp;gt;winId());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Waring: invalid cast from `MFW_GST_V4LSINK_INFO_T' to `GstXOverlay' and sink to framebuffer ,not QWidget&lt;/P&gt;&lt;P&gt;&amp;nbsp; Can you give me some suggest? thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A23022&amp;amp;xg_source=activity&amp;amp;groupId=4103961%3AGroup%3A12203#4103961Comment23022"&gt;&lt;DIV&gt;&lt;P&gt;&lt;BR /&gt; Hello Brace,&lt;/P&gt;&lt;P&gt;For the moment these classes are in development phase and not ready to be released yet. As soon as i am ready i shall release to the list a draft of what needs to be done in order to take full advantage of freescale's VPU capabilities.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;page=1&amp;amp;commentId=4103961%3AComment%3A22220&amp;amp;x=1#4103961Comment22220"&gt;&lt;DIV&gt;&lt;P&gt;hi,stavros markou:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i met same problem, using qt/phonon and gstreamer freescale plugins.can you share you class sets&amp;nbsp; for media playing using the playbin2 element using mfw_v4lsink as videosink element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thank you!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 05:36:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153281#M1616</guid>
      <dc:creator>brace</dc:creator>
      <dc:date>2011-07-13T05:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153282#M1617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mPlayer = gst_element_factory_make("playbin2", NULL);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GstElement *brace_videosink = gst_element_factory_make("mfw_v4lsink", "videosink")&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_object_set(mPlayer, "video-sink", brace_videosink, NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(videosink), w-&amp;gt;winId());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;﻿This shall work only if you have qt/X11 version. Another way to do it (i am looking at this option also) is by using the properties of mfw_v4lsink to display video anywhere on the display and qt embedded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&amp;nbsp;&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A23531&amp;amp;xg_source=msg_com_gr_forum#4103961Comment23531"&gt;&lt;DIV&gt;&lt;P&gt;thanks, I am waiting to hear your good news.&lt;/P&gt;&lt;P&gt;By the way,can you help you to see follow code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mPlayer = gst_element_factory_make("playbin2", NULL);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GstElement *videosink = gst_element_factory_make("mfw_v4lsink", NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(videosink), w-&amp;gt;winId());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Waring: invalid cast from `MFW_GST_V4LSINK_INFO_T' to `GstXOverlay' and sink to framebuffer ,not QWidget&lt;/P&gt;&lt;P&gt;&amp;nbsp; Can you give me some suggest? thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A23022&amp;amp;xg_source=activity&amp;amp;groupId=4103961%3AGroup%3A12203#4103961Comment23022"&gt;&lt;DIV&gt;&lt;P&gt;&lt;BR /&gt; Hello Brace,&lt;/P&gt;&lt;P&gt;For the moment these classes are in development phase and not ready to be released yet. As soon as i am ready i shall release to the list a draft of what needs to be done in order to take full advantage of freescale's VPU capabilities.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;page=1&amp;amp;commentId=4103961%3AComment%3A22220&amp;amp;x=1#4103961Comment22220"&gt;&lt;DIV&gt;&lt;P&gt;hi,stavros markou:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i met same problem, using qt/phonon and gstreamer freescale plugins.can you share you class sets&amp;nbsp; for media playing using the playbin2 element using mfw_v4lsink as videosink element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thank you!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2011 06:45:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153282#M1617</guid>
      <dc:creator>stavrosmk</dc:creator>
      <dc:date>2011-07-13T06:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153283#M1618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is only applicable for imx53 , right ? Or is it also applicable to the imx's...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2011 09:49:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153283#M1618</guid>
      <dc:creator>metalheart</dc:creator>
      <dc:date>2011-07-29T09:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153284#M1619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I modified your &lt;EM&gt;003_qt_x11.patch&lt;/EM&gt; file to use the latest Qt (4.7.4) as well as enabling the NEON extensions for (supposed) performance enhancements in certain areas and DISABLING WebKit as I did not need it. &amp;nbsp;I have not performed any tests on the actual performance benefits, but I highly doubt NEON would cause any performance degredation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For anyone wishing to use the Qt Embedded patch, I attached a similarly patched file, however I did not test it to see if it works or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you would like WebKit to be installed, just remove the&lt;EM&gt;&amp;nbsp;-no-webkit&lt;/EM&gt; from the &lt;EM&gt;./configure&lt;/EM&gt; line in the patch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2011 16:04:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153284#M1619</guid>
      <dc:creator>tallen</dc:creator>
      <dc:date>2011-10-03T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153285#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stavros,&lt;/P&gt;&lt;P&gt;I tried your code snippet by actually I cannot see anything on the display.&lt;/P&gt;&lt;P&gt;Could be possible share a fully working example?&lt;/P&gt;&lt;P&gt;I' working on MX51 with LTIB release 10.11.01.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;xg_source=activity#4103961Comment23611"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;Try this :&lt;BR /&gt; &lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mPlayer = gst_element_factory_make("playbin2", NULL);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GstElement *brace_videosink = gst_element_factory_make("mfw_v4lsink", "videosink")&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_object_set(mPlayer, "video-sink", brace_videosink, NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(videosink), w-&amp;gt;winId());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;﻿This shall work only if you have qt/X11 version. Another way to do it (i am looking at this option also) is by using the properties of mfw_v4lsink to display video anywhere on the display and qt embedded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&amp;nbsp;&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A23531&amp;amp;xg_source=msg_com_gr_forum#4103961Comment23531"&gt;&lt;DIV&gt;&lt;P&gt;thanks, I am waiting to hear your good news.&lt;/P&gt;&lt;P&gt;By the way,can you help you to see follow code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mPlayer = gst_element_factory_make("playbin2", NULL);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GstElement *videosink = gst_element_factory_make("mfw_v4lsink", NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(videosink), w-&amp;gt;winId());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Waring: invalid cast from `MFW_GST_V4LSINK_INFO_T' to `GstXOverlay' and sink to framebuffer ,not QWidget&lt;/P&gt;&lt;P&gt;&amp;nbsp; Can you give me some suggest? thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A23022&amp;amp;xg_source=activity&amp;amp;groupId=4103961%3AGroup%3A12203#4103961Comment23022"&gt;&lt;DIV&gt;&lt;P&gt;&lt;BR /&gt; Hello Brace,&lt;/P&gt;&lt;P&gt;For the moment these classes are in development phase and not ready to be released yet. As soon as i am ready i shall release to the list a draft of what needs to be done in order to take full advantage of freescale's VPU capabilities.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;page=1&amp;amp;commentId=4103961%3AComment%3A22220&amp;amp;x=1#4103961Comment22220"&gt;&lt;DIV&gt;&lt;P&gt;hi,stavros markou:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i met same problem, using qt/phonon and gstreamer freescale plugins.can you share you class sets&amp;nbsp; for media playing using the playbin2 element using mfw_v4lsink as videosink element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thank you!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 21:02:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153285#M1620</guid>
      <dc:creator>PierluigiPassar</dc:creator>
      <dc:date>2011-10-07T21:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153286#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pierluigi,&lt;/P&gt;&lt;P&gt;Can you tell me first of all if you want to follow the qt/X11 version or the qt-embedded version ?&lt;/P&gt;&lt;P&gt;If you are going to use the qt/X11 version in order to see something on the display ( i assume that you change the state to ﻿﻿﻿GST_STATE_PLAYING) you don't need to do something else. On resize events you are going to need the call for&lt;/P&gt;&lt;P&gt;﻿QApplication::syncX();&lt;/P&gt;&lt;P&gt;gst_x_overlay_expose(GST_X_OVERLAY(your_video_sink));&lt;/P&gt;&lt;P&gt;I shall try and make a minimal test application that works with qt/X11, but i know for fact that gstreamer API guide has an exaple like this that uses xvimagesink (you just have to replace xvimagesink with mfw_v4lsink). Currently the time i have is limited since i am working on an imx51 project which takes a lot of my time so, it's going to take a while for me to make the test app ( i shall see if i have one already ;) ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;BR /&gt;&lt;CITE&gt;Pierluigi Passaro said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A37128&amp;amp;xg_source=msg_com_gr_forum#4103961Comment37128"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Stavros,&lt;/P&gt;&lt;P&gt;I tried your code snippet by actually I cannot see anything on the display.&lt;/P&gt;&lt;P&gt;Could be possible share a fully working example?&lt;/P&gt;&lt;P&gt;I' working on MX51 with LTIB release 10.11.01.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;xg_source=activity#4103961Comment23611"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;Try this :&lt;BR /&gt; &lt;BR /&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mPlayer = gst_element_factory_make("playbin2", NULL);&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; GstElement *brace_videosink = gst_element_factory_make("mfw_v4lsink", "videosink")&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; g_object_set(mPlayer, "video-sink", brace_videosink, NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(videosink), w-&amp;gt;winId());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;﻿This shall work only if you have qt/X11 version. Another way to do it (i am looking at this option also) is by using the properties of mfw_v4lsink to display video anywhere on the display and qt embedded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&amp;nbsp;&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A23531&amp;amp;xg_source=msg_com_gr_forum#4103961Comment23531"&gt;&lt;DIV&gt;&lt;P&gt;thanks, I am waiting to hear your good news.&lt;/P&gt;&lt;P&gt;By the way,can you help you to see follow code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mPlayer = gst_element_factory_make("playbin2", NULL);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GstElement *videosink = gst_element_factory_make("mfw_v4lsink", NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(videosink), w-&amp;gt;winId());&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Waring: invalid cast from `MFW_GST_V4LSINK_INFO_T' to `GstXOverlay' and sink to framebuffer ,not QWidget&lt;/P&gt;&lt;P&gt;&amp;nbsp; Can you give me some suggest? thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A23022&amp;amp;xg_source=activity&amp;amp;groupId=4103961%3AGroup%3A12203#4103961Comment23022"&gt;&lt;DIV&gt;&lt;P&gt;&lt;BR /&gt; Hello Brace,&lt;/P&gt;&lt;P&gt;For the moment these classes are in development phase and not ready to be released yet. As soon as i am ready i shall release to the list a draft of what needs to be done in order to take full advantage of freescale's VPU capabilities.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;CITE&gt;brace said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;page=1&amp;amp;commentId=4103961%3AComment%3A22220&amp;amp;x=1#4103961Comment22220"&gt;&lt;DIV&gt;&lt;P&gt;hi,stavros markou:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i met same problem, using qt/phonon and gstreamer freescale plugins.can you share you class sets&amp;nbsp; for media playing using the playbin2 element using mfw_v4lsink as videosink element.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thank you!.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 07:31:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153286#M1621</guid>
      <dc:creator>stavrosmk</dc:creator>
      <dc:date>2011-10-10T07:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153287#M1622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stavros,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I have a dual display system, with LCD as primary and DVI as secondary, and a single application managing both displays.&lt;/P&gt;&lt;P&gt;I need to show a video in a portion of DVI display.&lt;/P&gt;&lt;P&gt;As far as I understood, this is not allowed with QT embedded, so I'm trying with QT-X11.&lt;/P&gt;&lt;P&gt;Any suggestion will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regatds&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;groupId=4103961%3AGroup%3A12203&amp;amp;id=4103961%3ATopic%3A12330&amp;amp;page=2#4103961Comment37151"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Pierluigi,&lt;/P&gt;&lt;P&gt;Can you tell me first of all if you want to follow the qt/X11 version or the qt-embedded version ?&lt;/P&gt;&lt;P&gt;If you are going to use the qt/X11 version in order to see something on the display ( i assume that you change the state to ﻿﻿﻿GST_STATE_PLAYING) you don't need to do something else. On resize events you are going to need the call for&lt;/P&gt;&lt;P&gt;﻿QApplication::syncX();&lt;/P&gt;&lt;P&gt;gst_x_overlay_expose(GST_X_OVERLAY(your_video_sink));&lt;/P&gt;&lt;P&gt;I shall try and make a minimal test application that works with qt/X11, but i know for fact that gstreamer API guide has an exaple like this that uses xvimagesink (you just have to replace xvimagesink with mfw_v4lsink). Currently the time i have is limited since i am working on an imx51 project which takes a lot of my time so, it's going to take a while for me to make the test app ( i shall see if i have one already ;) ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Pierluigi Passaro said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A37128&amp;amp;xg_source=msg_com_gr_forum#4103961Comment37128"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Stavros,&lt;/P&gt;&lt;P&gt;I tried your code snippet by actually I cannot see anything on the display.&lt;/P&gt;&lt;P&gt;Could be possible share a fully working example?&lt;/P&gt;&lt;P&gt;I' working on MX51 with LTIB release 10.11.01.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 08:33:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153287#M1622</guid>
      <dc:creator>PierluigiPassar</dc:creator>
      <dc:date>2011-10-10T08:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153288#M1623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pierluigi,&lt;/P&gt;&lt;P&gt;As i understand your main LCD uses FB0 and your secondary FB1 or FB2 ? If yes then i can suggest one or two things.&lt;/P&gt;&lt;P&gt;Please let me know in order to help you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;BR /&gt;&lt;CITE&gt;Pierluigi Passaro said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A37152&amp;amp;xg_source=msg_com_gr_forum#4103961Comment37152"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Stavros,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I have a dual display system, with LCD as primary and DVI as secondary, and a single application managing both displays.&lt;/P&gt;&lt;P&gt;I need to show a video in a portion of DVI display.&lt;/P&gt;&lt;P&gt;As far as I understood, this is not allowed with QT embedded, so I'm trying with QT-X11.&lt;/P&gt;&lt;P&gt;Any suggestion will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regatds&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;groupId=4103961%3AGroup%3A12203&amp;amp;id=4103961%3ATopic%3A12330&amp;amp;page=2#4103961Comment37151"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Pierluigi,&lt;/P&gt;&lt;P&gt;Can you tell me first of all if you want to follow the qt/X11 version or the qt-embedded version ?&lt;/P&gt;&lt;P&gt;If you are going to use the qt/X11 version in order to see something on the display ( i assume that you change the state to ﻿﻿﻿GST_STATE_PLAYING) you don't need to do something else. On resize events you are going to need the call for&lt;/P&gt;&lt;P&gt;﻿QApplication::syncX();&lt;/P&gt;&lt;P&gt;gst_x_overlay_expose(GST_X_OVERLAY(your_video_sink));&lt;/P&gt;&lt;P&gt;I shall try and make a minimal test application that works with qt/X11, but i know for fact that gstreamer API guide has an exaple like this that uses xvimagesink (you just have to replace xvimagesink with mfw_v4lsink). Currently the time i have is limited since i am working on an imx51 project which takes a lot of my time so, it's going to take a while for me to make the test app ( i shall see if i have one already ;) ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Pierluigi Passaro said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A37128&amp;amp;xg_source=msg_com_gr_forum#4103961Comment37128"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Stavros,&lt;/P&gt;&lt;P&gt;I tried your code snippet by actually I cannot see anything on the display.&lt;/P&gt;&lt;P&gt;Could be possible share a fully working example?&lt;/P&gt;&lt;P&gt;I' working on MX51 with LTIB release 10.11.01.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 08:43:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153288#M1623</guid>
      <dc:creator>stavrosmk</dc:creator>
      <dc:date>2011-10-10T08:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153289#M1624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stavros,&lt;/P&gt;&lt;P&gt;at the time being, LCD is on fb0 and DVI on fb1.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;groupId=4103961%3AGroup%3A12203&amp;amp;id=4103961%3ATopic%3A12330&amp;amp;page=2#4103961Comment37034"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Pierluigi,&lt;/P&gt;&lt;P&gt;As i understand your main LCD uses FB0 and your secondary FB1 or FB2 ? If yes then i can suggest one or two things.&lt;/P&gt;&lt;P&gt;Please let me know in order to help you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Pierluigi Passaro said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A37152&amp;amp;xg_source=msg_com_gr_forum#4103961Comment37152"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Stavros,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I have a dual display system, with LCD as primary and DVI as secondary, and a single application managing both displays.&lt;/P&gt;&lt;P&gt;I need to show a video in a portion of DVI display.&lt;/P&gt;&lt;P&gt;As far as I understood, this is not allowed with QT embedded, so I'm trying with QT-X11.&lt;/P&gt;&lt;P&gt;Any suggestion will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regatds&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;groupId=4103961%3AGroup%3A12203&amp;amp;id=4103961%3ATopic%3A12330&amp;amp;page=2#4103961Comment37151"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Pierluigi,&lt;/P&gt;&lt;P&gt;Can you tell me first of all if you want to follow the qt/X11 version or the qt-embedded version ?&lt;/P&gt;&lt;P&gt;If you are going to use the qt/X11 version in order to see something on the display ( i assume that you change the state to ﻿﻿﻿GST_STATE_PLAYING) you don't need to do something else. On resize events you are going to need the call for&lt;/P&gt;&lt;P&gt;﻿QApplication::syncX();&lt;/P&gt;&lt;P&gt;gst_x_overlay_expose(GST_X_OVERLAY(your_video_sink));&lt;/P&gt;&lt;P&gt;I shall try and make a minimal test application that works with qt/X11, but i know for fact that gstreamer API guide has an exaple like this that uses xvimagesink (you just have to replace xvimagesink with mfw_v4lsink). Currently the time i have is limited since i am working on an imx51 project which takes a lot of my time so, it's going to take a while for me to make the test app ( i shall see if i have one already ;) ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Pierluigi Passaro said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A37128&amp;amp;xg_source=msg_com_gr_forum#4103961Comment37128"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Stavros,&lt;/P&gt;&lt;P&gt;I tried your code snippet by actually I cannot see anything on the display.&lt;/P&gt;&lt;P&gt;Could be possible share a fully working example?&lt;/P&gt;&lt;P&gt;I' working on MX51 with LTIB release 10.11.01.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 08:47:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153289#M1624</guid>
      <dc:creator>PierluigiPassar</dc:creator>
      <dc:date>2011-10-10T08:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153290#M1625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Pierluigi,&lt;/P&gt;&lt;P&gt;That's good to know. As i see it you can just slightly modify freescale plugin to actually work (with qt-embedded) on FB1. Are you familiar with Freescale Plugin's code in order to explain to you what to change?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;Pierluigi Passaro said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A36934&amp;amp;xg_source=msg_com_gr_forum#4103961Comment36934"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Stavros,&lt;/P&gt;&lt;P&gt;at the time being, LCD is on fb0 and DVI on fb1.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;groupId=4103961%3AGroup%3A12203&amp;amp;id=4103961%3ATopic%3A12330&amp;amp;page=2#4103961Comment37034"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Pierluigi,&lt;/P&gt;&lt;P&gt;As i understand your main LCD uses FB0 and your secondary FB1 or FB2 ? If yes then i can suggest one or two things.&lt;/P&gt;&lt;P&gt;Please let me know in order to help you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Pierluigi Passaro said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A37152&amp;amp;xg_source=msg_com_gr_forum#4103961Comment37152"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Stavros,&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I have a dual display system, with LCD as primary and DVI as secondary, and a single application managing both displays.&lt;/P&gt;&lt;P&gt;I need to show a video in a portion of DVI display.&lt;/P&gt;&lt;P&gt;As far as I understood, this is not allowed with QT embedded, so I'm trying with QT-X11.&lt;/P&gt;&lt;P&gt;Any suggestion will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regatds&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;CITE&gt;STAVROS MARKOU said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;groupId=4103961%3AGroup%3A12203&amp;amp;id=4103961%3ATopic%3A12330&amp;amp;page=2#4103961Comment37151"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hello Pierluigi,&lt;/P&gt;&lt;P&gt;Can you tell me first of all if you want to follow the qt/X11 version or the qt-embedded version ?&lt;/P&gt;&lt;P&gt;If you are going to use the qt/X11 version in order to see something on the display ( i assume that you change the state to ﻿﻿﻿GST_STATE_PLAYING) you don't need to do something else. On resize events you are going to need the call for&lt;/P&gt;&lt;P&gt;﻿QApplication::syncX();&lt;/P&gt;&lt;P&gt;gst_x_overlay_expose(GST_X_OVERLAY(your_video_sink));&lt;/P&gt;&lt;P&gt;I shall try and make a minimal test application that works with qt/X11, but i know for fact that gstreamer API guide has an exaple like this that uses xvimagesink (you just have to replace xvimagesink with mfw_v4lsink). Currently the time i have is limited since i am working on an imx51 project which takes a lot of my time so, it's going to take a while for me to make the test app ( i shall see if i have one already ;) ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stavros.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Pierluigi Passaro said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/build-qt-from-ltib?groupUrl=imxqt&amp;amp;commentId=4103961%3AComment%3A37128&amp;amp;xg_source=msg_com_gr_forum#4103961Comment37128"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Hi Stavros,&lt;/P&gt;&lt;P&gt;I tried your code snippet by actually I cannot see anything on the display.&lt;/P&gt;&lt;P&gt;Could be possible share a fully working example?&lt;/P&gt;&lt;P&gt;I' working on MX51 with LTIB release 10.11.01.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pierluigi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 08:53:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153290#M1625</guid>
      <dc:creator>stavrosmk</dc:creator>
      <dc:date>2011-10-10T08:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Build Qt from LTIB</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153291#M1626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Travis,&lt;/P&gt;&lt;P&gt;I followed your steps and able to build the QT4.7.4 with webkit enabled. But when I open the browser which is present in the demo folder, I am unable to use the keyboard.&lt;/P&gt;&lt;P&gt;Kindly tell me how to use the browser provided inside the demo folder. How to configure the keyboard.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swamy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2011 18:17:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Build-Qt-from-LTIB/m-p/153291#M1626</guid>
      <dc:creator>Swamy</dc:creator>
      <dc:date>2011-12-07T18:17:57Z</dc:date>
    </item>
  </channel>
</rss>

