summaryrefslogtreecommitdiff
path: root/gst/udp/gstudpsrc.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-25 09:07:41 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-04-25 09:07:41 +0200
commit07d3363436460063c2bffed720610e03db5de793 (patch)
tree83385d50d8303cc5c494f8386ad4c3ac0eab2f36 /gst/udp/gstudpsrc.h
parent427673d2839696a296fdbd16fe587b4a65c7183e (diff)
udpsrc: Rename instance variable from host to multi_group
This is more consistent as it's used for the multicast-group property.
Diffstat (limited to 'gst/udp/gstudpsrc.h')
-rw-r--r--gst/udp/gstudpsrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/gstudpsrc.h b/gst/udp/gstudpsrc.h
index 014f16b55..5328e6ef8 100644
--- a/gst/udp/gstudpsrc.h
+++ b/gst/udp/gstudpsrc.h
@@ -49,7 +49,7 @@ struct _GstUDPSrc {
GstPushSrc parent;
/* properties */
- gchar *host;
+ gchar *multi_group;
gint port;
gchar *multi_iface;
gint ttl;