<?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: Gstreamer plugin mpegtsdemux is abnormal in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-plugin-mpegtsdemux-is-abnormal/m-p/422229#M63715</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, your thinking is right. "tsdemux' is the element in this plugin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 07:41:09 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2015-04-23T07:41:09Z</dc:date>
    <item>
      <title>Gstreamer plugin mpegtsdemux is abnormal</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-plugin-mpegtsdemux-is-abnormal/m-p/422226#M63712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community. Recently I used Gstreamer on i.MX Phase2 board (Yocto built OS), I found the plugin mpegtsdemux didn't work as gst_element_factory_make("mpegtsdemux", NULL) returned NULL. Type in command: gst-inspect-0.10 mpegtsdemux, the output information only including "plugin detail", No "element" and "pad".&lt;/P&gt;&lt;P&gt;I have installed gstreamer0.10-plugins-bad, and libgstmpegtsdemux.so existed in right directory.&lt;/P&gt;&lt;P&gt;How to fix the problem? Anly help will be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 02:39:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-plugin-mpegtsdemux-is-abnormal/m-p/422226#M63712</guid>
      <dc:creator>zhang_derek</dc:creator>
      <dc:date>2015-04-20T02:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Gstreamer plugin mpegtsdemux is abnormal</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-plugin-mpegtsdemux-is-abnormal/m-p/422227#M63713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;demuxer_1 = gst_element_factory_make ("mpegtsdemux", "demux1");&lt;/P&gt;&lt;P&gt;if(!demuxer_1) g_printerr("demux1 not created\n");&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean it return NULL? Is your pipeline work in your program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/390746"&gt;Can not play double-image screen&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 04:31:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-plugin-mpegtsdemux-is-abnormal/m-p/422227#M63713</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2015-04-23T04:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Gstreamer plugin mpegtsdemux is abnormal</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-plugin-mpegtsdemux-is-abnormal/m-p/422228#M63714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;jimmychan 撰写:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;demuxer_1 = gst_element_factory_make ("mpegtsdemux", "demux1");&lt;/P&gt;
&lt;P&gt;if(!demuxer_1) g_printerr("demux1 not created\n");&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;P&gt;Do you mean it return NULL? Is your pipeline work in your program?&lt;/P&gt;
&lt;P style="padding: 0px; height: 8pt; min-height: 8pt;"&gt;&lt;/P&gt;
&lt;P&gt;For your reference:&lt;/P&gt;
&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-content-finding="Community" data-objectid="390746" data-objecttype="2" href="https://community.nxp.com/message/390746#390746"&gt;Can not play double-image screen&lt;/A&gt;&lt;/P&gt;

&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yeah, gst_element_factory_make("mpegtsdemux", "demux1") returns NULL, and pipeline doesn't work.&lt;/P&gt;&lt;P&gt;Following is the output message of command: gst-inspect-0.10 mpegtsdemux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Plugin Details:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Name:&amp;nbsp;&amp;nbsp; mpegtsdemux&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Description:&amp;nbsp; MPEG TS demuxer&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Filename:&amp;nbsp; /usr/lib/gstreamer-0.10/libgstmpegtsdemux.so&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Version:&amp;nbsp; 0.10.23&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; License:&amp;nbsp; unknown&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Source module: gst-plugins-bad&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Source release date: 2012-02-20&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Binary package: GStreamer Bad Plug-ins source release&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; Origin URL:&amp;nbsp; Unknown package origin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; tsparse: MPEG transport stream parser&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; tsdemux: MPEG transport stream demuxer&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; 2 features:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; +-- 2 elements&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later I used "tsdemux" instead of "mpegtsdemux", and it really works.&lt;/P&gt;&lt;P&gt;I guess "mpegtsdemux" is just a plugin, it includes "tsparse" and "tsdemux" which are the true elements required by gst_element_factory_make()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is my guess right? anyhow "tsdemux" solved my problem :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 06:49:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-plugin-mpegtsdemux-is-abnormal/m-p/422228#M63714</guid>
      <dc:creator>zhang_derek</dc:creator>
      <dc:date>2015-04-23T06:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Gstreamer plugin mpegtsdemux is abnormal</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-plugin-mpegtsdemux-is-abnormal/m-p/422229#M63715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, your thinking is right. "tsdemux' is the element in this plugin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 07:41:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-plugin-mpegtsdemux-is-abnormal/m-p/422229#M63715</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2015-04-23T07:41:09Z</dc:date>
    </item>
  </channel>
</rss>

