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.
This commit is contained in:
Benjamin Otte 2004-02-27 21:47:49 +00:00
parent aae8577028
commit e4a3aa6fba
2 changed files with 13 additions and 0 deletions

View file

@ -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:

View file

@ -22,6 +22,9 @@
#include <gst/audio/audioclock.h>
#ifndef __GST_AUDIO_AUDIO_H__
#define __GST_AUDIO_AUDIO_H__
G_BEGIN_DECLS
/* For people that are looking at this source: the purpose of these defines is
@ -124,3 +127,4 @@ void gst_audio_structure_set_int (GstStructure *structure, GstAudioFieldFlag fla
G_END_DECLS
#endif /* __GST_AUDIO_AUDIO_H__ */