summaryrefslogtreecommitdiffstats
path: root/gst/udp
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-06-28 15:45:41 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-06-28 15:45:41 +0000
commit59a7c5eeeeb878724f73d18df26b36b2a22e6ba2 (patch)
tree934a48d02a6bb493e7602c4b847a34b828e44d27 /gst/udp
parentca359a3c2e9e538f10f82bc94fdd6c2f23c209f2 (diff)
Fix old RPAD macro. basesrc -> base_src
Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_src_link): * gst/udp/gstudpsrc.c: (gst_udpsrc_init): Fix old RPAD macro. basesrc -> base_src
Diffstat (limited to 'gst/udp')
-rw-r--r--gst/udp/gstudpsrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/udp/gstudpsrc.c b/gst/udp/gstudpsrc.c
index 2361f82e..b04fdc15 100644
--- a/gst/udp/gstudpsrc.c
+++ b/gst/udp/gstudpsrc.c
@@ -192,7 +192,7 @@ gst_udpsrc_class_init (GstUDPSrc * klass)
static void
gst_udpsrc_init (GstUDPSrc * udpsrc)
{
- gst_basesrc_set_live (GST_BASESRC (udpsrc), TRUE);
+ gst_base_src_set_live (GST_BASESRC (udpsrc), TRUE);
udpsrc->port = UDP_DEFAULT_PORT;
udpsrc->sock = -1;
udpsrc->multi_group = g_strdup (UDP_DEFAULT_MULTICAST_GROUP);