summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-11-14 13:02:02 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-11-14 13:02:02 +0000
commit8ee9906d31d384bc7d8fac1cf26d1d4000e80935 (patch)
treefe29a21c6f9ff65d454727061d0626b127bc650c
parentf8fa644aafad161dc8a9cbce2c3b0c673682cabb (diff)
downloadgstreamer-plugins-good-8ee9906d31d384bc7d8fac1cf26d1d4000e80935.tar.gz
udpsrc: build fix
Missing git commit --amend for previous udpsrc patch.
-rw-r--r--gst/udp/gstudpsrc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index aea2fb6fe..d3936bc68 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -834,9 +834,6 @@ gst_udpsrc_create (GstPushSrc * psrc, GstBuffer ** buf)
(g_inet_address_get_is_multicast (g_inet_socket_address_get_address
(udpsrc->addr))) ? &msgs : NULL;
- /* Retrieve sender address unless we've been configured not to do so */
- p_saddr = (udpsrc->retrieve_sender_address) ? &saddr : NULL;
-
retry:
do {