<div>HI all,</div>
<div>I develop a media player based gstreamer on S3C2440 board. my gstreamer version&nbsp;is latest .</div>
<div>when i construct a pipeline:</div>
<div>gst-launch filesrc location=/tmp/MPEG-1.mpg ! mpegdemux name=t&nbsp; !&nbsp; mad ! queue2 !&nbsp; audioconvert ! audioresample ! queue2 ! osssink sync=0 t. ! mpeg2dec ! queue2 ! ffmpegcolorspace ! fbdevsink sync=0&nbsp; </div>
<div>&nbsp;</div>
<div><strong>the video could correct playback ,but the audio&nbsp;is great lagged. </strong></div>
<div>and there is a error report:</div>
<div>GST_DEBUG=1 gst-launch filesrc location=/tmp/MPEG-1.mpg<br>&nbsp;! mpegdemux name=t&nbsp; !&nbsp; mad ! queue2 !&nbsp; audioconvert ! audioresample ! queue2 !<br>osssink sync=0 t. ! mpeg2dec ! queue2 ! ffmpegcolorspace ! fbdevsink sync=0<br>
Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>0:00:14.091585000&nbsp; 1584&nbsp;&nbsp;&nbsp; 0xc43a8 ERROR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oss gstosshelper.c:246:gst_oss_helper_rate_probe_check: Driver bug recognized (driver does not round rates correctly).&nbsp; Please file a bug report.<br>
Pipeline is PREROLLED ...<br>Setting pipeline to PLAYING ...<br>New clock: GstAudioSinkClock</div>
<div>&nbsp;</div>
<div>besides , when i use pipeline like this : </div>
<div>gst-launch filesrc location=/tmp/MPEG-1.mpg ! mpegdemux&nbsp;! queue ! mad ! audioconvert ! audioresample ! osssink</div>
<div>it is reported:<br>WARNING: erroneous pipeline: could not link queue0 to mad0</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Regards! </div>