From: Jan Schmidt Date: Mon, 14 Jan 2008 22:20:12 +0000 (+0000) Subject: win32/common/: Add new API declarations X-Git-Tag: RELEASE-0_10_16~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e7a3ad03693a219ba3fe904b56a1a99ee0731cd;p=platform%2Fupstream%2Fgst-plugins-base.git win32/common/: Add new API declarations Original commit message from CVS: * win32/common/libgstsdp.def: * win32/common/libgstvideo.def: Add new API declarations --- diff --git a/ChangeLog b/ChangeLog index 0b5af13b5..26213c113 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-14 Jan Schmidt + + * win32/common/libgstsdp.def: + * win32/common/libgstvideo.def: + Add new API declarations + 2008-01-14 Jan Schmidt * ext/theora/gsttheoradec.h: diff --git a/common b/common index 36e8d0515..0efbab89d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 36e8d05157d6c831e0d3919ae2ee9c342498eda8 +Subproject commit 0efbab89d333b5d07cc7da1a501c38edf5bb4f72 diff --git a/win32/common/libgstsdp.def b/win32/common/libgstsdp.def index f56dad807..7b9cb916d 100644 --- a/win32/common/libgstsdp.def +++ b/win32/common/libgstsdp.def @@ -1,5 +1,4 @@ EXPORTS - gst_sdp_message_new gst_sdp_media_add_attribute gst_sdp_media_add_bandwidth gst_sdp_media_add_connection @@ -61,6 +60,7 @@ EXPORTS gst_sdp_message_get_zone gst_sdp_message_init gst_sdp_message_medias_len + gst_sdp_message_new gst_sdp_message_parse_buffer gst_sdp_message_phones_len gst_sdp_message_set_connection diff --git a/win32/common/libgstvideo.def b/win32/common/libgstvideo.def index 6c7fce188..b47377601 100644 --- a/win32/common/libgstvideo.def +++ b/win32/common/libgstvideo.def @@ -1,7 +1,23 @@ EXPORTS gst_video_calculate_display_ratio gst_video_filter_get_type + gst_video_format_convert + gst_video_format_from_fourcc + gst_video_format_get_component_height + gst_video_format_get_component_offset + gst_video_format_get_component_width + gst_video_format_get_pixel_stride + gst_video_format_get_row_stride + gst_video_format_get_size + gst_video_format_has_alpha + gst_video_format_is_rgb + gst_video_format_is_yuv + gst_video_format_new_caps + gst_video_format_parse_caps + gst_video_format_to_fourcc gst_video_frame_rate gst_video_get_size + gst_video_parse_caps_framerate + gst_video_parse_caps_pixel_aspect_ratio gst_video_sink_center_rect gst_video_sink_get_type