I'm having a problem synchronizing the audio and video in two GnlCompostion elements.
What I need is shown below (I know this is not the exact syntax it is being done in C):
It should have
- two five second video clips one after the other - this works
- 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.
The Pseudo Code for the pipeline is shown here.
Thanks for your help and suggestions
gst-launch
GnlComposition name="Audio"
( GnlFileSource
location="x.mp3"
start=5s
duration=5s
media-start=30s
media-duration=5s )
GnlComposition name="Video"
( GnlFileSource
location="a.avi"
start=0s
duration=5s
media-start=0s
media-duration=5s )
( GnlFileSource
location="x.mp3"
start=5s
duration=5s
media-start=0s
media-duration=5s )
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel