diff options
author | Benjamin Otte <otte@gnome.org> | 2004-02-27 21:47:49 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-02-27 21:47:49 +0000 |
commit | 0bad4023f0be4da5fac060160f2c207f3e8427f5 (patch) | |
tree | 21bd23ab6d8be0a5592eab7faf06032b1960ac3b /ChangeLog | |
parent | ea978cec4d80fe4a0b1dadf1ca5beea761d6b09a (diff) | |
download | gst-plugins-bad-0bad4023f0be4da5fac060160f2c207f3e8427f5.tar.gz gst-plugins-bad-0bad4023f0be4da5fac060160f2c207f3e8427f5.tar.bz2 gst-plugins-bad-0bad4023f0be4da5fac060160f2c207f3e8427f5.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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: |