<?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: Problem with mfw_v4lsink buffers in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367587#M52320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marlon,&lt;/P&gt;&lt;P&gt;Experts are reviewing your case. In the mean time, they sent some suggestions and questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;Seems used Gstreamer 0.10 on Yocto. Is it possible to use Gstreamer 1.x on latest Yocto release? GST 1.x is very active developing and GST 0.10 is just maintained.&lt;/LI&gt;&lt;LI&gt;Why remove set_state () in prepare_next_stream ()? I suspect it will create multi-instance for v4l2sink. I don't think v4l2sink can support it. Do you have issue if add the set_state ()?&lt;/LI&gt;&lt;LI&gt;Seek when received EOS suppose works. Need debug if has any issue.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your use case? Which kind of implement is your expect?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Hope this information will be useful for you.&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 00:30:07 GMT</pubDate>
    <dc:creator>CarlosCasillas</dc:creator>
    <dc:date>2015-03-19T00:30:07Z</dc:date>
    <item>
      <title>Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367582#M52315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running Yocto on a custom i.MX6 board and trying to loop a video using playbin2.&amp;nbsp; I've attached to playbin2's "about-to-finish" signal as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;g_signal_connect(playbin2, "about-to-finish", G_CALLBACK(prepare_next_stream), (gpointer)ba.constData());&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where ba.constData() returns a static array containing the filename to play.&amp;nbsp; And here's the callback function I'm using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void prepare_next_stream(GstElement *obj, gpointer uri)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; qDebug() &amp;lt;&amp;lt; "Prep next stream Marlon!" &amp;lt;&amp;lt; (const char*) uri;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //gst_element_set_state(obj,GST_STATE_READY);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; g_object_set (obj, "uri", (const char*) uri, NULL);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //gst_element_set_state(obj,GST_STATE_PLAYING);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works, but only every second time the video is played.&amp;nbsp; The video will play correctly, start to play and then freeze for the duration the video should be, and then start over and play the video correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this a bug in GStreamer?&amp;nbsp; Is there a workaround for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: After enablning debug output, I see this message constantly when the problem occurs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0:00:31.162584338&amp;nbsp; 1176&amp;nbsp;&amp;nbsp; 0x5eac00 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;mfw_v4lsink mfw_gst_v4l_buffer.c:435:mfw_gst_v4l2_new_buffer: Try new buffer failed, ret 0 Success queued 1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0:00:31.215699672&amp;nbsp; 1176&amp;nbsp;&amp;nbsp; 0x5eac00 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;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;vpudec vpudec.c:915:gst_vpudec_core_create_and_register_frames: Allocate Internal framebuffers!!!!&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0:00:31.250310672&amp;nbsp; 1176 0x33f07600 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;mfw_v4lsink mfw_gst_v4lsink.c:1183:mfw_gst_v4lsink_show_frame: Drop because no reserved hwbuffer2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0:00:31.283367672&amp;nbsp; 1176 0x33f07600 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;mfw_v4lsink mfw_gst_v4lsink.c:1183:mfw_gst_v4lsink_show_frame: Drop because no reserved hwbuffer2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0:00:31.316680005&amp;nbsp; 1176 0x33f07600 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;mfw_v4lsink mfw_gst_v4lsink.c:1183:mfw_gst_v4lsink_show_frame: Drop because no reserved hwbuffer2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0:00:31.349995338&amp;nbsp; 1176 0x33f07600 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;mfw_v4lsink mfw_gst_v4lsink.c:1183:mfw_gst_v4lsink_show_frame: Drop because no reserved hwbuffer2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0:00:31.383467005&amp;nbsp; 1176 0x33f07600 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;mfw_v4lsink mfw_gst_v4lsink.c:1183:mfw_gst_v4lsink_show_frame: Drop because no reserved hwbuffer2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marlon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 19:53:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367582#M52315</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2015-02-11T19:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367583#M52316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;Hi Marlon,&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;You could take a look at the following documents from Freescale Community:&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-93445"&gt;https://community.freescale.com/docs/DOC-93445&lt;/A&gt;&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-93451"&gt;https://community.freescale.com/docs/DOC-93451&lt;/A&gt;&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-93446"&gt;https://community.freescale.com/docs/DOC-93446&lt;/A&gt;&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;Additionally, on the following blog you could find an example of looping back with GStreamer:&lt;/P&gt;&lt;P style="padding: 0 0 1.0pt 0;"&gt;&lt;A href="http://tristanswork.blogspot.com/2010/10/looping-playback-with-gstreamer.html"&gt;http://tristanswork.blogspot.com/2010/10/looping-playback-with-gstreamer.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 17:24:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367583#M52316</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2015-02-24T17:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367584#M52317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Carlos.&amp;nbsp; I have tried the solution on that blog, but some videos do not seek correctly and simply stop playing instead of looping.&amp;nbsp; I have also seen those documents but they do not give examples for looping.&amp;nbsp; I have also tried mfw_isink instead of mfw_v4lsink, which works for some videos but for others causes a different error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0:01:16.471587677&amp;nbsp;&amp;nbsp; 915&amp;nbsp;&amp;nbsp; 0x5ee2c0 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;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;vpudec vpudec.c:1859:gst_vpudec_sink_event: Unsupport n&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;ewsegment format 2&lt;/P&gt;&lt;P&gt;[INFO]&amp;nbsp; bitstreamMode 1, chromaInterleave 1, mapType 0, tiled2LinearEnable 0&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;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0:01:16.523647678&amp;nbsp;&amp;nbsp; 915&amp;nbsp;&amp;nbsp; 0x5ee290 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;basesink /home/marlon/work/CSI/Table_Limit/LCD_Table_Limi&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;t/New_Table_Limit/i.MX6/release/build_0.02/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnuea&lt;/P&gt;&lt;P&gt;bi/gstreamer/0.10.36-r2/gstreamer-0.10.36/libs/gst/base/gstbasesink.c:2875:gst_base_sink_is_too_late:&amp;lt;mfwgstisin&lt;/P&gt;&lt;P&gt;k0&amp;gt; warning: A lot of buffers are being dropped.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0:01:16.523919011&amp;nbsp;&amp;nbsp; 915&amp;nbsp;&amp;nbsp; 0x5ee290 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;basesink /home/marlon/work/CSI/Table_Limit/LCD_Table_Limi&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;t/New_Table_Limit/i.MX6/release/build_0.02/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnuea&lt;/P&gt;&lt;P&gt;bi/gstreamer/0.10.36-r2/gstreamer-0.10.36/libs/gst/base/gstbasesink.c:2875:gst_base_sink_is_too_late:&amp;lt;mfwgstisin&lt;/P&gt;&lt;P&gt;k0&amp;gt; warning: There may be a timestamping problem, or this computer is too slow.&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;0:01:16.644650678&amp;nbsp;&amp;nbsp; 915&amp;nbsp;&amp;nbsp; 0x5ee290 WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;basesink /home/marlon/work/CSI/Table_Limit/LCD_Table_Limi&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;t/New_Table_Limit/i.MX6/release/build_0.02/fsl-community-bsp/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnuea&lt;/P&gt;&lt;P&gt;bi/gstreamer/0.10.36-r2/gstreamer-0.10.36/libs/gst/base/gstbasesink.c:2875:gst_base_sink_is_too_late:&amp;lt;mfwgstisin&lt;/P&gt;&lt;P&gt;k0&amp;gt; warning: A lot of buffers are being dropped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 18:43:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367584#M52317</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2015-02-24T18:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367585#M52318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Cantarell; font-size: 15px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;I've just finished a test program which consistently demonstrates the problem.&amp;nbsp; I've attached it to this email along with a video I'm using for testing.&amp;nbsp; I've been running it with GST_DEBUG=2 to see the error messages.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Cantarell; font-size: 15px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Cantarell; font-size: 15px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;Currently it will play the video correctly the first time, but every subsequent loop is played at the wrong speed with a bunch of messages about dropped buffers.&amp;nbsp; You can also comment out line 23 to try and seek the video on EOS instead of using the about-to-finish signal; this method also does not work consistently.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Cantarell; font-size: 15px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Cantarell; font-size: 15px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;The test video we're using was created with mencoder using the following command line:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Cantarell; font-size: 15px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Cantarell; font-size: 15px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;mencoder -endpos 00:00:07 -nosound -of rawvideo -ofps 30 -vf harddup -ovc copy ./input.avi -o ./test.264&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Cantarell; font-size: 15px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Cantarell; font-size: 15px; font-style: normal; font-weight: normal; text-align: start; text-indent: 0px;"&gt;The resulting format is a raw h.264 video stream; we must use this format to maintain compatibility with another one of our products.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 23:43:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367585#M52318</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2015-02-26T23:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367586#M52319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marlon,&lt;/P&gt;&lt;P&gt;I have internally asked for solutions to similar issues. I will post additional details here as soon as getting news.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 23:17:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367586#M52319</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2015-03-06T23:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367587#M52320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marlon,&lt;/P&gt;&lt;P&gt;Experts are reviewing your case. In the mean time, they sent some suggestions and questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;Seems used Gstreamer 0.10 on Yocto. Is it possible to use Gstreamer 1.x on latest Yocto release? GST 1.x is very active developing and GST 0.10 is just maintained.&lt;/LI&gt;&lt;LI&gt;Why remove set_state () in prepare_next_stream ()? I suspect it will create multi-instance for v4l2sink. I don't think v4l2sink can support it. Do you have issue if add the set_state ()?&lt;/LI&gt;&lt;LI&gt;Seek when received EOS suppose works. Need debug if has any issue.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is your use case? Which kind of implement is your expect?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Hope this information will be useful for you.&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 00:30:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367587#M52320</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2015-03-19T00:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367588#M52321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marlon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Experts are waiting for your reply to the provided suggestions and to the additional questions.&lt;/P&gt;&lt;P&gt;Do you have any additional feedback that you would like to share?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards!&lt;/P&gt;&lt;P&gt;/Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 22:38:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367588#M52321</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2015-03-24T22:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367589#M52322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos, sorry for not getting back to you sooner!&amp;nbsp; I didn't see your messages until today.&amp;nbsp; To answer your questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Switching to a newer version of Yocto requires porting the board support package, and the kernel in the latest version of Yocto is configured with a different method than the one in Dora.&amp;nbsp; This means a lot of new development, and it means that we'll have to deal with new bugs as many of the software packages have been updated.&lt;/P&gt;&lt;P&gt;2. If I call set_state(), there is a pause in the video playback.&amp;nbsp; I need the video to loop without a pause.&lt;/P&gt;&lt;P&gt;3. Seek does not work.&amp;nbsp; Videos will sometimes fail to seek, and then playback will freeze.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 16:53:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367589#M52322</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2015-05-05T16:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367590#M52323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try to provide some debug information when seek fails, but I don't see any error output when it happens.&amp;nbsp; All I know is that gst_element_seek() returns false.&amp;nbsp; There are no error messages print on the console when the seek fails.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 18:50:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367590#M52323</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2015-05-05T18:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with mfw_v4lsink buffers</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367591#M52324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found two other threads on this forum about problems with gst_element_seek(), but none of the problems have been solved:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.nxp.com/thread/310456" title="https://community.freescale.com/thread/310456"&gt;https://community.freescale.com/thread/310456&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.nxp.com/thread/311488" title="https://community.freescale.com/thread/311488"&gt;https://community.freescale.com/thread/311488&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 18:56:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-with-mfw-v4lsink-buffers/m-p/367591#M52324</guid>
      <dc:creator>marlonsmith</dc:creator>
      <dc:date>2015-05-05T18:56:28Z</dc:date>
    </item>
  </channel>
</rss>

