<?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 Bug in UMC::AudioFrameConstructor in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776328#M1150</link>
    <description>&lt;P&gt;There is a bug in the AudioFrameConstructor that causes a failure in BufferedAudioFrameConstructor after repositioning the demuxer.&lt;/P&gt;
&lt;P&gt;In the audio-video-codec samples, AudioFrameConstructor has a member variable (m_bHeaderParsed) that is set to false during Init().&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When repositioning the demuxer, Reset() is called on all the frame constructors. However, because AudioFrameConstructor does not override Reset(), m_bHeaderParsed is not set back to false. If it was true prior to the repositioning, BufferedAudioFrameConstructor will never be able to retrieve another frame.&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The fix is simple: Override Reset() in AudioFrameConstructor. In it, call the base Reset() and set m_bHeaderParsed = false.&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;BR /&gt;Jere&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 24 Mar 2011 06:54:16 GMT</pubDate>
    <dc:creator>jere_jones1</dc:creator>
    <dc:date>2011-03-24T06:54:16Z</dc:date>
    <item>
      <title>Bug in UMC::AudioFrameConstructor</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776328#M1150</link>
      <description>&lt;P&gt;There is a bug in the AudioFrameConstructor that causes a failure in BufferedAudioFrameConstructor after repositioning the demuxer.&lt;/P&gt;
&lt;P&gt;In the audio-video-codec samples, AudioFrameConstructor has a member variable (m_bHeaderParsed) that is set to false during Init().&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;When repositioning the demuxer, Reset() is called on all the frame constructors. However, because AudioFrameConstructor does not override Reset(), m_bHeaderParsed is not set back to false. If it was true prior to the repositioning, BufferedAudioFrameConstructor will never be able to retrieve another frame.&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The fix is simple: Override Reset() in AudioFrameConstructor. In it, call the base Reset() and set m_bHeaderParsed = false.&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;BR /&gt;Jere&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Mar 2011 06:54:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776328#M1150</guid>
      <dc:creator>jere_jones1</dc:creator>
      <dc:date>2011-03-24T06:54:16Z</dc:date>
    </item>
    <item>
      <title>Bug in UMC::AudioFrameConstructor</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776329#M1151</link>
      <description>Jere,&lt;DIV&gt;what version of ipp_sampe do you use?&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Mar 2011 17:03:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776329#M1151</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-03-24T17:03:32Z</dc:date>
    </item>
    <item>
      <title>Bug in UMC::AudioFrameConstructor</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776330#M1152</link>
      <description>I am using w_ipp-samples_p_7.0.2.048.&lt;BR /&gt;&lt;BR /&gt;Jere</description>
      <pubDate>Thu, 24 Mar 2011 17:45:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776330#M1152</guid>
      <dc:creator>jere_jones1</dc:creator>
      <dc:date>2011-03-24T17:45:02Z</dc:date>
    </item>
    <item>
      <title>Bug in UMC::AudioFrameConstructor</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776331#M1153</link>
      <description>&lt;P&gt;Hi Jere,&lt;BR /&gt;
Thanks for your problem you raised.This issue has been submitted to our internal development tracking
database for further investigation, we will inform you once a new update
becomes available.Here is a bug tracking number for your reference: 200209066.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2011 06:49:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776331#M1153</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-03-25T06:49:33Z</dc:date>
    </item>
    <item>
      <title>Bug in UMC::AudioFrameConstructor</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776332#M1154</link>
      <description>Jere,&lt;DIV&gt;Could you please check the latest update ( 7.0 Update3). The fix of the issue is availble there.&lt;/DIV&gt;&lt;DIV&gt;--Gennady&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 May 2011 03:51:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Bug-in-UMC-AudioFrameConstructor/m-p/776332#M1154</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2011-05-03T03:51:46Z</dc:date>
    </item>
  </channel>
</rss>

