mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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
f14938b97f
commit
e10a787f0c
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>
|
||||
|
||||
* ext/mad/gstid3tag.c: (gst_id3_tag_src_link):
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue