<div dir="ltr"><div dir="ltr"><div>I looked into GstAudioClock, pulsesink; and find that the simple solution may be creating a GstAudioClock with customized GstAudioClockGetTimeFunc.</div><div>expect it will work for me.</div><div><br></div><div><div>  GST_AUDIO_BASE_SINK (pulsesink)->provided_clock =</div><div>      gst_audio_clock_new ("GstPulseSinkClock",</div><div>      (GstAudioClockGetTimeFunc) gst_pulsesink_get_time, pulsesink, NULL);</div><div><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="text-align:left;direction:ltr" bgcolor="#ffffff"></div>
</blockquote></div>
</blockquote></div></div></div>