Hello,<br>If I try playing just a sound from my video with following pipeline:<br>gst-launch-0.10 filesrc location=MPEG4_MOVIE ! qtdemux name=t !  queue ! faad ! alsasink<br>sound plays just fine and song duration is 38 seconds.<br>
If I play video only using following pipeline:<br>gst-launch-0.10 filesrc location=MPEG4_MOVIE ! qtdemux name=t ! queue  ! mpeg4dec ! mySink<br>video plays just fine in duration of 38 seconds. <br>However, if I play both of them like:<br>
gst-launch-0.10 filesrc location=MPEG4_MOVIE ! qtdemux name=t ! queue  ! mpeg4dec ! mySink t. ! queue ! faad !  alsasink <br>everything is much faster and the whole thing is over in 26 seconds. <br>Any idea what might be causing this?<br>
Cheers <br>Ogi<br>