rtp, audio live pipeline, shutdown, eos is too fast on multicore machine

Sebastian Dröge sebastian at centricular.com
Mon Oct 19 05:15:49 PDT 2015


On Mo, 2015-10-19 at 14:00 +0200, Thomas Roos wrote:
> That means all events passed to my bus_message_cb are not available
> to gstreamer elements in the pipline as well? So I steal the events
> from the pipline by adding a watch to the bin?

If you need to catch messages from bins inside your pipeline before
passing them upwards, you should implement a GstBin subclass and
override the GstBin::handle_message vfunc.

The busses of bins inside your pipeline are something you shouldn't do
anything with. They're owned and managed by the pipeline.

-- 
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: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151019/a9b454bd/attachment.sig>


More information about the gstreamer-devel mailing list