[Bug 670130] udpsink: add "src-port" property to force UDP source port

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 19 13:56:55 PST 2012


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

Paul HENRYS <visechelle> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |visechelle at gmail.com

--- Comment #4 from Paul HENRYS <visechelle at gmail.com> 2012-12-19 21:56:52 UTC ---
In GStreamer 0.10, the property "sockfd" can be used with udpsink to pass a
file descriptor from a socket previously allocated which could bind on a
specific port.

In Gstreamer 1.0, the property "socket" can be used in the same goal to pass a
GSocket instance which would bind on a specific port.

Then, it might be more straightforward to use a "src-port" property and not to
have to instantiate the socket itself.

-- 
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