<?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: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241415#M20122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-weight: normal; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.nxp.com/message/336354#336354" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;P class="j-post-avatar" style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="j-avatar jiveTT-hover-user" data-avatarid="1034" data-externalid="" data-presence="null" data-userid="203233" data-username="JianLi" href="https://community.nxp.com/people/JianLi" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Jian Li" border="0" class="jiveImage jive-avatar" data-height="46" height="46" src="https://community.nxp.com/people/JianLi/avatar/46.png?a=1034" style="border: 0px; font-style: inherit; font-family: inherit;" width="46" /&gt;&lt;/A&gt;&lt;SPAN class="j-status-levels" style="font-style: inherit; font-family: inherit;"&gt;&lt;IMG alt="Employee" class="jiveImage" src="https://community-cache.freescale.com/5.0.3/resources/images/status/FS_EMP_40x18.png" style="font-style: inherit; font-family: inherit;" title="Employee" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-style: inherit; font-size: 0.9em; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A href="https://community.nxp.com/people/JianLi"&gt;JianLi&lt;/A&gt; &lt;/STRONG&gt;Jun 23, 2013 11:36 PM &lt;SPAN class="font-color-meta-light j-thread-replyto" style="padding: 0 0 0 3px; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;(&lt;A _jive_internal="true" class="font-color-meta-light localScroll" href="https://community.nxp.com/message/336354#336194" style="font-style: inherit; font-family: inherit; color: #a9a9a9;" title="Go to message"&gt;in response to Karina Valencia Aguilar&lt;/A&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="j-ui-elem j-helpful-star j-star popped" style="font-style: inherit; font-family: inherit; background-position: no-repeat no-repeat;"&gt;&lt;/A&gt;&lt;SPAN class="j-ui-elem j-dotted-star" style="font-style: inherit; font-family: inherit; background-position: no-repeat no-repeat;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;customer is using &lt;SPAN style="font-style: inherit;"&gt;mpegtsdemux, which is listed in gst-plugins-bad package, not sure if this plugin can work correctly with the ts stream. One way customer can try is to play the ts file from local disk with this plugin to see if still have the AV out of sync issue, if yes, it's this plugins issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit;"&gt;There are some other open source plugins for ts demux, customer also can have a try: tsdemux, tsparse, mpegtsparse.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 26px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jun 2013 20:50:17 GMT</pubDate>
    <dc:creator>karina_valencia</dc:creator>
    <dc:date>2013-06-28T20:50:17Z</dc:date>
    <item>
      <title>IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241396#M20103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;i'm working with a dvb-t dongle, aiming to watch tv on a MX6Q.&lt;/P&gt;&lt;P&gt;i'm using ltib filesystem with kernel 3.0.35&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my not-working pipeline:&lt;/P&gt;&lt;P&gt;gst-launch-0.10 dvbbasebin bandwidth=8 code-rate-lp=AUTO code-rate-hp=AUTO guard=AUTO hierarchy=AUTO modulation=AUTO trans-mode=AUTO inversion=AUTO frequency=$f program-numbers=$pn ! mpegtsdemux name=demux ! queue max-size-buffers=0 max-size-time=0 ! mfw_mpeg2decoder ! mfw_v4lsink axis-top=0 axis-left=0 disp-width=$WIDTH disp-height=$HEIGHT axis-top=$Y setpara=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;! consider that substituting mfw_mpeg2decoder with ffdec_mpeg2video there is not segfault (but video has frames dropped) !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me an hint to solve this problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my console output:&lt;/P&gt;&lt;P&gt;//-----------------&lt;/P&gt;&lt;P&gt;root@freescale /$ export GST_DEBUG=mfw*:5&lt;/P&gt;&lt;P&gt;MPEG2D_ARM11_02.02.00&amp;nbsp; build on Apr 19 2011 19:06:38.&lt;/P&gt;&lt;P&gt;MFW_GST_MPEG2_DECODER_PLUGIN 3.0.5 build on Jan 31 2013 08:30:42.&lt;/P&gt;&lt;P&gt;0:00:01.057304156&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:262:mfw_gst_get_first_odev: Get first device:/dev/video16, capabilities 0x4000002&lt;/P&gt;&lt;P&gt;0:00:01.057596823&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[RGBP]RGB565&lt;/P&gt;&lt;P&gt;0:00:01.057674822&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[BGR3]BGR24&lt;/P&gt;&lt;P&gt;0:00:01.057745822&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[RGB3]RGB24&lt;/P&gt;&lt;P&gt;0:00:01.057812822&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[RGB4]RGB32&lt;/P&gt;&lt;P&gt;0:00:01.057879489&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[BGR4]BGR32&lt;/P&gt;&lt;P&gt;0:00:01.057944156&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[NV12]NV12&lt;/P&gt;&lt;P&gt;0:00:01.058009156&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[UYVY]UYVY&lt;/P&gt;&lt;P&gt;0:00:01.058073156&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[YUYV]YUYV&lt;/P&gt;&lt;P&gt;0:00:01.058138489&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[422P]YUV422 planar&lt;/P&gt;&lt;P&gt;0:00:01.058202489&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:303:mfw_gst_v4l2sink_query_support_formats: unrecognized format:[Y444]YUV444&lt;/P&gt;&lt;P&gt;0:00:01.058268822&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[YU12]YUV420&lt;/P&gt;&lt;P&gt;0:00:01.058333489&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[YV12]YVU420&lt;/P&gt;&lt;P&gt;0:00:01.058397489&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[TNVP]TILED NV12P&lt;/P&gt;&lt;P&gt;0:00:01.058461489&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[TNVF]TILED NV12F&lt;/P&gt;&lt;P&gt;0:00:01.058525155&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 INFO&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:300:mfw_gst_v4l2sink_query_support_formats: supported format:[444P]YUV444 planar&lt;/P&gt;&lt;P&gt;MFW_GST_V4LSINK_PLUGIN 3.0.5 build on Jan 31 2013 08:29:57.&lt;/P&gt;&lt;P&gt;0:00:01.060863154&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:782:mfw_gst_v4lsink_set_property: axis_top = 0&lt;/P&gt;&lt;P&gt;0:00:01.060979487&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:786:mfw_gst_v4lsink_set_property: axis_left = 0&lt;/P&gt;&lt;P&gt;0:00:01.061081154&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:774:mfw_gst_v4lsink_set_property: width = 800&lt;/P&gt;&lt;P&gt;0:00:01.061181487&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:778:mfw_gst_v4lsink_set_property: height = 450&lt;/P&gt;&lt;P&gt;0:00:01.061282154&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:782:mfw_gst_v4lsink_set_property: axis_top = 85&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;0:00:01.062855153&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:1468:mfw_gst_v4lsink_change_state: &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;V4LSINK: State: 10&lt;/P&gt;&lt;P&gt;0:00:01.705054828&amp;nbsp; 2606&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17050 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink mfw_gst_v4lsink.c:1468:mfw_gst_v4lsink_change_state: &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;V4LSINK: State: 19&lt;/P&gt;&lt;P&gt;Pipeline is live and does not need PREROLL ...&lt;/P&gt;&lt;P&gt;Setting pipeline to PLAYING ...&lt;/P&gt;&lt;P&gt;New clock: GstSystemClock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(gst-launch-0.10:2606): GStreamer-WARNING **: Trying to set string on structure field 'extended-text', but string is not valid UTF-8. Please file a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(gst-launch-0.10:2606): GStreamer-WARNING **: Trying to set string on structure field 'extended-text', but string is not valid UTF-8. Please file a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(gst-launch-0.10:2606): GStreamer-WARNING **: Trying to set string on structure field 'extended-text', but string is not valid UTF-8. Please file a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(gst-launch-0.10:2606): GStreamer-WARNING **: Trying to set string on structure field 'extended-text', but string is not valid UTF-8. Please file a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso8859-9' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(gst-launch-0.10:2606): GStreamer-WARNING **: Trying to set string on structure field 'extended-text', but string is not valid UTF-8. Please file a bug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** (gst-launch-0.10:2606): CRITICAL **: Could not convert string: Conversion from character set 'iso6937' to 'utf-8' is not supported&lt;/P&gt;&lt;P&gt;0:00:08.375314161&amp;nbsp; 2606&amp;nbsp;&amp;nbsp; 0x106348 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_mpeg2decoder mfw_gst_mpeg2dec.c:1007:mfw_gst_mpeg2dec_sink_event: handling newsegment event&lt;/P&gt;&lt;P&gt;0:00:08.375504494&amp;nbsp; 2606&amp;nbsp;&amp;nbsp; 0x106348 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_mpeg2decoder mfw_gst_mpeg2dec.c:1019:mfw_gst_mpeg2dec_sink_event:&amp;nbsp; receiving new seg &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0:00:08.375590828&amp;nbsp; 2606&amp;nbsp;&amp;nbsp; 0x106348 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_mpeg2decoder mfw_gst_mpeg2dec.c:1020:mfw_gst_mpeg2dec_sink_event:&amp;nbsp; start = 20:22:25.317944444&lt;/P&gt;&lt;P&gt;0:00:08.375658161&amp;nbsp; 2606&amp;nbsp;&amp;nbsp; 0x106348 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_mpeg2decoder mfw_gst_mpeg2dec.c:1021:mfw_gst_mpeg2dec_sink_event:&amp;nbsp; stop = 99:99:99.999999999&lt;/P&gt;&lt;P&gt;0:00:08.375721828&amp;nbsp; 2606&amp;nbsp;&amp;nbsp; 0x106348 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_mpeg2decoder mfw_gst_mpeg2dec.c:1024:mfw_gst_mpeg2dec_sink_event:&amp;nbsp; position in mpeg2dec&amp;nbsp;&amp;nbsp; =0:00:00.000000000&lt;/P&gt;&lt;P&gt;0:00:08.375952161&amp;nbsp; 2606&amp;nbsp;&amp;nbsp; 0x106348 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_mpeg2decoder mfw_gst_mpeg2dec.c:1116:mfw_gst_mpeg2dec_set_caps:&amp;nbsp; in mfw_gst_mpeg2dec_set_caps function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0:00:08.376037828&amp;nbsp; 2606&amp;nbsp;&amp;nbsp; 0x106348 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_mpeg2decoder mfw_gst_mpeg2dec.c:1127:mfw_gst_mpeg2dec_set_caps:&amp;nbsp; Frame Rate = nan &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0:00:08.376215828&amp;nbsp; 2606&amp;nbsp;&amp;nbsp; 0x106348 DEBUG&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_mpeg2decoder mfw_gst_mpeg2dec.c:681:mfw_gst_mpeg2dec_chain: &lt;/P&gt;&lt;P&gt;Coming for the first time to do the decoder&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; initialization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caught SIGSEGV accessing address 0x14&lt;/P&gt;&lt;P&gt;Spinning.&amp;nbsp; Please run 'gdb gst-launch 2606' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;root@freescale /$ &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&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;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 18:21:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241396#M20103</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-03-26T18:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241397#M20104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good news: using vpudec is working for mpeg2 decoding.&lt;/P&gt;&lt;P&gt;But i'm still in trouble trying to replace '&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f8f8f8;"&gt;mpegtsdemux'&lt;/SPAN&gt; (aiurdemux should have better performance, am i right ? ) and 'mad' for audio decoding... beepdec doesn't work for me, neither for simple mp3 file playback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my current pipeline:&lt;/P&gt;&lt;P&gt;gst-launch-0.10 dvbbasebin bandwidth=8 code-rate-lp=AUTO code-rate-hp=AUTO guard=AUTO hierarchy=AUTO modulation=AUTO trans-mode=AUTO inversion=AUTO frequency=$f program-numbers=$pn ! mpegtsdemux name=demux ! queue max-size-buffers=0 max-size-time=0 ! vpudec ! mfw_v4lsink axis-top=0 axis-left=0 disp-width=$WIDTH disp-height=$HEIGHT axis-top=$Y setpara=1 \&lt;/P&gt;&lt;P&gt;demux. ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=0 ! mad \&lt;/P&gt;&lt;P&gt;! audioconvert ! 'audio/x-raw-int, channels=2' ! alsasink &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hoping somebody can help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 14:40:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241397#M20104</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-03-28T14:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241398#M20105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you able to play your movie using gplay?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 23:49:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241398#M20105</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-04-10T23:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241399#M20106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm able to play movies using gplay and also using playbin2; but in this case it's not a movie, it's a live streaming from a dvb-t dongle source... so i need to write my pipeline; i'm trying to get best performance possible using hw acceleration whereever possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 05:55:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241399#M20106</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-04-11T05:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241400#M20107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;demux&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;the demux provided by freescale is not hardware accelerated. It has some "optimization" for the hardware, but it is not developed for streaming packages, it was tested using media files. I mean, I´m not sure it would be your best choice. You should consider to calculate the performance for both cases and decide which one is the best (i mean, compare freescale with opensource plugin)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;video decoder&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Was you able to decode it? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;audio decoder&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When you try a local media file, does beepdec work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 17:39:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241400#M20107</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-04-11T17:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241401#M20108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daiane, thank you for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;currently my best result is using the following pipeline: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dvbbasebin !&amp;nbsp; mpegtsdemux &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! vpu_dec ! mfw_v4lsink ! &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! mad ! alsasink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;demux: using aiurdemux my pipeline doesn't start rolling... remains "freezed" waiting for can't say what. is still the issue described in &lt;A _jive_internal="true" href="https://community.nxp.com/thread/269124"&gt;https://community.freescale.com/thread/269124&lt;/A&gt; present?&lt;/P&gt;&lt;P&gt;video decoder: yes i had success using either mpeg2dec, ffdec_mpeg2video or vpudec&lt;/P&gt;&lt;P&gt;audio decoder: i had troubles also trying to play a local mp3 using beepdec; mad worked fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 20:06:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241401#M20108</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-04-11T20:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241402#M20109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;luca santini wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hi Daiane, thank you for your reply.&lt;/P&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P&gt;currently my best result is using the following pipeline:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dvbbasebin !&amp;nbsp; mpegtsdemux&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! vpu_dec ! mfw_v4lsink !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ! mad ! alsasink&lt;/P&gt;
&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;
&lt;P&gt;demux: using aiurdemux my pipeline doesn't start rolling... remains "freezed" waiting for can't say what. is still the issue described in &lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="269124" data-objecttype="1" href="https://community.nxp.com/thread/269124"&gt;https://community.freescale.com/thread/269124&lt;/A&gt; present?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don´t know, you and the link are using completely different gst-plugins versions. As I know aiurdemux is not optimized to streaming (over ethernet or something like that). As you have your mpegtsdemux I would keep it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;video decoder: yes i had success using either mpeg2dec, ffdec_mpeg2video or vpudec&lt;/P&gt;
&lt;P&gt;audio decoder: i had troubles also trying to play a local mp3 using beepdec; mad worked fine.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My local tests (not official and not properly verified) shows that beepdec and mad has almost the same cpu load. I would keep using mad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What´s your status right now? (I mean, I think I missed the goal here)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Apr 2013 17:21:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241402#M20109</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-04-16T17:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241403#M20110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no more comments&amp;nbsp; from customer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 17:59:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241403#M20110</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2013-04-26T17:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241404#M20111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i noticed this message in gstreamer output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[WARN]&amp;nbsp; VPU iram is less than needed, some parts don't use iram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what's that mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i also notice jerky video output, audio/video out-of-sync and sometimes i lost audio.... some hints?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jun 2013 10:28:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241404#M20111</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-06-02T10:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241405#M20112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;about audio/video out of sync, are you sure your media file is in sink? Have you tried to play it on your PC using, like, VLC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the gstreamer output, I´m not sure, maybe &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/karinavalencia"&gt;karinavalencia&lt;/A&gt; could point someone to help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean by jerky? Have you tried to drop some frames?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 13:10:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241405#M20112</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-06-03T13:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241406#M20113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my source is a dvb-t tv dongle. No problems with similar pipeline on my pc; no problems with mplayer and vlc too on pc.&lt;/P&gt;&lt;P&gt;i suspect vpudec is losing frames... i experience "occasional" stuttering (it's smooth for a couple of secs, but then some stutter... and after it's smooth for some other sec... etc... and the audio gets out of sync.)&lt;/P&gt;&lt;P&gt;Sometimes the pipeline "starts badly" and i &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;experience really bad audio jittering&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; any option to obtain better results? buffering? some kernel optimization? some fancy option in the gstreamer pipeline elements?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 19:39:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241406#M20113</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-06-03T19:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241407#M20114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, I don´t know any other fancy option for gstreamer. No one that you would not know, at least. (queues, caps, this stuff)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you tried using the latest plugins from 4.0.0 BSP? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 19:48:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241407#M20114</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-06-03T19:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241408#M20115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a framedrop parameter on vpudec, set it false and see if that helps. Also post your question to the gstreamer-devel list, and ask if your pipeline can be tuned a for better performance. A suggestion: In order to identify the video artifacts you are seeing, do not add the audio elements into the pipeline.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 19:55:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241408#M20115</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-03T19:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241409#M20116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uhm, no, did not noticed a new BSP release! I'm with the previous one.... downloading 4.0.0... i'm not really excited to install it from scratch and apply all my modifications and packages on it.. :smileysad: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it present an "update" feature i'm not aware of?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you all for support and good suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 20:11:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241409#M20116</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-06-03T20:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241410#M20117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;setting vpudec framedrop=false results in really bad stuttering after a few secs, after a (really small) while image freezes and gets updated only every few sec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 20:14:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241410#M20117</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-06-03T20:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241411#M20118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. In the other hand, This is a time to create your own packages on your current BSP, so moving to 4.0.0 is not so hard :smileyhappy: Not sure if you will see any improvement on that particular pipeline but it is worth trying it 4.0.0. it has all fixes and improvements on all layers, including GST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 20:24:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241411#M20118</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-03T20:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241412#M20119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please give 4.0.0 a try, or only take a look in the release notes. If you think it's not enough, please, reopen this thread (it's marked as "answered", please, unmark that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And try to get a way we can reproduce the issue you see. I don't have an dvb-t dongle but you may create a movie to reproduce the same behavior. This way we can reproduce and even escalate the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 12:04:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241412#M20119</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2013-06-04T12:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241413#M20120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, switched to LTIB 4.0.0, nothing changed.&lt;/P&gt;&lt;P&gt;also, this message remains:&lt;/P&gt;&lt;P&gt;[WARN] VPU iram is less than needed, some parts don't use iram&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a video captured **from my PC** with the following commandline:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cat /dev/dvb/adapter0/dvr0 &amp;gt; /tmp/stream.ts #ctrl+C after ~60sec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its reproduced smoothly (audio and video in sync!) on the PC with following pipeline&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pn=8585&lt;/P&gt;&lt;P&gt;cat /tmp/stream.ts | gst-launch-0.10 fdsrc fd=0 ! mpegtsdemux program-number=$pn name=demux ! queue max-size-buffers=0 max-size-time=0 ! mpeg2dec ! xvimagesink demux. ! queue max-size-buffers=0 max-size-time=0 ! mad ! alsasink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fyi these are the programs contained into the stream:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rai Premium:514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:431:441:8581&lt;/P&gt;&lt;P&gt;Rai yoyo:514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:432:442:8582&lt;/P&gt;&lt;P&gt;Rai 4:514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:433:443:8583&lt;/P&gt;&lt;P&gt;Rai Gulp:514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:434:445:8584&lt;/P&gt;&lt;P&gt;Rai Movie:514000000:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_64:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_32:HIERARCHY_NONE:435:446:8585&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;/P&gt;&lt;P&gt;on target i.MX6 DualLite i use following pipeline:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pn=8585&lt;/P&gt;&lt;P&gt;export WIDTH=800&lt;/P&gt;&lt;P&gt;export HEIGHT=450&lt;/P&gt;&lt;P&gt;export Y=85&lt;/P&gt;&lt;P&gt;cat stream.ts | gst-launch-0.10 fdsrc fd=0 ! \&lt;/P&gt;&lt;P&gt;mpegtsdemux program-number=$pn name=demux ! queue max-size-buffers=0 max-size-time=0 ! vpudec ! mfw_v4lsink axis-top=0 axis-left=0 disp-width=$WIDTH disp-height=$HEIGHT axis-top=$Y setpara=1 \&lt;/P&gt;&lt;P&gt;demux. ! queue max-size-buffers=0 max-size-time=0 ! mad ! alsasink &amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;audio is out of sync (seconds late..), it seems this happens because some frames are dropped (on the "real case" where the source is live and not recorded on disk, video is also stuttering.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is cpu load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND&lt;/P&gt;&lt;P&gt;3008 2708 root S 78100 12.2 0 6.4 gst-launch-0.10 fdsrc fd=0 ! mpegt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;p.s.: wher can i upload the file stream.ts so you can try to reproduce the issue? it is ~150MB&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 10:41:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241413#M20120</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-06-06T10:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241414#M20121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can download stream.ts here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://dfiles.eu/files/qps2mhpon" title="http://dfiles.eu/files/qps2mhpon"&gt;http://dfiles.eu/files/qps2mhpon&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 12:10:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241414#M20121</guid>
      <dc:creator>santox</dc:creator>
      <dc:date>2013-06-06T12:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241415#M20122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H6 style="font-weight: normal; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="font-color-meta-light" href="https://community.nxp.com/message/336354#336354" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;Re: IMX6 gstreamer pipeline segfault using mfw_mpeg2decoder&lt;/A&gt;&lt;/STRONG&gt;&lt;/H6&gt;&lt;P class="j-post-avatar" style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" class="j-avatar jiveTT-hover-user" data-avatarid="1034" data-externalid="" data-presence="null" data-userid="203233" data-username="JianLi" href="https://community.nxp.com/people/JianLi" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Jian Li" border="0" class="jiveImage jive-avatar" data-height="46" height="46" src="https://community.nxp.com/people/JianLi/avatar/46.png?a=1034" style="border: 0px; font-style: inherit; font-family: inherit;" width="46" /&gt;&lt;/A&gt;&lt;SPAN class="j-status-levels" style="font-style: inherit; font-family: inherit;"&gt;&lt;IMG alt="Employee" class="jiveImage" src="https://community-cache.freescale.com/5.0.3/resources/images/status/FS_EMP_40x18.png" style="font-style: inherit; font-family: inherit;" title="Employee" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author" style="font-style: inherit; font-size: 0.9em; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;A href="https://community.nxp.com/people/JianLi"&gt;JianLi&lt;/A&gt; &lt;/STRONG&gt;Jun 23, 2013 11:36 PM &lt;SPAN class="font-color-meta-light j-thread-replyto" style="padding: 0 0 0 3px; font-style: inherit; font-family: inherit; color: #a9a9a9;"&gt;(&lt;A _jive_internal="true" class="font-color-meta-light localScroll" href="https://community.nxp.com/message/336354#336194" style="font-style: inherit; font-family: inherit; color: #a9a9a9;" title="Go to message"&gt;in response to Karina Valencia Aguilar&lt;/A&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;A class="j-ui-elem j-helpful-star j-star popped" style="font-style: inherit; font-family: inherit; background-position: no-repeat no-repeat;"&gt;&lt;/A&gt;&lt;SPAN class="j-ui-elem j-dotted-star" style="font-style: inherit; font-family: inherit; background-position: no-repeat no-repeat;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;customer is using &lt;SPAN style="font-style: inherit;"&gt;mpegtsdemux, which is listed in gst-plugins-bad package, not sure if this plugin can work correctly with the ts stream. One way customer can try is to play the ts file from local disk with this plugin to see if still have the AV out of sync issue, if yes, it's this plugins issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit;"&gt;There are some other open source plugins for ts demux, customer also can have a try: tsdemux, tsparse, mpegtsparse.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 26px 0 -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 20:50:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-gstreamer-pipeline-segfault-using-mfw-mpeg2decoder/m-p/241415#M20122</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2013-06-28T20:50:17Z</dc:date>
    </item>
  </channel>
</rss>

