Passing the Elementary Stream(both audio and video) through appsrc to Gstreamer Pipeline

Sudhir vndkst at yahoo.com
Wed Apr 30 05:42:56 PDT 2014


Hi,
 
Few of the elementary streams are decodable by decodebin.

H264, byte-stream format ES is decodable.(AVC can be decoded only when it is
present in container like mp4 or mkv).

appsrc ! video/x-h264,stream-format=bytestream ! decodebin ! videconvert !
restofpipeline

aac, adts format audio is decodable by decodebin

appsrc ! audio/mpeg,stream-format=adts ! decodebin ! <necessary conv audio
element> ! restofpipeline

~Sudhir



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Passing-the-Elementary-Stream-both-audio-and-video-through-appsrc-to-Gstreamer-Pipeline-tp4666653p4666674.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list