diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | win32/common/libgstcdda.def | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2009-01-07 Sebastian Dröge <sebastian.droege@collabora.co.uk> + + * win32/common/libgstcdda.def: + Add new symbol to the list of exported symbols. + 2009-01-07 Wim Taymans <wim.taymans@collabora.co.uk> * gst/playback/gstplaybin2.c: (gst_play_bin_class_init), diff --git a/win32/common/libgstcdda.def b/win32/common/libgstcdda.def index 6a604421..736f61c5 100644 --- a/win32/common/libgstcdda.def +++ b/win32/common/libgstcdda.def @@ -1,3 +1,4 @@ EXPORTS gst_cdda_base_src_add_track gst_cdda_base_src_get_type + gst_cdda_base_src_mode_get_type |