summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/gst-libs.def
diff options
context:
space:
mode:
authorSteve Lhomme <steve.lhomme@free.fr>2004-07-24 21:11:31 +0000
committerSteve Lhomme <steve.lhomme@free.fr>2004-07-24 21:11:31 +0000
commit7f4028ce85070f3cf39982a393411f0455dc0301 (patch)
treed7d945cde1a7aa21bd7796cbdea830b15cd54f74 /gst-libs/gst/gst-libs.def
parent5c3d99cd1e8db3f82dffe74c114d1befe8a3eb22 (diff)
downloadgst-plugins-bad-7f4028ce85070f3cf39982a393411f0455dc0301.tar.gz
gst-plugins-bad-7f4028ce85070f3cf39982a393411f0455dc0301.tar.bz2
gst-plugins-bad-7f4028ce85070f3cf39982a393411f0455dc0301.zip
Add the preliminary canvas to build plugins on Win32
Original commit message from CVS: Add the preliminary canvas to build plugins on Win32
Diffstat (limited to 'gst-libs/gst/gst-libs.def')
-rw-r--r--gst-libs/gst/gst-libs.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst-libs/gst/gst-libs.def b/gst-libs/gst/gst-libs.def
new file mode 100644
index 00000000..1d566218
--- /dev/null
+++ b/gst-libs/gst/gst-libs.def
@@ -0,0 +1,7 @@
+EXPORTS
+ gst_riff_read_get_type
+ gst_riff_create_video_template_caps
+ gst_riff_create_video_caps
+ gst_riff_create_audio_template_caps
+ gst_riff_create_audio_caps
+ gst_plugin_desc \ No newline at end of file