summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-12-19 13:03:00 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-12-19 13:03:00 +0000
commit4ed1f5d6fd1496e51bd08f70c5990504020cf431 (patch)
treeef9a6807d5f90e125e9d772f987a00141293515f /ChangeLog
parenta628077e967f9c5fd19d53cdb2cac3785710483a (diff)
gst-libs/gst/audio/gstbaseaudiosrc.c: Make GstAudioSrcSlaveMethod get_type() function non-static as it's public now.
Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosrc.c: Make GstAudioSrcSlaveMethod get_type() function non-static as it's public now. * win32/common/libgstaudio.def: * win32/common/libgstnetbuffer.def: Add some missing functions to the list of exported symbols.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88a7527a..bdc19140 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-12-19 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * gst-libs/gst/audio/gstbaseaudiosrc.c:
+ Make GstAudioSrcSlaveMethod get_type() function non-static
+ as it's public now.
+
+ * win32/common/libgstaudio.def:
+ * win32/common/libgstnetbuffer.def:
+ Add some missing functions to the list of exported symbols.
+
2008-12-18 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Andrew Feren <acferen at yahoo dot com>