mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
win32/common/libgstaudio.def: Add gst_audio_check_channel_positions() to the exported symbols.
Original commit message from CVS: * win32/common/libgstaudio.def: Add gst_audio_check_channel_positions() to the exported symbols.
This commit is contained in:
parent
0de81029c8
commit
eb93e07392
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* win32/common/libgstaudio.def:
|
||||
Add gst_audio_check_channel_positions() to the exported symbols.
|
||||
|
||||
2008-06-03 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* docs/libs/gst-plugins-base-libs-sections.txt:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
EXPORTS
|
||||
gst_audio_buffer_clip
|
||||
gst_audio_channel_position_get_type
|
||||
gst_audio_check_channel_positions
|
||||
gst_audio_clock_get_type
|
||||
gst_audio_clock_new
|
||||
gst_audio_clock_reset
|
||||
|
|
Loading…
Reference in a new issue