hello<br>&nbsp;&nbsp; i am trying&nbsp; to transplant gstreamer into ARM board, first, i cross-compile source package of gstreamer-0.10.28,gst-plugins-base,good,bad,and ugly, then copy all the .so library to my board, and when i use gst-inspect ,i also can obtain the plugins on my board:<br>
&nbsp;[root@Real6410 demo]# gst-inspect <br>the output information disyplays the plugins have been installed successfully on my board. <br>&nbsp;but when i use gst-launch to play a MP3 or ogg file:<br><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CHP%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:宋体;
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-alt:SimSun;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
        {font-family:"\@宋体";
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        mso-pagination:none;
        font-size:10.5pt;
        mso-bidi-font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:宋体;
        mso-font-kerning:1.0pt;}
 /* Page Definitions */
 @page
        {mso-page-border-surround-header:no;
        mso-page-border-surround-footer:no;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">[root@Real6410 /]# gst-launch-0.10 filesrc location=&quot;/usr/local/gstreamer/demo/x</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">.ogg&quot; ! oggdemux ! vorbisdec ! audioconvert ! osssink</span></p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;">
<span lang="EN-US">i get the message as follows:</span></p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CHP%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:宋体;
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-alt:SimSun;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
        {font-family:"\@宋体";
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        mso-pagination:none;
        font-size:10.5pt;
        mso-bidi-font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:宋体;
        mso-font-kerning:1.0pt;}
 /* Page Definitions */
 @page
        {mso-page-border-surround-header:no;
        mso-page-border-surround-footer:no;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

</p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Setting pipeline to PAUSED ...</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Pipeline is PREROLLING ...</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Pipeline is PREROLLED ...</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Setting pipeline to PLAYING ...</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">New clock: GstAudioSinkClock</span></p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><br><span lang="EN-US"></span></p>
<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><br><span lang="EN-US"></span></p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">it seems that it is playing ,but i cant hear the song besides a little of sound, and&nbsp; after a while ,it can also display message which suggest the song has played to the end:</span></p>
<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US"><br></span></p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CHP%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:宋体;
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-alt:SimSun;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
        {font-family:"\@宋体";
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        mso-pagination:none;
        font-size:10.5pt;
        mso-bidi-font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:宋体;
        mso-font-kerning:1.0pt;}
 /* Page Definitions */
 @page
        {mso-page-border-surround-header:no;
        mso-page-border-surround-footer:no;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

</p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Got EOS from element &quot;pipeline0&quot;.</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Execution ended after 245510320675 ns.</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Setting pipeline to PAUSED ...</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Setting pipeline to READY ...</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Setting pipeline to NULL ...</span></p>

<p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><span lang="EN-US">Freeing pipeline ...</span></p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><br><span lang="EN-US"></span></p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;">
<span lang="EN-US">in the whole process, i cant hear the song at all, when i play mp3 file using gst-launch as follows:</span></p><p class="MsoNormal" style="margin-left: 10pt; line-height: 150%;"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CHP%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:宋体;
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-alt:SimSun;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
@font-face
        {font-family:"\@宋体";
        panose-1:2 1 6 0 3 1 1 1 1 1;
        mso-font-charset:134;
        mso-generic-font-family:auto;
        mso-font-pitch:variable;
        mso-font-signature:3 135135232 16 0 262145 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        mso-pagination:none;
        font-size:10.5pt;
        mso-bidi-font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:宋体;
        mso-font-kerning:1.0pt;}
 /* Page Definitions */
 @page
        {mso-page-border-surround-header:no;
        mso-page-border-surround-footer:no;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

</p><p class="MsoNormal"><span lang="EN-US">gst-launch-0.10 filesrc
location=&quot;/usr/local/gstreamer/dem</span></p>

<p class="MsoNormal"><span lang="EN-US">o/Bobo.mp3&quot; ! mad ! audioconvert !
audioresample ! osssink</span></p><p class="MsoNormal"><br><span lang="EN-US"></span></p><p class="MsoNormal"><span lang="EN-US">the message it output is the same as playing ogg file.</span></p><p class="MsoNormal"><br><span lang="EN-US"></span></p>
<p class="MsoNormal"><span lang="EN-US">of course, i can sure that&nbsp; i have oss driver on my board already, and i have test the audio driver through madplay, it can play well. <br></span></p><p class="MsoNormal"><span lang="EN-US">so , i have no idea why there is no sound on my board, pls help me to solve it . thank you very much!</span></p>
<p class="MsoNormal"><br></p><p class="MsoNormal">Looking forward to your reply!</p><p class="MsoNormal">Best regards!</p><p class="MsoNormal"><br><span lang="EN-US"></span></p><p class="MsoNormal"><span lang="EN-US">daisy<br>
</span></p>

<p></p>

<p></p>

<p></p>

<br>