diff --git a/ChangeLog b/ChangeLog index 58e71daaaa..da6c5819f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-07-25 Steve Lhomme + + * docs/gst/gstreamer-sections.txt: + * docs/gst/tmpl/gstconfig.sgml: + add GST_PLUGIN_EXPORT definition + 2004-07-25 Steve Lhomme * gst/gstplugin.h: diff --git a/docs/gst/gstreamer-sections.txt b/docs/gst/gstreamer-sections.txt index 330a9ae27a..5dab2b7a74 100644 --- a/docs/gst/gstreamer-sections.txt +++ b/docs/gst/gstreamer-sections.txt @@ -1791,6 +1791,7 @@ GST_DISABLE_PLUGIN GST_DISABLE_URI GST_PTR_FORMAT GST_EXPORT +GST_PLUGIN_EXPORT
diff --git a/docs/gst/tmpl/gstconfig.sgml b/docs/gst/tmpl/gstconfig.sgml index 83d755ff79..bb0ac2a173 100644 --- a/docs/gst/tmpl/gstconfig.sgml +++ b/docs/gst/tmpl/gstconfig.sgml @@ -128,4 +128,9 @@ Under Windows it permits to export variables from a DLL, otherwise it just means + + +Under Windows it permits to automatically export the plugin definition, otherwise it just defines as nothing. + +