Hi All,<br><br>Can someone explain the significance of GST_MESSAGE_ASYNC_DONE event? I have a pipeline that is receiving audio and video data from network over RTP and dumping into the file.<br>Pipeline only starts dumping the a/v data into file when it sends GST_MESSAGE_ASYNC_DONE event to Application.<br>
Pipeline does not dump the data into file until it sends GST_MESSAGE_ASYNC_DONE event to application even though both the stream (audio and video) coming from peer end to pipeline.<br><br>Please explain signaficance of GST_MESSAGE_ASYNC_DONE event. Can i force the pipeline not to wait for both the audio and video data to dump into file. <br>
<br>Thanks,<br>Uma<br>