From 56a4bbcc65bec6e7fa66c73e640c886f3317b35b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 23 Mar 2006 18:51:05 +0000 Subject: [PATCH] win32/common/: Update, add recently added functions. Original commit message from CVS: * win32/common/libgstbase.def: * win32/common/libgstreamer.def: Update, add recently added functions. --- ChangeLog | 6 ++++++ win32/common/libgstbase.def | 4 +++- win32/common/libgstreamer.def | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e1d1c3f..aea3786 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-03-23 Tim-Philipp Müller + * win32/common/libgstbase.def: + * win32/common/libgstreamer.def: + Update, add recently added functions. + +2006-03-23 Tim-Philipp Müller + * docs/gst/gstreamer-sections.txt: * gst/gstutils.c: (gst_pad_query_peer_position), (gst_pad_query_peer_duration), (gst_pad_query_peer_convert): diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index 105c3fe..dc6e392 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -13,6 +13,8 @@ EXPORTS gst_base_sink_get_type gst_base_sink_set_max_lateness gst_base_sink_set_sync + gst_base_sink_set_qos_enabled + gst_base_sink_is_qos_enabled gst_base_src_get_type gst_base_src_is_live gst_base_src_set_format @@ -43,4 +45,4 @@ EXPORTS gst_push_src_get_type gst_type_find_helper gst_type_find_helper_for_buffer - gst_type_find_helper_get_range \ No newline at end of file + gst_type_find_helper_get_range diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index f14c61b..6ed4659 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -426,6 +426,9 @@ EXPORTS gst_pad_query_default gst_pad_query_duration gst_pad_query_position + gst_pad_query_peer_convert + gst_pad_query_peer_duration + gst_pad_query_peer_position gst_pad_remove_buffer_probe gst_pad_remove_data_probe gst_pad_remove_event_probe -- 2.7.4