Using C-API based pipelines in RTSP server (without "launch" arg)

Sebastian Dröge sebastian at centricular.com
Thu Nov 3 11:42:11 UTC 2016


On Wed, 2016-11-02 at 03:54 -0700, bomba wrote:
> Sebastian Dröge-3 wrote
> > You have to implement a subclass of GstRTSPMediaFactory and
> > override
> > the create_element() vfunc... from which you return a GstBin that
> > contains your elements. The payloaders must be called pay%d, e.g.
> > pay0,
> > pay1, etc.
> 
> How do you get bus messages after overriding create_element() ?

Why do you need to get bus messages? You could return a GstBin subclass
there where you override the GstBin::handle_message() vfunc to
intercept any message coming from child elements of it.

-- 
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: 931 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161103/834ebcbd/attachment-0001.sig>


More information about the gstreamer-devel mailing list