mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
4baa52c9c5
Original commit message from CVS: * gst/audioresample/debug.h: replace debug macros with variable number of parameters by a simple alias to gstreamer standard debug macros (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not supported by MSVC 6.0 and 7.1) * gst/audioresample/resample.h: define M_PI and rint for WIN32 * win32/common/libgstaudio.def: * win32/common/libgstriff.def: * win32/common/libgsttag.def: * win32/common/libgstvideo.def: add new exported functions * win32/vs6: update project files
16 lines
407 B
Modula-2
16 lines
407 B
Modula-2
EXPORTS
|
|
gst_riff_create_audio_caps
|
|
gst_riff_create_audio_template_caps
|
|
gst_riff_create_iavs_caps
|
|
gst_riff_create_iavs_template_caps
|
|
gst_riff_create_video_caps
|
|
gst_riff_create_video_template_caps
|
|
gst_riff_init
|
|
gst_riff_parse_chunk
|
|
gst_riff_parse_file_header
|
|
gst_riff_parse_info
|
|
gst_riff_parse_strf_auds
|
|
gst_riff_parse_strf_iavs
|
|
gst_riff_parse_strf_vids
|
|
gst_riff_parse_strh
|
|
gst_riff_read_chunk
|