gst/udp/gstudpsrc.c: GST_BASESRC --> GST_BASE_SRC
Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_init): GST_BASESRC --> GST_BASE_SRC
This commit is contained in:
parent
4b39e710be
commit
48508be7ec
@ -1,3 +1,8 @@
|
||||
2005-07-06 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/udp/gstudpsrc.c: (gst_udpsrc_init):
|
||||
GST_BASESRC --> GST_BASE_SRC
|
||||
|
||||
2005-07-05 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst/oneton: Removed (replaced by deinterleave).
|
||||
|
@ -192,7 +192,7 @@ gst_udpsrc_class_init (GstUDPSrc * klass)
|
||||
static void
|
||||
gst_udpsrc_init (GstUDPSrc * udpsrc)
|
||||
{
|
||||
gst_base_src_set_live (GST_BASESRC (udpsrc), TRUE);
|
||||
gst_base_src_set_live (GST_BASE_SRC (udpsrc), TRUE);
|
||||
udpsrc->port = UDP_DEFAULT_PORT;
|
||||
udpsrc->sock = -1;
|
||||
udpsrc->multi_group = g_strdup (UDP_DEFAULT_MULTICAST_GROUP);
|
||||
|
Loading…
x
Reference in New Issue
Block a user