gst-libs/gst/audio/mixerutils.h: Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be used when compiling...

Original commit message from CVS:
* gst-libs/gst/audio/mixerutils.h:
Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
used when compiling with c++ compilers as well.
This commit is contained in:
Tim-Philipp Müller 2007-01-12 12:47:29 +00:00
parent 69a3ef4f92
commit ddf40c2406
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
* gst-libs/gst/audio/mixerutils.h:
Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
used when compiling with c++ compilers as well.
2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
* gst/typefind/gsttypefindfunctions.c:

View file

@ -23,6 +23,8 @@
#include <gst/gst.h>
#include <gst/interfaces/mixer.h>
G_BEGIN_DECLS
/**
* GstAudioMixerFilterFunc:
* @mixer: a #GstElement implementing the #GstMixer interface
@ -43,4 +45,6 @@ GList * gst_audio_default_registry_mixer_filter (GstAudioMixerFilterFunc filter
gboolean first,
gpointer user_data);
G_END_DECLS
#endif /* __GST_AUDIO_MIXERUTILS_H__ */