diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2009-01-07 18:30:52 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2009-01-07 18:30:52 +0000 |
commit | b132d5c7cd67e0af36129eed1a73caef0a298e4c (patch) | |
tree | 8cd38cb36368a86c8d2f4bf6b5b9f17ab60ac369 | |
parent | 1e5f96388245911c9aee043d2f06d071791cb229 (diff) |
win32/common/libgstcdda.def: Add new symbol to the list of exported symbols.
Original commit message from CVS:
* win32/common/libgstcdda.def:
Add new symbol to the list of exported symbols.
-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 |