mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
win32: update win32 exports for new API
This commit is contained in:
parent
fd2a14144a
commit
5cc88fe610
2 changed files with 13 additions and 4 deletions
|
@ -2,11 +2,11 @@ EXPORTS
|
|||
gst_audio_visualizer_get_type
|
||||
gst_audio_visualizer_shader_get_type
|
||||
gst_codec_utils_aac_caps_set_level_and_profile
|
||||
gst_codec_utils_aac_get_channels
|
||||
gst_codec_utils_aac_get_index_from_sample_rate
|
||||
gst_codec_utils_aac_get_level
|
||||
gst_codec_utils_aac_get_profile
|
||||
gst_codec_utils_aac_get_sample_rate
|
||||
gst_codec_utils_aac_get_channels
|
||||
gst_codec_utils_aac_get_sample_rate
|
||||
gst_codec_utils_aac_get_sample_rate_from_index
|
||||
gst_codec_utils_h264_caps_set_level_and_profile
|
||||
gst_codec_utils_h264_get_level
|
||||
|
|
|
@ -12,7 +12,17 @@ EXPORTS
|
|||
gst_rtcp_buffer_validate_data_reduced
|
||||
gst_rtcp_buffer_validate_reduced
|
||||
gst_rtcp_ntp_to_unix
|
||||
gst_rtcp_packet_add_profile_specific_ext
|
||||
gst_rtcp_packet_add_rb
|
||||
gst_rtcp_packet_app_get_data
|
||||
gst_rtcp_packet_app_get_data_length
|
||||
gst_rtcp_packet_app_get_name
|
||||
gst_rtcp_packet_app_get_ssrc
|
||||
gst_rtcp_packet_app_get_subtype
|
||||
gst_rtcp_packet_app_set_data_length
|
||||
gst_rtcp_packet_app_set_name
|
||||
gst_rtcp_packet_app_set_ssrc
|
||||
gst_rtcp_packet_app_set_subtype
|
||||
gst_rtcp_packet_bye_add_ssrc
|
||||
gst_rtcp_packet_bye_add_ssrcs
|
||||
gst_rtcp_packet_bye_get_nth_ssrc
|
||||
|
@ -34,7 +44,7 @@ EXPORTS
|
|||
gst_rtcp_packet_get_length
|
||||
gst_rtcp_packet_get_padding
|
||||
gst_rtcp_packet_get_profile_specific_ext
|
||||
gst_rtcp_packet_get_profile_specific_ext_len
|
||||
gst_rtcp_packet_get_profile_specific_ext_length
|
||||
gst_rtcp_packet_get_rb
|
||||
gst_rtcp_packet_get_rb_count
|
||||
gst_rtcp_packet_get_type
|
||||
|
@ -52,7 +62,6 @@ EXPORTS
|
|||
gst_rtcp_packet_sdes_get_ssrc
|
||||
gst_rtcp_packet_sdes_next_entry
|
||||
gst_rtcp_packet_sdes_next_item
|
||||
gst_rtcp_packet_set_profile_specific_ext
|
||||
gst_rtcp_packet_set_rb
|
||||
gst_rtcp_packet_sr_get_sender_info
|
||||
gst_rtcp_packet_sr_set_sender_info
|
||||
|
|
Loading…
Reference in a new issue