mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
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:
parent
69a3ef4f92
commit
ddf40c2406
2 changed files with 10 additions and 0 deletions
|
@ -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>
|
2007-01-12 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/typefind/gsttypefindfunctions.c:
|
* gst/typefind/gsttypefindfunctions.c:
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <gst/interfaces/mixer.h>
|
#include <gst/interfaces/mixer.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstAudioMixerFilterFunc:
|
* GstAudioMixerFilterFunc:
|
||||||
* @mixer: a #GstElement implementing the #GstMixer interface
|
* @mixer: a #GstElement implementing the #GstMixer interface
|
||||||
|
@ -43,4 +45,6 @@ GList * gst_audio_default_registry_mixer_filter (GstAudioMixerFilterFunc filter
|
||||||
gboolean first,
|
gboolean first,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_AUDIO_MIXERUTILS_H__ */
|
#endif /* __GST_AUDIO_MIXERUTILS_H__ */
|
||||||
|
|
Loading…
Reference in a new issue