<div dir="ltr">I'm having a problem synchronizing the audio and video in two GnlCompostion elements.<div><br></div><div>What I need is shown below (I know this is not the exact syntax it is being done in C):</div><div>
<br></div><div>It should have</div><div>- two five second video clips one after the other - this works</div><div>- silence for the first 5 seconds then 5 seconds of audio from x.mp3. This does not work. Instead the 5 second audio clip is played at 1/2 speed so it becomes 10 seconds long.</div>
<div><br></div><div>The Pseudo Code for the pipeline is shown here.</div><div><br></div><div>Thanks for your help and suggestions</div><div><br></div><div>gst-launch </div><div> GnlComposition name="Audio" </div>
<div> ( GnlFileSource </div><div> location="x.mp3"</div><div> start=5s</div><div> duration=5s</div><div> media-start=30s </div><div> media-duration=5s )</div>
<div><div> GnlComposition name="Video" </div><div><div> ( GnlFileSource </div><div> location="a.avi"</div><div> start=0s</div><div> duration=5s</div><div> media-start=0s </div>
<div> media-duration=5s )</div><div> ( GnlFileSource </div><div> location="x.mp3"</div><div> start=5s</div><div> duration=5s</div><div> media-start=0s </div>
<div> media-duration=5s )</div><br class="Apple-interchange-newline"></div></div><div><br></div></div>