diff --git a/ChangeLog b/ChangeLog index 90cff7ccd7..b096678be3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-01-29 Sebastien Moutte + * win32/common/libgstbase.def: + * win32/common/libgstreamer.def: + export some new symbols: gst_base_src_set_format, + gst_iterator_next, gst_structure_set_valist + 2006-01-29 Julien MOUTTE * gst/gstghostpad.c: (gst_proxy_pad_set_target_unlocked): diff --git a/win32/common/libgstbase.def b/win32/common/libgstbase.def index dfb308b995..d462b39d5b 100644 --- a/win32/common/libgstbase.def +++ b/win32/common/libgstbase.def @@ -10,6 +10,8 @@ EXPORTS gst_base_src_get_type + gst_base_src_set_format + gst_base_src_is_live gst_push_src_get_type diff --git a/win32/common/libgstreamer.def b/win32/common/libgstreamer.def index 5c678a3f3d..77f76e4e46 100644 --- a/win32/common/libgstreamer.def +++ b/win32/common/libgstreamer.def @@ -803,4 +803,8 @@ EXPORTS gst_version_string gst_buffer_is_metadata_writable + + gst_iterator_next + + gst_structure_set_valist