<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        text-align:justify;
        text-justify:inter-ideograph;
        font-size:10.5pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=ZH-CN link=blue vlink=purple style='text-justify-trim:punctuation'><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hi all:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='color:#1F497D'>></span><span lang=EN-US>After modified, the stuck issue was gone. I want to ask you guys, if this is a good idea or a bad one. If bad, do you have any other solutions?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='color:#1F497D'>></span><span lang=EN-US>PS: I haven’t looked deep into the logic of calculate_freesize loop. So maybe there is a better way to break the loop which I have not found.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I trace the code and found something more!<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>static gint<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>gst_directsound_sink_write (GstAudioSink * asink, gpointer data, guint length)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>{<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>  ……<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>  calculate_freesize:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal style='text-indent:9.0pt'><span lang=EN-US>……<o:p></o:p></span></p><p class=MsoNormal style='text-indent:9.0pt'><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>      hRes = IDirectSoundBuffer_GetCurrentPosition (dsoundsink->pDSBSecondary,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>          &dwCurrentPlayCursor, NULL);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>      hRes =<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>          IDirectSoundBuffer_GetStatus (dsoundsink->pDSBSecondary, &dwStatus);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>      if (SUCCEEDED (hRes) && (dwStatus & DSBSTATUS_PLAYING))<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        goto calculate_freesize;<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>      else {<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        dsoundsink->first_buffer_after_reset = FALSE;<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        GST_DSOUND_UNLOCK (dsoundsink);<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>        return 0;<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>      }<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>    <o:p></o:p></span></p><p class=MsoNormal style='text-indent:10.5pt'><span lang=EN-US>…… <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>}<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>If usb earphone was plugged out, IDirectSoundBuffer_GetCurrentPosition return some error code, which will be overwrote by IDirectSoundBuffer_GetStatus. So the hRes seemed success every time.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Treat the return values respectively, and  the problem was soloved.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Thanks!<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>--<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Yongjian<o:p></o:p></span></p></div></body></html>