question on tsdemux src pads

Sebastian Dröge sebastian at centricular.com
Tue Feb 16 17:05:11 UTC 2016


On Di, 2016-02-16 at 17:18 +0100, Lajos Okos wrote:
> Dear Developers,
>  
> I would like to use the output of the tsdemux element to feed the
> next element in the pipeline that expects the full PES packet with
> header and payload rather than just the PES payload tsparse normally
> outputs. Is there an easy way to either preserve or reconstruct the
> full PES packet on the output of the tsdemux element? As an input
> stream I have a standard transport stream and I need access to one of
> the packetized elementary streams – namely the private teletext
> stream – it consists of. What element other than the tsdemux could I
> use?

There's currently no element that does this, but you could modify
tsdemux to skip the unpacking of the PES packets and directly output
them for further downstream elements to handle.

That's going to be simpler than writing a completely new element in any
case.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160216/78cfab23/attachment.sig>


More information about the gstreamer-devel mailing list