From 403c92dac4013332bc434750fb76e314eefc17c3 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sat, 4 May 2013 12:24:45 +0200 Subject: win32: update video and rtsp API in .def file --- win32/common/libgstrtsp.def | 2 ++ win32/common/libgstvideo.def | 1 + 2 files changed, 3 insertions(+) diff --git a/win32/common/libgstrtsp.def b/win32/common/libgstrtsp.def index 5327c5b8c..d391c0b13 100644 --- a/win32/common/libgstrtsp.def +++ b/win32/common/libgstrtsp.def @@ -103,10 +103,12 @@ EXPORTS gst_rtsp_version_as_text gst_rtsp_version_get_type gst_rtsp_watch_attach + gst_rtsp_watch_get_send_backlog gst_rtsp_watch_new gst_rtsp_watch_queue_data gst_rtsp_watch_queue_message gst_rtsp_watch_reset gst_rtsp_watch_send_message + gst_rtsp_watch_set_send_backlog gst_rtsp_watch_unref gst_rtsp_watch_write_data diff --git a/win32/common/libgstvideo.def b/win32/common/libgstvideo.def index fb0debea6..ea6e05007 100644 --- a/win32/common/libgstvideo.def +++ b/win32/common/libgstvideo.def @@ -36,6 +36,7 @@ EXPORTS gst_video_decoder_get_qos_proportion gst_video_decoder_get_type gst_video_decoder_have_frame + gst_video_decoder_negotiate gst_video_decoder_set_estimate_rate gst_video_decoder_set_latency gst_video_decoder_set_max_errors -- cgit v1.2.1