From: Ole André Vadla Ravnås Date: Fri, 2 Nov 2007 21:03:01 +0000 (+0000) Subject: win32/common/libgstrtp.def: Add some more missing symbols (#492813). X-Git-Tag: RELEASE-0_10_15~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63f7f64a7b71f07ddb7112cd41eeae51f229cacd;p=platform%2Fupstream%2Fgst-plugins-base.git win32/common/libgstrtp.def: Add some more missing symbols (#492813). Original commit message from CVS: Patch by: Ole André Vadla Ravnås * win32/common/libgstrtp.def: Add some more missing symbols (#492813). --- diff --git a/ChangeLog b/ChangeLog index 9dbae10..6f2c10e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2007-11-02 Tim-Philipp Müller + Patch by: Ole André Vadla RavnÃ¥s + + * win32/common/libgstrtp.def: + Add some more missing symbols (#492813). + +2007-11-02 Tim-Philipp Müller + Patch by: Thijs Vermeir * tests/check/elements/audioconvert.c: (verify_convert): diff --git a/win32/common/libgstrtp.def b/win32/common/libgstrtp.def index e235b84..70a4f44 100644 --- a/win32/common/libgstrtp.def +++ b/win32/common/libgstrtp.def @@ -48,4 +48,43 @@ EXPORTS gst_rtp_buffer_get_payload_subbuffer gst_rtp_buffer_get_payload_len gst_rtp_buffer_get_payload - gst_rtp_buffer_default_clock_rate \ No newline at end of file + gst_rtp_buffer_default_clock_rate + gst_rtcp_buffer_new_take_data + gst_rtcp_buffer_new_copy_data + gst_rtcp_buffer_validate_data + gst_rtcp_buffer_validate + gst_rtcp_buffer_new + gst_rtcp_buffer_end + gst_rtcp_buffer_get_packet_count + gst_rtcp_buffer_get_first_packet + gst_rtcp_packet_move_to_next + gst_rtcp_buffer_add_packet + gst_rtcp_packet_remove + gst_rtcp_packet_get_padding + gst_rtcp_packet_get_count + gst_rtcp_packet_get_type + gst_rtcp_packet_get_length + gst_rtcp_packet_sr_get_sender_info + gst_rtcp_packet_sr_set_sender_info + gst_rtcp_packet_rr_get_ssrc + gst_rtcp_packet_rr_set_ssrc + gst_rtcp_packet_get_rb_count + gst_rtcp_packet_get_rb + gst_rtcp_packet_add_rb + gst_rtcp_packet_set_rb + gst_rtcp_packet_sdes_get_item_count + gst_rtcp_packet_sdes_first_item + gst_rtcp_packet_sdes_next_item + gst_rtcp_packet_sdes_get_ssrc + gst_rtcp_packet_sdes_first_entry + gst_rtcp_packet_sdes_next_entry + gst_rtcp_packet_sdes_get_entry + gst_rtcp_packet_sdes_add_item + gst_rtcp_packet_sdes_add_entry + gst_rtcp_packet_bye_get_ssrc_count + gst_rtcp_packet_bye_get_nth_ssrc + gst_rtcp_packet_bye_add_ssrc + gst_rtcp_packet_bye_add_ssrcs + gst_rtcp_packet_bye_get_reason_len + gst_rtcp_packet_bye_get_reason + gst_rtcp_packet_bye_set_reason