mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
Add mikey.h file
This commit is contained in:
parent
7c97a1c6cf
commit
d8a0927930
3 changed files with 1 additions and 45 deletions
|
@ -234,6 +234,7 @@ GStreamer Plugins Base library development and header files.
|
|||
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/allocators.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/allocators/gstdmabuf.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/video/video-chroma.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/sdp/gstmikey.h
|
||||
%{_libdir}/girepository-1.0/GstAllocators-1.0.typelib
|
||||
%{_libdir}/libgstallocators-1.0.so
|
||||
%{_libdir}/pkgconfig/gstreamer-allocators-1.0.pc
|
||||
|
|
|
@ -117,7 +117,6 @@ EXPORTS
|
|||
gst_rtsp_watch_new
|
||||
gst_rtsp_watch_reset
|
||||
gst_rtsp_watch_send_message
|
||||
gst_rtsp_watch_set_flushing
|
||||
gst_rtsp_watch_set_send_backlog
|
||||
gst_rtsp_watch_unref
|
||||
gst_rtsp_watch_wait_backlog
|
||||
|
|
|
@ -1,48 +1,4 @@
|
|||
EXPORTS
|
||||
gst_mikey_message_add_cs_srtp
|
||||
gst_mikey_message_add_payload
|
||||
gst_mikey_message_add_pke
|
||||
gst_mikey_message_add_rand
|
||||
gst_mikey_message_add_rand_len
|
||||
gst_mikey_message_add_t
|
||||
gst_mikey_message_add_t_now_ntp_utc
|
||||
gst_mikey_message_find_payload
|
||||
gst_mikey_message_free
|
||||
gst_mikey_message_get_cs_srtp
|
||||
gst_mikey_message_get_n_cs
|
||||
gst_mikey_message_get_n_payloads
|
||||
gst_mikey_message_get_payload
|
||||
gst_mikey_message_insert_cs_srtp
|
||||
gst_mikey_message_insert_payload
|
||||
gst_mikey_message_new
|
||||
gst_mikey_message_new_from_bytes
|
||||
gst_mikey_message_new_from_data
|
||||
gst_mikey_message_remove_cs_srtp
|
||||
gst_mikey_message_remove_payload
|
||||
gst_mikey_message_replace_cs_srtp
|
||||
gst_mikey_message_replace_payload
|
||||
gst_mikey_message_set_info
|
||||
gst_mikey_message_to_bytes
|
||||
gst_mikey_payload_copy
|
||||
gst_mikey_payload_free
|
||||
gst_mikey_payload_kemac_add_sub
|
||||
gst_mikey_payload_kemac_get_n_sub
|
||||
gst_mikey_payload_kemac_get_sub
|
||||
gst_mikey_payload_kemac_remove_sub
|
||||
gst_mikey_payload_kemac_set
|
||||
gst_mikey_payload_key_data_set_interval
|
||||
gst_mikey_payload_key_data_set_key
|
||||
gst_mikey_payload_key_data_set_salt
|
||||
gst_mikey_payload_key_data_set_spi
|
||||
gst_mikey_payload_new
|
||||
gst_mikey_payload_pke_set
|
||||
gst_mikey_payload_rand_set
|
||||
gst_mikey_payload_sp_add_param
|
||||
gst_mikey_payload_sp_get_n_params
|
||||
gst_mikey_payload_sp_get_param
|
||||
gst_mikey_payload_sp_remove_param
|
||||
gst_mikey_payload_sp_set
|
||||
gst_mikey_payload_t_set
|
||||
gst_sdp_address_is_multicast
|
||||
gst_sdp_attribute_clear
|
||||
gst_sdp_attribute_set
|
||||
|
|
Loading…
Reference in a new issue