mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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
This commit is contained in:
parent
ca359a3c2e
commit
59a7c5eeee
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2005-06-28 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
|
||||||
|
* gst/udp/gstudpsrc.c: (gst_udpsrc_init):
|
||||||
|
Fix old RPAD macro.
|
||||||
|
basesrc -> base_src
|
||||||
|
|
||||||
2005-06-27 Wim Taymans <wim@fluendo.com>
|
2005-06-27 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
|
* ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
|
||||||
|
|
|
@ -192,7 +192,7 @@ gst_udpsrc_class_init (GstUDPSrc * klass)
|
||||||
static void
|
static void
|
||||||
gst_udpsrc_init (GstUDPSrc * udpsrc)
|
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->port = UDP_DEFAULT_PORT;
|
||||||
udpsrc->sock = -1;
|
udpsrc->sock = -1;
|
||||||
udpsrc->multi_group = g_strdup (UDP_DEFAULT_MULTICAST_GROUP);
|
udpsrc->multi_group = g_strdup (UDP_DEFAULT_MULTICAST_GROUP);
|
||||||
|
|
Loading…
Reference in a new issue