mpegtsmux
Tim Müller
tim at centricular.com
Tue Dec 3 14:04:54 UTC 2019
On Tue, 2019-12-03 at 07:57 -0600, IgalKroyter wrote:
Hi,
> I am connecting in my gstreamer piplene the mpegtsmux to a filesink
> via a
> queue element. A callback function that I connect to the sink pad of
> the filesink is never
> invoked unless I add an identity element after the mpegtsmux?
>
> any suggestions why?
Probably because the muxer pushes out a buffer list and not individual
buffers and you only set up a pad probe for buffers not lists?
The identity element forces the list to be split into individual
buffers then.
Cheers
Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
More information about the gstreamer-devel
mailing list