Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 1 Jul 2005 08:10:55 +0000 (08:10 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 1 Jul 2005 08:10:55 +0000 (08:10 +0000)
commit4fae1576531bf8e1780e999bcbf2d1568033d845
tree0c052b38c4374c907d90ceb351af29434291a66e
parentf0011b68c8323d7f9d1ca3795ecd7185ddd537fd
Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*

Original commit message from CVS:
2005-07-01  Jan Schmidt  <thaytan@mad.scientist.com>
* ext/libcaca/Makefile.am:
* ext/mad/Makefile.am:
* gst/effectv/Makefile.am:
* gst/udp/Makefile.am:
Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_*

* ext/mad/gstid3tag.c: (gst_id3_tag_src_query),
(gst_id3_tag_src_event), (gst_id3_tag_sink_event),
(gst_id3_tag_chain), (plugin_init):
* ext/mad/gstmad.c: (gst_mad_src_query), (gst_mad_chain):
Signedness warning fix, use gst_pad_get_peer instead of GST_PAD_PEER
in querying and event handling, because we're not holding the pad
lock and the peer may disappear.
* gst/avi/gstavidemux.c: (gst_avi_demux_parse_subindex),
(gst_avi_demux_parse_index), (gst_avi_demux_massage_index):
Signedness warning fixes.

* gst/videofilter/gstvideotemplate.c: (plugin_init):
Remove gst_library_load
ChangeLog
ext/mad/Makefile.am
ext/mad/gstid3tag.c
ext/mad/gstmad.c