mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
win32/common/: Add new API functions to the dll exports
Original commit message from CVS: * win32/common/libgstrtsp.def: * win32/common/libgsttag.def: Add new API functions to the dll exports
This commit is contained in:
parent
2fdd607e95
commit
cb8b68c547
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2008-06-04 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* win32/common/libgstrtsp.def:
|
||||||
|
* win32/common/libgsttag.def:
|
||||||
|
Add new API functions to the dll exports
|
||||||
|
|
||||||
2008-06-04 Michael Smith <msmith@songbirdnest.com>
|
2008-06-04 Michael Smith <msmith@songbirdnest.com>
|
||||||
|
|
||||||
* gst/playback/gstplaybasebin.c:
|
* gst/playback/gstplaybasebin.c:
|
||||||
|
|
|
@ -8,6 +8,7 @@ EXPORTS
|
||||||
gst_rtsp_connection_create
|
gst_rtsp_connection_create
|
||||||
gst_rtsp_connection_flush
|
gst_rtsp_connection_flush
|
||||||
gst_rtsp_connection_free
|
gst_rtsp_connection_free
|
||||||
|
gst_rtsp_connection_get_ip
|
||||||
gst_rtsp_connection_next_timeout
|
gst_rtsp_connection_next_timeout
|
||||||
gst_rtsp_connection_poll
|
gst_rtsp_connection_poll
|
||||||
gst_rtsp_connection_read
|
gst_rtsp_connection_read
|
||||||
|
@ -16,6 +17,7 @@ EXPORTS
|
||||||
gst_rtsp_connection_send
|
gst_rtsp_connection_send
|
||||||
gst_rtsp_connection_set_auth
|
gst_rtsp_connection_set_auth
|
||||||
gst_rtsp_connection_set_auth_param
|
gst_rtsp_connection_set_auth_param
|
||||||
|
gst_rtsp_connection_set_qos_dscp
|
||||||
gst_rtsp_connection_write
|
gst_rtsp_connection_write
|
||||||
gst_rtsp_event_get_type
|
gst_rtsp_event_get_type
|
||||||
gst_rtsp_extension_after_send
|
gst_rtsp_extension_after_send
|
||||||
|
|
|
@ -6,7 +6,9 @@ EXPORTS
|
||||||
gst_tag_from_vorbis_tag
|
gst_tag_from_vorbis_tag
|
||||||
gst_tag_id3_genre_count
|
gst_tag_id3_genre_count
|
||||||
gst_tag_id3_genre_get
|
gst_tag_id3_genre_get
|
||||||
|
gst_tag_image_data_to_image_buffer
|
||||||
gst_tag_image_type_get_type
|
gst_tag_image_type_get_type
|
||||||
|
gst_tag_list_add_id3_image
|
||||||
gst_tag_list_from_vorbiscomment_buffer
|
gst_tag_list_from_vorbiscomment_buffer
|
||||||
gst_tag_list_new_from_id3v1
|
gst_tag_list_new_from_id3v1
|
||||||
gst_tag_list_to_vorbiscomment_buffer
|
gst_tag_list_to_vorbiscomment_buffer
|
||||||
|
|
Loading…
Reference in a new issue