summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-02-27 21:47:49 +0000
committerBenjamin Otte <otte@gnome.org>2004-02-27 21:47:49 +0000
commitd266c49719b4f0b597aa327841519e4ba1b9b1c8 (patch)
treeb57bba4fddbaa28b7277e7c02cad0be5e3c25492
parentd0101e525507d84ec67254bb56c8b9e6882c2442 (diff)
gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twice
Original commit message from CVS: 2004-02-27 Benjamin Otte <otte@gnome.org> * gst-libs/gst/audio/audio.h: add macro to make sure header isn't included twice * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk): don't use gst_buffer_free * gst/playondemand/filter.func: don't usae gst_data_free. Free data only once.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5778d75e..0b36fb89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-02-27 Benjamin Otte <otte@gnome.org>
+
+ * gst-libs/gst/audio/audio.h:
+ add macro to make sure header isn't included twice
+ * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
+ don't use gst_buffer_free
+ * gst/playondemand/filter.func:
+ don't usae gst_data_free. Free data only once.
+
2004-02-26 David Schleef <ds@schleef.org>
* gst-libs/gst/colorbalance/Makefile.am: