[gst-devel] AV Sync for demuxed data
Sandeep Prakash
123sandy at gmail.com
Mon Sep 13 08:30:53 CEST 2010
Hi,
Make sure that:
1. The timestamps from the demuxed data is properly injected into the
pipeline. Also the framerate and
sampling rates has to be set on the caps of respective appsrc so that
its propagated properly to the
respective sinks.
2. You are feeding full frames into appsrc. If you are not sure, better to
use the respective
elementary stream parsers before each decoder so that the decoder will
have a frame of data to decode.
"h264parse" in case of h264 streams, "aacparse" to parse aac streams.
Your pipeline will look like:
Appsrc - Elementary Stream Parser - Video dec - Video sink
Appsrc - Elementary Stream Parser - Audio dec - Audio sink
Regards,
Sandeep Prakash
http://sandeepprakash.homeip.net
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/AV-Sync-for-demuxed-data-tp2536913p2536950.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list