[Bug 711271] soup: Add a SoupServer sink

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Dec 8 03:27:57 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=711271
  GStreamer | gst-plugins-good | git

--- Comment #6 from Brendan Long <self at brendanlong.com> 2013-12-08 11:27:48 UTC ---
(In reply to comment #5)
> One could have one (or more) common server objects shared amongst all the sink
> instances. The path could then be a property on the sink, and the sink would
> hook into an existing server or create one if one doesn't exist yet. In this
> scenario one could build on top of multisocketsink.

That makes sense to me. I was thinking of having a "server" property where you
could pass in an existing server. Combined with the "path" property, that
should give us what we want. If we did that, we'd probably want to either
remove the "path" property, or make it not work if the "server" is also set.

> Alternatively, one could make a bin with multiple request pads, and each
> request pad stands for a path served by the server.

The downside to this is that other elements may expect sinks to have a single
static sink pad.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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