From e10a787f0cb8cf121843a9b8c9a0e1ba48f0dc64 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 28 Jun 2005 15:45:41 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ ext/mad/gstid3tag.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7208fed..374fcd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-06-28 Wim Taymans + + * 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 * ext/mad/gstid3tag.c: (gst_id3_tag_src_link): diff --git a/ext/mad/gstid3tag.c b/ext/mad/gstid3tag.c index 6948db1..c8e76e8 100644 --- a/ext/mad/gstid3tag.c +++ b/ext/mad/gstid3tag.c @@ -1007,7 +1007,7 @@ gst_id3_tag_src_link (GstPad * pad, GstPad * peer) GST_LOG_OBJECT (tag, "parsing operation, extracting tags"); } #endif - if (GST_RPAD_LINKFUNC (peer)) + if (GST_PAD_LINKFUNC (peer)) return GST_PAD_LINKFUNC (peer) (peer, pad); else return GST_PAD_LINK_OK; -- 2.7.4