GNOME Bugzilla – Bug 763000
Add support for setting multicast interface
Last modified: 2016-09-18 13:59:28 UTC
See commit messages
Created attachment 322890 [details] [review] rtsp-media: Add support for setting the multicast interface
Created attachment 322891 [details] [review] rtspclientsink: Add support for setting the multicast interface
Might also make sense to make this part of the GstRTSPAddressPool ranges instead... but then how to use it in rtspclientsink?
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
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.
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