[gstreamer-bugs] [Bug 314624] New: [PATCH] Provide a way to use unix sockets beside simple tcp sockets
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Fri Aug 26 15:27:08 PDT 2005
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.
http://bugzilla.gnome.org/show_bug.cgi?id=314624
GStreamer | gst-plugins | Ver: 0.8.10
Summary: [PATCH] Provide a way to use unix sockets beside simple
tcp sockets
Product: GStreamer
Version: 0.8.10
Platform: Other
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: gst-plugins
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: raphael at slinckx.net
QAContact: gstreamer-bugs at lists.sourceforge.net
CC: all-bugs at bugzilla.gnome.org
The following patch adds support for bith AF_INET and AF_UNIX sockets to
tcp{server,client}{sink,src} elements.
Of course the elements should be renamed i'm waiting comments about that.
I added a socket-type property that can be either GST_TCP_SOCKET_TYPE_INET or
GST_TCP_SOCKET_TYPE_UNIX, and modified the "host" property in "address" that can
be either an ip/host name for AF_INET protocol, or a path for unix sockets. The
socket creation uses the socket type to determine what to do with the property.
The "port" property is only useful when using inet socket type, of course.
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list