Hi, I got a problem when playing speex audio using gstreamer. This happens with some files only. First, I have a video file, using gstreamer to encode audio data in speex format then playback and got this problem:<br>Unexpected discontinuity in audio timestamps of more than half a second (0:00:00.504375000), resyncing<br>
<br>- If I play it again, the problem happens again with same timestamps.<br><br>- If I use lame to encode, everything is ok<br><br>- With same speex data, but now I use mplayer to play, everything is ok too.<br><br>- I use google and found that there was a bug like this not only for speex data but haven&#39;t found any clue to say that the bug was fixed.<br>
<br>So, is there any thing I need to notice when convert audio data into speex format ? like some parameter for speexenc.<br><br>P/S here&#39;s the pipeline I used to get a file with speex audio data:<br>gst-launch filesrc location=kavatina_gstar.wmv ! asfdemux ! decodebin ! audioconvert ! speexenc ! oggmux ! filesink location=kavatina_speex.ogg<br>
<br>Thanks in advance ! <br>