gst/: Remove gst_library_load as it does more harm than good with the new g_module...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 25 Apr 2005 13:00:47 +0000 (13:00 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 25 Apr 2005 13:00:47 +0000 (13:00 +0000)
commit50b44cdd16ef094d0614df06ecc360048425339b
treef619a902ce2f2b33b57f63ca3e2881423853e3c5
parent995c572855e223b233c6981fb6d9d42618d10264
gst/: Remove gst_library_load as it does more harm than good with the new g_module flags.

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_set_active), (gst_pad_peer_set_active),
(gst_pad_set_checkgetrange_function),
(gst_pad_link_check_compatible_unlocked), (gst_pad_link_prepare),
(gst_pad_check_pull_range), (gst_pad_pull_range),
(gst_static_pad_template_get_caps), (gst_pad_start_task),
(gst_pad_pause_task), (gst_pad_stop_task):
* gst/gstplugin.c: (gst_plugin_load):
* gst/gstplugin.h:
Remove gst_library_load as it does more harm than good with
the new g_module flags.
Revert bogus caps template check in pad linking, pad caps
are important when linking not the template, which is more
general than the current caps.
ChangeLog
gst/gstpad.c
gst/gstplugin.c
gst/gstplugin.h