diff options
-rw-r--r-- | gst-plugins-base.spec.in | 1 | ||||
-rw-r--r-- | win32/common/libgstrtsp.def | 1 | ||||
-rw-r--r-- | win32/common/libgstsdp.def | 44 |
3 files changed, 1 insertions, 45 deletions
diff --git a/gst-plugins-base.spec.in b/gst-plugins-base.spec.in index 7c98ce198..45990c95d 100644 --- a/gst-plugins-base.spec.in +++ b/gst-plugins-base.spec.in @@ -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 diff --git a/win32/common/libgstrtsp.def b/win32/common/libgstrtsp.def index 3fab6deda..9a0218de5 100644 --- a/win32/common/libgstrtsp.def +++ b/win32/common/libgstrtsp.def @@ -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 diff --git a/win32/common/libgstsdp.def b/win32/common/libgstsdp.def index d5e605afd..ddbe29cb3 100644 --- a/win32/common/libgstsdp.def +++ b/win32/common/libgstsdp.def @@ -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 |