Hi,<br><br>Having the following&nbsp; result.&nbsp; Is it&nbsp; OK?<br>&nbsp;<br>./omxaudiodectest wind_adif_lc_mono_12kbps_8000hz.aac<br>Options selected:<br>Decode file wind_adif_lc_mono_12kbps_8000hz.aac to&nbsp; ALSA sink without tunneling<br>Format selected AAC<br>------------------------------------<br>GENERAL TEST test_OMX_ComponentNameEnum<br>component 0 is OMX.st.clocksrc<br>component 1 is OMX.st.audio_decoder.mp3.mad<br>component 2 is OMX.st.audio_filereader<br>component 3 is OMX.st.alsa.alsasink<br>component 4 is OMX.st.alsa.alsasrc<br>component 5 is OMX.st.parser.3gp<br>component 6 is OMX.st.volume.component<br>component 7 is OMX.st.audio.mixer<br>component 8 is OMX.st.audio_decoder<br>component 9 is OMX.st.audio_decoder.mp3<br>component 10 is OMX.st.audio_decoder.ogg<br>component 11 is OMX.st.audio_decoder.aac<br>component 12 is OMX.st.audio_decoder.g726<br>component 13 is OMX.st.video_decoder<br>component 14 is OMX.st.video_decoder.mpeg4<br>component 15 is
 OMX.st.video_decoder.avc<br>component 16 is OMX.st.video_colorconv.ffmpeg<br>component 17 is OMX.st.video_encoder<br>component 18 is OMX.st.audio_decoder.ogg.single<br>GENERAL TEST test_OMX_ComponentNameEnum result -2147479538<br>------------------------------------<br>GENERAL TEST test_OMX_RoleEnum<br>The number of roles for the component OMX.st.audio_decoder is: 4<br>The role 1 for the component:&nbsp; audio_decoder.mp3 <br>The role 2 for the component:&nbsp; audio_decoder.ogg <br>The role 3 for the component:&nbsp; audio_decoder.aac <br>The role 4 for the component:&nbsp; audio_decoder.g726 <br>GENERAL TEST test_OMX_RoleEnum result 0<br>------------------------------------<br>GENERAL TEST test_OMX_ComponentEnumByRole<br>Getting number of components per role for audio_decoder.ogg<br>Number of components per role for audio_decoder.ogg is 2<br>&nbsp;The components are:<br>OMX.st.audio_decoder<br>OMX.st.audio_decoder.ogg.single<br>GENERAL TEST test_OMX_ComponentEnumByRole
 result OMX_ErrorNone<br>------------------------------------<br>GENERAL TEST test_OpenClose<br>GENERAL TEST test_OpenClose result 0<br>------------------------------------<br>Component OMX.st.audio_decoder.aac opened<br>lt-omxaudiodectest: pcm_params.c:2351: sndrv_pcm_hw_params: Assertion `err &gt;= 0' failed.<br>Aborted<br><br><br><b><i>Giulio URLINI &lt;giulio.urlini@st.com&gt;</i></b> Ð´µÀ£º<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Hi,<br> to compile the test you should execute 'make check'.<br>For any further details please check the README file in the root<br>directory of Bellagio package.<br><br><br>Giulio Urlini<br><br>xuefeng wang wrote:<br>&gt; Hi,<br>&gt; <br>&gt;  ffmpeg version:<br>&gt;   libavutil version: 49.7.0<br>&gt;   libavcodec version: 51.62.0<br>&gt;   libavformat version: 52.18.0<br>&gt;   libavdevice version: 52.0.0<br>&gt; faac-1.26<br>&gt; faad2-2.6.1<br>&gt; <br>&gt; I want to
 run openmax stand alone demo, could you test how to make it?<br>&gt; I tried to make, but  the test program couldn't be created, please see <br>&gt; the log below:<br>&gt; <br>&gt; make[2]: Leaving directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/common'<br>&gt; Making all in audio<br>&gt; make[2]: Entering directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/audio'<br>&gt; make[2]: Nothing to be done for `all'.<br>&gt; make[2]: Leaving directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/audio'<br>&gt; Making all in video<br>&gt; make[2]: Entering directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/video'<br>&gt; make[2]: Nothing to be done for `all'.<br>&gt; make[2]: Leaving directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/video'<br>&gt; Making all in audio_effects<br>&gt; make[2]: Entering directory <br>&gt;
 `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/audio_effects'<br>&gt; make[2]: Nothing to be done for `all'.<br>&gt; make[2]: Leaving directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/audio_effects'<br>&gt; Making all in parser<br>&gt; make[2]: Entering directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/parser'<br>&gt; make[2]: Nothing to be done for `all'.<br>&gt; make[2]: Leaving directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/parser'<br>&gt; Making all in camera<br>&gt; make[2]: Entering directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/camera'<br>&gt; make[2]: Nothing to be done for `all'.<br>&gt; make[2]: Leaving directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components/camera'<br>&gt; make[2]: Entering directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components'<br>&gt; make[2]: Nothing to be done for
 `all-am'.<br>&gt; make[2]: Leaving directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components'<br>&gt; make[1]: Leaving directory <br>&gt; `/home/w20711/oss/libomxil-bellagio-0.9.0/test/components'<br>&gt; make[1]: Entering directory `/home/w20711/oss/libomxil-bellagio-0.9.0/test'<br>&gt; make[1]: Nothing to be done for `all-am'.<br>&gt; make[1]: Leaving directory `/home/w20711/oss/libomxil-bellagio-0.9.0/test'<br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; */Giulio URLINI <giulio.urlini@st.com>/* Ð´µÀ£º<br>&gt; <br>&gt;     Hi,<br>&gt;     I'm Giulio Urlini and I'm responsible for the Bellagio development. In<br>&gt;     my opinion this is not a problem of the relation between gstreamer and<br>&gt;     openmax but a decoding error inside the openmax audio decoder.<br>&gt;     The error in this case seems to be related to faac version that does not<br>&gt;     match. Which version of ffmpeg are you using?<br>&gt;     Did you try to run the openmax stand
 alone demo, in<br>&gt;     tests/components/audio/omxaudiodectest?<br>&gt; <br>&gt;     --<br>&gt;     Giulio Urlini<br>&gt; <br>&gt; <br>&gt;     xuefeng wang wrote:<br>&gt;      &gt; Hi Felipe Contreras,<br>&gt;      &gt;<br>&gt;      &gt; Thank you very much.<br>&gt;      &gt;<br>&gt;      &gt; It works with "./gst-launch-0.10 filesrc<br>&gt;      &gt; location=./music/matrix_128_96_MPEG-4_15fps_64kbps.mp4 ! qtdemux<br>&gt;      &gt; ! omx_mpeg4dec ! ffmpegcolorspace ! videoscale ! ximagesink" while<br>&gt;      &gt; turning off the TI workarounds.<br>&gt;      &gt;<br>&gt;      &gt; Another issue is found by "gst-openmax-0.10.0.4 +<br>&gt;      &gt; libomxil-bellagio-0.9.0" (cannot reproduce by<br>&gt;     "gst-openmax-0.10.0.4 +<br>&gt;      &gt; libomxil-B-0.3.3"):<br>&gt;      &gt;<br>&gt;      &gt; ./gst-launch-0.10 filesrc<br>&gt;      &gt;<br>&gt;     location=./music/matrix_mp4sp_176x144_15fps_aaclc_44100hz_s_164kbps.mp4<br>&gt;      &gt; ! qtdemux name=demux
 demux. ! queue ! omx_aacdec ! audioconvert !<br>&gt;      &gt; audioresample ! volume ! osssink demux. ! queue ! omx_mpeg4dec !<br>&gt;      &gt; ffmpegcolorspace ! videoscale ! ximagesink<br>&gt;      &gt;<br>&gt;      &gt; [libfaad @ 0x8606a50]faac: frame decoding failed: Bitstream value<br>&gt;     not<br>&gt;      &gt; allowed by specification<br>&gt;      &gt; OMX-error in packet decoding in audio dcoder<br>&gt;      &gt; [libfaad @ 0x8606a50]faac: frame decoding failed: Bitstream value<br>&gt;     not<br>&gt;      &gt; allowed by specification<br>&gt;      &gt; OMX-error in packet decoding in audio dcoder<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt; */Felipe Contreras /* Ð´µÀ£º<br>&gt;      &gt;<br>&gt;      &gt; On Thu, 2008-10-09 at 15:08 +0800, ext xuefeng wang wrote:<br>&gt;      &gt; &gt; I have the following issue:<br>&gt;      &gt; &gt;<br>&gt;      &gt; &gt; ./gst-launch-0.10 filesrc<br>&gt;      &gt; &gt;
 location=./music/matrix_128_96_MPEG-4_15fps_64kbps.mp4 ! qtdemux !<br>&gt;      &gt; &gt; omx_mpeg4dec ! ffmpegcolorspace ! videoscale ! ximagesink<br>&gt;      &gt; &gt; Setting pipeline to PAUSED ...<br>&gt;      &gt; &gt; Pipeline is PREROLLING ...<br>&gt;      &gt; &gt; ** (gst-launch-0.10:17245): WARNING **: ffmpegcsp0: size 18432<br>&gt;     is not<br>&gt;      &gt; &gt; a multiple of unit size 24576<br>&gt;      &gt; &gt; ERROR: from element /pipeline0/ffmpegcsp0: subclass did not specify<br>&gt;      &gt; &gt; output size<br>&gt;      &gt; &gt; Additional debug info:<br>&gt;      &gt; &gt; gstbasetransform.c(1537): gst_base_transform_handle_buffer<br>&gt;      &gt; &gt; (): /pipeline0/ffmpegcsp0:<br>&gt;      &gt; &gt; subclass did not specify output size<br>&gt;      &gt; &gt; ERROR: pipeline doesn't want to preroll.<br>&gt;      &gt; &gt; Setting pipeline to NULL ...<br>&gt;      &gt; &gt; Caught SIGSEGV accessing address 0x3c<br>&gt;      &gt; &gt; #0 0x00110402
 in _start () from /lib/ld-linux.so.2<br>&gt;      &gt; &gt; #1 0x008c0119 in ?? ()<br>&gt;      &gt; &gt; #2 0x00000000 in ?? ()<br>&gt;      &gt; &gt; Spinning. Please run 'gdb gst-launch 17245' to continue debugging,<br>&gt;      &gt; &gt; Ctrl-C to quit, or Ctrl-\ to dump core.<br>&gt;      &gt;<br>&gt;      &gt; Can you try turning off the TI workarounds?<br>&gt;      &gt; omx/gstomx_base_videodec.c:omx_setup<br>&gt;      &gt;<br>&gt;      &gt; --<br>&gt;      &gt; Felipe Contreras<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;     ------------------------------------------------------------------------<br>&gt;      &gt; ÑÅ»¢ÓÊÏ䣬ÄúµÄÖÕÉúÓÊÏ䣡<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;     ------------------------------------------------------------------------<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;     -------------------------------------------------------------------------<br>&gt;      &gt; This SF.Net email is sponsored by
 the Moblin Your Move<br>&gt;     Developer's challenge<br>&gt;      &gt; Build the coolest Linux based applications with Moblin SDK &amp; win<br>&gt;     great prizes<br>&gt;      &gt; Grand prize is a trip for two to an Open Source event anywhere in<br>&gt;     the world<br>&gt;      &gt; http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;      &gt;<br>&gt;     ------------------------------------------------------------------------<br>&gt;      &gt;<br>&gt;      &gt; _______________________________________________<br>&gt;      &gt; Gstreamer-openmax mailing list<br>&gt;      &gt; Gstreamer-openmax@lists.sourceforge.net<br>&gt;      &gt; https://lists.sourceforge.net/lists/listinfo/gstreamer-openmax<br>&gt; <br>&gt; <br>&gt; ------------------------------------------------------------------------<br>&gt; ÑÅ»¢ÓÊÏ䣬ÄúµÄÖÕÉúÓÊÏ䣡 <http: cn.mail.yahoo.com=""><br></http:></giulio.urlini@st.com></blockquote><br><p>&#32;


      <hr size=1><a href="http://cn.mail.yahoo.com/"> ÑÅ»¢ÓÊÏ䣬ÄúµÄÖÕÉúÓÊÏ䣡</a>