summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-12-31 11:20:26 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-12-31 11:20:26 +0000
commite2fcc71650b9cac604704f29143fa744f39cb299 (patch)
tree544580cc5bafa26842ccc73f9eda183693502460 /ChangeLog
parent20adaa13280fcaba272e38de4777e1efc758dc46 (diff)
Switch glib-mkenum for gst-libs/gst/audio from multichannel- to audio- in order to wrap all enums declarations of tha...
Original commit message from CVS: * gst-libs/gst/audio/Makefile.am: * gst-libs/gst/audio/audio.c: * gst-libs/gst/audio/multichannel.h: * gst-libs/gst/audio/testchannels.c: * win32/MANIFEST: * win32/common/audio-enumtypes.c: (gst_audio_channel_position_get_type), (gst_ring_buffer_state_get_type), (gst_ring_buffer_seg_state_get_type), (gst_buffer_format_type_get_type), (gst_buffer_format_get_type): * win32/common/audio-enumtypes.h: * win32/common/multichannel-enumtypes.c: * win32/common/multichannel-enumtypes.h: * win32/vs6/grammar.dsp: * win32/vs6/libgstaudio.dsp: * win32/vs7/libgstaudio.vcproj: * win32/vs8/libgstaudio.vcproj: Switch glib-mkenum for gst-libs/gst/audio from multichannel- to audio- in order to wrap all enums declarations of that library. This modification should not matter since that header file is not a public header (it will be included by public headers). Modify win32 crap^Wfiles accordingly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dccf236..d4fa6079 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2008-12-31 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * gst-libs/gst/audio/Makefile.am:
+ * gst-libs/gst/audio/audio.c:
+ * gst-libs/gst/audio/multichannel.h:
+ * gst-libs/gst/audio/testchannels.c:
+ * win32/MANIFEST:
+ * win32/common/audio-enumtypes.c:
+ (gst_audio_channel_position_get_type),
+ (gst_ring_buffer_state_get_type),
+ (gst_ring_buffer_seg_state_get_type),
+ (gst_buffer_format_type_get_type), (gst_buffer_format_get_type):
+ * win32/common/audio-enumtypes.h:
+ * win32/common/multichannel-enumtypes.c:
+ * win32/common/multichannel-enumtypes.h:
+ * win32/vs6/grammar.dsp:
+ * win32/vs6/libgstaudio.dsp:
+ * win32/vs7/libgstaudio.vcproj:
+ * win32/vs8/libgstaudio.vcproj:
+ Switch glib-mkenum for gst-libs/gst/audio from multichannel- to
+ audio- in order to wrap all enums declarations of that library.
+ This modification should not matter since that header file is not a
+ public header (it will be included by public headers).
+ Modify win32 crap^Wfiles accordingly.
+
2008-12-30 Edward Hervey <edward.hervey@collabora.co.uk>
* gst-libs/gst/audio/gstbaseaudiosrc.h: