mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
win32/common/libgstrtp.def: Add some more missing symbols (#492813).
Original commit message from CVS: Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> * win32/common/libgstrtp.def: Add some more missing symbols (#492813).
This commit is contained in:
parent
c0a5c0655a
commit
63f7f64a7b
2 changed files with 47 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com>
|
||||
|
||||
* win32/common/libgstrtp.def:
|
||||
Add some more missing symbols (#492813).
|
||||
|
||||
2007-11-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
|
||||
|
|
|
@ -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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue