diff --git a/ChangeLog b/ChangeLog index e1d1c3ff79..aea378625c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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: diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index 105c3fe3f5..dc6e3920e7 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 f14c61bdef..6ed4659409 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