[Bug 796351] Pipeline with single named bin inside is incorrectly created

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu May 24 08:39:38 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796351

--- Comment #2 from Daniel F <bugzilla at poradnik-webmastera.com> ---
My app handles RTP connections, non-WebRTC and WebRTC ones. I have function
which creates audio source/encoding bin (using gst_parse_bin_from_description)
and adds it to existing pipeline, which is used for both types of connections.
For non-WebRTC my initial pipeline consists of rtpbin and two udpsrc elements,
so it worked properly for me. However for WebRTC this initial pipeline has
webrtcbin only, and this was not working for me as I expected. I had to modify
my code to create both webrtcbin and my source/encoding bin at the same time,
fortunately pipeline syntax is flexible enough.

I also wonder if functionality of GstPipeline is properly added to existing bin
(or other kind of element) in such case.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list