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 763000 - Add support for setting multicast interface
Add support for setting multicast interface
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
unspecified
Other All
: Normal enhancement
: 1.9.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-03-02 17:45 UTC by Sebastian Dröge (slomo)
Modified: 2016-09-18 13:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rtsp-media: Add support for setting the multicast interface (13.09 KB, patch)
2016-03-02 17:45 UTC, Sebastian Dröge (slomo)
committed Details | Review
rtspclientsink: Add support for setting the multicast interface (928 bytes, patch)
2016-03-02 17:45 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2016-03-02 17:45:12 UTC
See commit messages
Comment 1 Sebastian Dröge (slomo) 2016-03-02 17:45:16 UTC
Created attachment 322890 [details] [review]
rtsp-media: Add support for setting the multicast interface
Comment 2 Sebastian Dröge (slomo) 2016-03-02 17:45:21 UTC
Created attachment 322891 [details] [review]
rtspclientsink: Add support for setting the multicast interface
Comment 3 Sebastian Dröge (slomo) 2016-03-03 11:15:37 UTC
Might also make sense to make this part of the GstRTSPAddressPool ranges instead... but then how to use it in rtspclientsink?
Comment 4 Sebastian Dröge (slomo) 2016-03-25 10:54:26 UTC
Attachment 322890 [details] pushed as 69d04f3 - rtsp-media: Add support for setting the multicast interface
Attachment 322891 [details] pushed as b63a6f0 - rtspclientsink: Add support for setting the multicast interface
Comment 5 Arkver 2016-09-17 07:07:56 UTC
Surely a gchar * isn't a GObject and should be g_free'd rather than g_object_unref'd ? You have a mix of both here for the "old" interface string.
Comment 6 Sebastian Dröge (slomo) 2016-09-18 13:59:28 UTC
Thanks for noticing, fixed :)

commit 800bed8c9c933562a9d642714f21b8af804122e7
Author: Sebastian Dröge <sebastian@centricular.com>
Date:   Sun Sep 18 09:58:55 2016 -0400

    rtsp-media: Call g_free() instead of g_object_unref() on multicast-iface strings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763000#c5