mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
16 lines
372 B
Modula-2
16 lines
372 B
Modula-2
|
EXPORTS
|
||
|
DllMain PRIVATE
|
||
|
DllGetClassObject PRIVATE
|
||
|
DllCanUnloadNow PRIVATE
|
||
|
DllRegisterServer PRIVATE
|
||
|
DllUnregisterServer PRIVATE
|
||
|
|
||
|
gst_dshow_find_filter
|
||
|
gst_dshow_free_mediatype
|
||
|
gst_dshow_free_pin_mediatype
|
||
|
gst_dshow_free_pins_mediatypes
|
||
|
gst_dshow_get_pin_from_filter
|
||
|
gst_dshow_getdevice_from_devicename
|
||
|
gst_dshow_register_fakefilters
|
||
|
|