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_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel