mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
win32/common/libgstaudio.def: Add gst_base_audio_src_[sg]et_slave_method() to the exported symbols.
Original commit message from CVS: * win32/common/libgstaudio.def: Add gst_base_audio_src_[sg]et_slave_method() to the exported symbols.
This commit is contained in:
parent
9333eb4899
commit
9854bd07f6
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-05-06 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
|
* win32/common/libgstaudio.def:
|
||||||
|
Add gst_base_audio_src_[sg]et_slave_method() to the exported
|
||||||
|
symbols.
|
||||||
|
|
||||||
2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-05-05 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* gst/subparse/samiparse.c: (handle_start_sync),
|
* gst/subparse/samiparse.c: (handle_start_sync),
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit f6fc3fa7643c03eb912f4e259d48c99b0e8d0aca
|
Subproject commit 9b28214399156457fd6b43d0604a47e4bdf19c28
|
|
@ -26,8 +26,10 @@ EXPORTS
|
||||||
gst_base_audio_sink_set_slave_method
|
gst_base_audio_sink_set_slave_method
|
||||||
gst_base_audio_src_create_ringbuffer
|
gst_base_audio_src_create_ringbuffer
|
||||||
gst_base_audio_src_get_provide_clock
|
gst_base_audio_src_get_provide_clock
|
||||||
|
gst_base_audio_src_get_slave_method
|
||||||
gst_base_audio_src_get_type
|
gst_base_audio_src_get_type
|
||||||
gst_base_audio_src_set_provide_clock
|
gst_base_audio_src_set_provide_clock
|
||||||
|
gst_base_audio_src_set_slave_method
|
||||||
gst_ring_buffer_acquire
|
gst_ring_buffer_acquire
|
||||||
gst_ring_buffer_advance
|
gst_ring_buffer_advance
|
||||||
gst_ring_buffer_clear
|
gst_ring_buffer_clear
|
||||||
|
|
Loading…
Reference in a new issue