<?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: gst pipeline conflict with ldb driver in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709208#M110245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More interesting notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have lvds connected to fb0, and hdmi connected to fb2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following works (hdmi)&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;gst&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;launch&lt;SPAN class="number token"&gt;-1.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;e &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;v videotestsrc &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; fbdevsink device&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;dev&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;fb2&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&amp;nbsp;when attempting to use fb0 (lvds), it doesn't not work&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;gst&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;launch&lt;SPAN class="number token"&gt;-1.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;e &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;v videotestsrc &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; fbdevsink device&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;dev&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;fb0&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2017 12:20:44 GMT</pubDate>
    <dc:creator>danmacdonald</dc:creator>
    <dc:date>2017-10-25T12:20:44Z</dc:date>
    <item>
      <title>gst pipeline conflict with ldb driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709206#M110243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the ldb driver for my display, and want to stream my video from fb0 simultaneously over RTSP using a gst pipeline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-javascript"&gt;&lt;CODE&gt;# gst&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;launch fbdev &lt;SPAN class="keyword token"&gt;do&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;timestamp&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; imxipuvideotransform &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; video&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;x&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;raw&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;format&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;NV12 &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; imxvpuenc_mpeg4 bitrate&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;4000&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;‍&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;When I attempt to &lt;SPAN style="text-decoration: underline;"&gt;simultaneously&lt;/SPAN&gt; use a gst pipeline&amp;nbsp;and the ldb driver (which uses fbdev)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;...linux/drivers/video/&lt;STRONG&gt;fbdev&lt;/STRONG&gt;/mxc/ldb.c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;fbdev crashes and I cannot launch my RTSP server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I disable the ldb in device tree the RTSP server is fine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there special configurations I need to set for the ldb in order to avoid this conflict?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 16:18:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709206#M110243</guid>
      <dc:creator>danmacdonald</dc:creator>
      <dc:date>2017-10-17T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: gst pipeline conflict with ldb driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709207#M110244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a simpler pipeline that records video to a file&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;# gst&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;launch&lt;SPAN class="number token"&gt;-1.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;e &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;v fbdev &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; imxipuvideotransform &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; video&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;x&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;raw&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;format&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;NV12 &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; imxvpuenc_mpeg4 bitrate&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;4000&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; mpeg4videoparse &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; mp4mux &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; filesink location&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;output&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;mp4&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This pipeline works&amp;nbsp;when I don't have ldb enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the error it provides when I do have ldb enabled&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Setting pipeline to PAUSED ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Pipeline is live and does not need PREROLL ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Setting pipeline to PLAYING ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;New clock: GstSystemClock&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;/GstPipeline:pipeline0/GstFbDev:fbdev0.GstPad:src: caps = "video/x-raw\,\ format\=\(string\)BGRx\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(fracti"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;/GstPipeline:pipeline0/GstImxIpuVideoTransform:imxipuvideotransform0.GstPad:src: caps = "video/x-raw\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(fr"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = "video/x-raw\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(fraction\)15/1\,\ pixe"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;/GstPipeline:pipeline0/GstImxVpuEncoderMPEG4:imxvpuencodermpeg4-0.GstPad:sink: caps = "video/x-raw\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(frac"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = "video/x-raw\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)progressive\,\ framerate\=\(fraction\)15/1\,\ pix"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;/GstPipeline:pipeline0/GstImxIpuVideoTransform:imxipuvideotransform0.GstPad:sink: caps = "video/x-raw\,\ format\=\(string\)BGRx\,\ width\=\(int\)1280\,\ height\=\(int\)800\,\ interlace-mode\=\(string\)pro"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Caught SIGSEGV&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;#0 0xb6be86f0 in poll () from /lib/libc.so.6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;#1 0xb6a674c0 in ?? ()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;Spinning. Please run 'gdb gst-launch-1.0 500' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The core and debug output from gdb are not of any use since there are no debugging symbols in the dependent libs&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Reading symbols from /usr/lib/libgstvideo-1.0.so.0...(no debugging symbols found)...done.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 18:14:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709207#M110244</guid>
      <dc:creator>danmacdonald</dc:creator>
      <dc:date>2017-10-17T18:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: gst pipeline conflict with ldb driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709208#M110245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More interesting notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have lvds connected to fb0, and hdmi connected to fb2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following works (hdmi)&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;gst&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;launch&lt;SPAN class="number token"&gt;-1.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;e &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;v videotestsrc &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; fbdevsink device&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;dev&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;fb2&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but&amp;nbsp;when attempting to use fb0 (lvds), it doesn't not work&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;gst&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;launch&lt;SPAN class="number token"&gt;-1.0&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;e &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;v videotestsrc &lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt; fbdevsink device&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;dev&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;fb0&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:20:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709208#M110245</guid>
      <dc:creator>danmacdonald</dc:creator>
      <dc:date>2017-10-25T12:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: gst pipeline conflict with ldb driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709209#M110246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you share with me your uboot command ? and what detailed image do you use? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 08:45:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709209#M110246</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-11-06T08:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: gst pipeline conflict with ldb driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709210#M110247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is my uEnv.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mmcargs=setenv bootargs console=${console},${baudrate} root=${mmcroot} video=mxcfb0:dev=ldb,1280x800M@60,if=RGB24 video=mxcfb1:dev=hdmi,1280x720M@60,if=RGB24,bpp=32 ldb=dul0 fbmem=24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my image is based off yocto fido&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 12:20:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709210#M110247</guid>
      <dc:creator>danmacdonald</dc:creator>
      <dc:date>2017-11-06T12:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: gst pipeline conflict with ldb driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709211#M110248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you mean coudln't play video on lvds, even doesn't use HDMI, right? try to use if=RGB666 for lvds, and could you tell me what board and bsp do you use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 07:16:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709211#M110248</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-12-19T07:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: gst pipeline conflict with ldb driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709212#M110249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me try to rephrase:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WORKS&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;LVDS display on /dev/fb0&lt;UL&gt;&lt;LI&gt;QT applications and v4l2 video can be viewed on fb0 on this display&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;HDMI&amp;nbsp;display on /dev/fb2&lt;UL&gt;&lt;LI&gt;I don't need the HDMI display, but I was using it for testing,&amp;nbsp;and debugging the issues I'm having with fbdev&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;launching a gst pipeline with fb2 as the sink&lt;/LI&gt;&lt;LI&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit; margin: 0px;"&gt;gst&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; margin: 0px;"&gt;-&lt;/SPAN&gt;launch&lt;SPAN class="" style="color: #990000; border: 0px; font-weight: inherit; margin: 0px;"&gt;-1.0&lt;/SPAN&gt; &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; margin: 0px;"&gt;-&lt;/SPAN&gt;e &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; margin: 0px;"&gt;-&lt;/SPAN&gt;v fbdev device&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; margin: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; margin: 0px;"&gt;/&lt;/SPAN&gt;dev&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; margin: 0px;"&gt;/&lt;/SPAN&gt;fb2 ! fakesink&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;!!DOESN'T WORK!!&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;launching a gst pipeline with fb0 as the sink&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit; margin: 0px;"&gt;gst&lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; margin: 0px;"&gt;-&lt;/SPAN&gt;launch&lt;SPAN class="" style="color: #990000; border: 0px; font-weight: inherit; margin: 0px;"&gt;-1.0&lt;/SPAN&gt; &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; margin: 0px;"&gt;-&lt;/SPAN&gt;e &lt;SPAN class="" style="color: #a67f59; background: rgba(255, 255, 255, 0.5); border: 0px; font-weight: inherit; margin: 0px;"&gt;-&lt;/SPAN&gt;v fbdev ! fakesink
&lt;/CODE&gt;&lt;/PRE&gt;&lt;UL&gt;&lt;LI&gt;This provides the same error&amp;nbsp;in earlier post&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Caught SIGSEGV&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;#0 0xb6c716f0 in poll () from /lib/libc.so.6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;#1 0xb6af04c0 in ?? ()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Spinning. Please run 'gdb gst-launch-1.0 506' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTES&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I disable the LVDS ldb device ( /dev/fb0 ) in the device tree then the gst pipeline on fb0 &lt;STRONG&gt;works&amp;nbsp;&lt;/STRONG&gt;,&amp;nbsp;so there is clearly a conflict with the ldb device and the fbdev plugin&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;...linux/drivers/video/&lt;/SPAN&gt;&lt;STRONG style="color: #51626f; border: 0px; font-weight: bold;"&gt;fbdev&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff;"&gt;/mxc/ldb.c&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My image is yocto fido/hummingboard image&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 14:12:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709212#M110249</guid>
      <dc:creator>danmacdonald</dc:creator>
      <dc:date>2017-12-19T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: gst pipeline conflict with ldb driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709213#M110250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured this one out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It turns out the fbdev gstreamer component had a buffer overflow problem due to my display being RGB565 and not RGB32. I was able to fix this by&amp;nbsp;correcting the color space, and my assumption of the driver conflict was simply a poor naming choice of the gstreamer component.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 13:10:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gst-pipeline-conflict-with-ldb-driver/m-p/709213#M110250</guid>
      <dc:creator>danmacdonald</dc:creator>
      <dc:date>2018-03-22T13:10:58Z</dc:date>
    </item>
  </channel>
</rss>

