After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 685864 - Add multicast-iface property to multiudpsink
Add multicast-iface property to multiudpsink
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 1.0.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-10 09:07 UTC by rohde
Modified: 2012-10-10 09:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add multicast-iface property to multiudpsink (4.87 KB, patch)
2012-10-10 09:07 UTC, rohde
none Details | Review

Description rohde 2012-10-10 09:07:43 UTC
Created attachment 226160 [details] [review]
Add multicast-iface property to multiudpsink

udpsrc already has support for setting the multicast interface, which
is useful for multi-homed machines. This patch adds the same code to
the multiudpsink.
Comment 1 Wim Taymans 2012-10-10 09:50:27 UTC
commit 11ed7c037329f71be337669f3e4b27b550ebf713
Author: Rasmus Rohde <rohde@duff.dk>
Date:   Wed Oct 10 10:55:28 2012 +0200

    multiudpsink: add multicast-iface property
    
    udpsrc already has support for setting the multicast interface, which
    is useful for multi-homed machines. This patch adds the same code to
    the multiudpsink.
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685864