From cb8b68c54726c047d24081f3239950b6a300157d Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 4 Jun 2008 21:48:27 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ win32/common/libgstrtsp.def | 2 ++ win32/common/libgsttag.def | 2 ++ 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 79b32be333..a807e2b0ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-04 Jan Schmidt + + * win32/common/libgstrtsp.def: + * win32/common/libgsttag.def: + Add new API functions to the dll exports + 2008-06-04 Michael Smith * gst/playback/gstplaybasebin.c: diff --git a/win32/common/libgstrtsp.def b/win32/common/libgstrtsp.def index ef566a9906..b227384495 100644 --- a/win32/common/libgstrtsp.def +++ b/win32/common/libgstrtsp.def @@ -8,6 +8,7 @@ EXPORTS gst_rtsp_connection_create gst_rtsp_connection_flush gst_rtsp_connection_free + gst_rtsp_connection_get_ip gst_rtsp_connection_next_timeout gst_rtsp_connection_poll gst_rtsp_connection_read @@ -16,6 +17,7 @@ EXPORTS gst_rtsp_connection_send gst_rtsp_connection_set_auth gst_rtsp_connection_set_auth_param + gst_rtsp_connection_set_qos_dscp gst_rtsp_connection_write gst_rtsp_event_get_type gst_rtsp_extension_after_send diff --git a/win32/common/libgsttag.def b/win32/common/libgsttag.def index 49d8da14e8..684c875d1e 100644 --- a/win32/common/libgsttag.def +++ b/win32/common/libgsttag.def @@ -6,7 +6,9 @@ EXPORTS gst_tag_from_vorbis_tag gst_tag_id3_genre_count gst_tag_id3_genre_get + gst_tag_image_data_to_image_buffer gst_tag_image_type_get_type + gst_tag_list_add_id3_image gst_tag_list_from_vorbiscomment_buffer gst_tag_list_new_from_id3v1 gst_tag_list_to_vorbiscomment_buffer