mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code
Original commit message from CVS: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code
This commit is contained in:
parent
9e291801e4
commit
81e9c23358
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2005-02-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/audio/multichannel.h:
|
||||
* gst-libs/gst/gconf/gconf.h:
|
||||
* gst-libs/gst/idct/idct.h:
|
||||
* gst-libs/gst/media-info/media-info-priv.h:
|
||||
* gst-libs/gst/play/play.h:
|
||||
* gst-libs/gst/resample/private.h:
|
||||
* gst-libs/gst/resample/resample.h:
|
||||
* gst-libs/gst/riff/riff-ids.h:
|
||||
* gst-libs/gst/video/video.h:
|
||||
* gst-libs/gst/video/videosink.h:
|
||||
Add G_BEGIN_DECLS and G_END_DECLS around headers where
|
||||
missing, so that they work when included from C++ code.
|
||||
|
||||
2005-02-09 David Schleef <ds@schleef.org>
|
||||
|
||||
* testsuite/gst-lint: Check for non-statically scoped
|
||||
|
|
Loading…
Reference in a new issue