Hi all,<br>&nbsp;I recorded the sound in .wav format using the following pipeline.<br><br>alsasrc ! audioconvert ! wavenc ! filesink location=filename.wav<br><br>I started recording by setting the pipeline to GST_STATE_PLAYING state.
<br>and I stopped recording by simply setting the pipeline state to GST_STATE_NULL.<br>I recorded the sound for 20 sec but when I am playing it using totem movie player then I see total time as 18 sec. <br>why it is truncating last 2 sec audio data?
<br>can someone suggest what to do to get complete data?<br>Thanks in advance.<br>Regards,<br>Sanjay<br><br>