mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
win32/common/libgstaudio.def: Add gst_audio_clock_reset to the list of exported symbols.
Original commit message from CVS: * win32/common/libgstaudio.def: Add gst_audio_clock_reset to the list of exported symbols.
This commit is contained in:
parent
ca7a0b8e9e
commit
79cf1cf8fd
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* win32/common/libgstaudio.def:
|
||||
Add gst_audio_clock_reset to the list of exported symbols.
|
||||
|
||||
2008-05-29 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* tests/check/elements/vorbisdec.c: (vorbisdec_suite):
|
||||
|
|
|
@ -3,6 +3,7 @@ EXPORTS
|
|||
gst_audio_channel_position_get_type
|
||||
gst_audio_clock_get_type
|
||||
gst_audio_clock_new
|
||||
gst_audio_clock_reset
|
||||
gst_audio_default_registry_mixer_filter
|
||||
gst_audio_duration_from_pad_buffer
|
||||
gst_audio_filter_class_add_pad_templates
|
||||
|
|
Loading…
Reference in a new issue