mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
win32/common/: Add new exports to win32 files.
Original commit message from CVS: * win32/common/libgstaudio.def: * win32/common/libgsttag.def: * win32/common/libgstvideo.def: Add new exports to win32 files.
This commit is contained in:
parent
70a35897fb
commit
70a71bd9cf
4 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-12-31 Jan Schmidt <jan.schmidt@sun.com>
|
||||
|
||||
* win32/common/libgstaudio.def:
|
||||
* win32/common/libgsttag.def:
|
||||
* win32/common/libgstvideo.def:
|
||||
Add new exports to win32 files.
|
||||
|
||||
2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_result_get_type):
|
||||
|
|
|
@ -34,6 +34,8 @@ EXPORTS
|
|||
gst_base_audio_src_set_provide_clock
|
||||
gst_base_audio_src_set_slave_method
|
||||
gst_base_audio_src_slave_method_get_type
|
||||
gst_buffer_format_get_type
|
||||
gst_buffer_format_type_get_type
|
||||
gst_ring_buffer_acquire
|
||||
gst_ring_buffer_activate
|
||||
gst_ring_buffer_advance
|
||||
|
@ -58,8 +60,10 @@ EXPORTS
|
|||
gst_ring_buffer_read
|
||||
gst_ring_buffer_release
|
||||
gst_ring_buffer_samples_done
|
||||
gst_ring_buffer_seg_state_get_type
|
||||
gst_ring_buffer_set_callback
|
||||
gst_ring_buffer_set_flushing
|
||||
gst_ring_buffer_set_sample
|
||||
gst_ring_buffer_start
|
||||
gst_ring_buffer_state_get_type
|
||||
gst_ring_buffer_stop
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
EXPORTS
|
||||
gst_tag_demux_get_type
|
||||
gst_tag_demux_result_get_type
|
||||
gst_tag_freeform_string_to_utf8
|
||||
gst_tag_from_id3_tag
|
||||
gst_tag_from_id3_user_tag
|
||||
|
|
|
@ -9,6 +9,7 @@ EXPORTS
|
|||
gst_video_format_get_pixel_stride
|
||||
gst_video_format_get_row_stride
|
||||
gst_video_format_get_size
|
||||
gst_video_format_get_type
|
||||
gst_video_format_has_alpha
|
||||
gst_video_format_is_rgb
|
||||
gst_video_format_is_yuv
|
||||
|
|
Loading…
Reference in a new issue