GNOME Bugzilla – Bug 781087
Can't create GstRtspServer.RTSPMediaFactory() in python bindings with pipeline bin element
Last modified: 2018-01-25 10:28:33 UTC
If I'm constructing a pipeline (successfully) in python starting with Gst.Pipeline.new(), how can this be attached to RTSPMediaFactory? I've tried creating an RTSPMedia object, but hit problems then attaching mountpoints etc which expect a factory object. It seems RTSPMediaFactory really misses a method to attach a pipeline rather than set_launch(). It looks like set_launch() just returns a pipeline bin, is there not a way to directly attach a pipeline bin rather than having to call set_launch()?
Sounds like a duplicate of bug #770448. You need to subclass and override a vfunc to do this. *** This bug has been marked as a duplicate of bug 770448 ***