mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 12:10:37 +00:00
win32/common: Update .def files for recent API addition
This commit is contained in:
parent
83fe624025
commit
bd7c9ecba3
2 changed files with 6 additions and 4 deletions
|
@ -2,10 +2,6 @@ EXPORTS
|
|||
gst_rtsp_auth_method_get_type
|
||||
gst_rtsp_base64_decode_ip
|
||||
gst_rtsp_base64_encode
|
||||
gst_rtsp_channel_attach
|
||||
gst_rtsp_channel_new
|
||||
gst_rtsp_channel_queue_message
|
||||
gst_rtsp_channel_unref
|
||||
gst_rtsp_connection_accept
|
||||
gst_rtsp_connection_clear_auth_params
|
||||
gst_rtsp_connection_close
|
||||
|
@ -92,3 +88,7 @@ EXPORTS
|
|||
gst_rtsp_url_set_port
|
||||
gst_rtsp_version_as_text
|
||||
gst_rtsp_version_get_type
|
||||
gst_rtsp_watch_attach
|
||||
gst_rtsp_watch_new
|
||||
gst_rtsp_watch_queue_message
|
||||
gst_rtsp_watch_unref
|
||||
|
|
|
@ -14,7 +14,9 @@ EXPORTS
|
|||
gst_video_format_is_rgb
|
||||
gst_video_format_is_yuv
|
||||
gst_video_format_new_caps
|
||||
gst_video_format_new_caps_interlaced
|
||||
gst_video_format_parse_caps
|
||||
gst_video_format_parse_caps_interlaced
|
||||
gst_video_format_to_fourcc
|
||||
gst_video_frame_rate
|
||||
gst_video_get_size
|
||||
|
|
Loading…
Reference in a new issue