gstreamer/ext
Jan Schmidt 4fae157653 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
2005-07-01 08:10:55 +00:00
..
a52dec ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a valid time associated. 2005-01-25 15:34:08 +00:00
amrnb ext/amrnb/: Core already took the lock. 2005-05-25 12:55:50 +00:00
dvdnav Don't send 'Hey! You gave me a NULL pointer yo naughty person' as error message when we can't open the DVD device; se... 2005-02-12 17:37:38 +00:00
dvdread ext/a52dec/gsta52dec.c: Add some debug output. Check that a discont has a valid time associated. 2005-01-25 15:34:08 +00:00
lame Memory leak fixes 2004-10-26 11:36:52 +00:00
mad Replace GST_PLUGINS_LIBS_* with GST_PLUGINS_BASE_* 2005-07-01 08:10:55 +00:00
mpeg2dec ext/mpeg2dec/gstmpeg2dec.c: Change uint to unsigned int. (fixes #167128) 2005-02-11 22:25:34 +00:00
sidplay No need to take the lock anymore, core already did that before calling us. 2005-05-25 12:58:23 +00:00
Makefile.am ext/Makefile.am (MAD_DIR): Add mad to the build. 2005-06-29 15:36:27 +00:00