mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
win32/common/libgstaudio.def: Add new symbols.
Original commit message from CVS: * win32/common/libgstaudio.def: Add new symbols.
This commit is contained in:
parent
d9c2015fe1
commit
221f59e8fd
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-10-27 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* win32/common/libgstaudio.def:
|
||||
Add new symbols.
|
||||
|
||||
2008-10-23 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
|
||||
|
|
|
@ -33,18 +33,21 @@ EXPORTS
|
|||
gst_base_audio_src_set_provide_clock
|
||||
gst_base_audio_src_set_slave_method
|
||||
gst_ring_buffer_acquire
|
||||
gst_ring_buffer_activate
|
||||
gst_ring_buffer_advance
|
||||
gst_ring_buffer_clear
|
||||
gst_ring_buffer_clear_all
|
||||
gst_ring_buffer_close_device
|
||||
gst_ring_buffer_commit
|
||||
gst_ring_buffer_commit_full
|
||||
gst_ring_buffer_convert
|
||||
gst_ring_buffer_debug_spec_buff
|
||||
gst_ring_buffer_debug_spec_caps
|
||||
gst_ring_buffer_delay
|
||||
gst_ring_buffer_device_is_open
|
||||
gst_ring_buffer_get_type
|
||||
gst_ring_buffer_is_acquired
|
||||
gst_ring_buffer_is_active
|
||||
gst_ring_buffer_may_start
|
||||
gst_ring_buffer_open_device
|
||||
gst_ring_buffer_parse_caps
|
||||
|
|
Loading…
Reference in a new issue