playbin related question - URGENT
Tim-Philipp Müller
t.i.m at zen.co.uk
Mon May 6 10:49:19 PDT 2013
On Mon, 2013-05-06 at 13:24 +0530, Deepak Jain wrote:
Hi,
> I am having a very basic question regarding gstreamer playbin.
>
> Suppose I am having a H264 video elementary stream say "video.264"
>
> Also I am having a AAC elementary stream say "audio.bin"
>
> Now, there are number of questions:
>
> (1) Is it possible to play elementary streams using playbin?
Yes. You will need a suitable parser element (i.e. h264parse for H.264
and aacparse for AAC/ADTS).
However, playbin can only play one elementary stream at a time. If you
want to play multiple streams you need to mux them together into one
system/container streama.
Cheers
-Tim
More information about the gstreamer-devel
mailing list