Skip to content
  • David Schleef's avatar
    gst/gstplugin.c: Switch to using G_MODULE_BIND_LOCAL, which means plugins are... · fa948192
    David Schleef authored
    gst/gstplugin.c: Switch to using G_MODULE_BIND_LOCAL, which means plugins are now expected to link against libgstreamer.
    
    Original commit message from CVS:
    * gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
    Switch to using G_MODULE_BIND_LOCAL, which means plugins are now
    expected to link against libgstreamer.
    * gst/base/Makefile.am: link against libgstreamer
    * gst/elements/Makefile.am: same
    fa948192