diff options
author | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2014-05-26 18:29:21 +0200 |
---|---|---|
committer | Gwenole Beauchesne <gwenole.beauchesne@intel.com> | 2014-06-12 10:25:54 +0200 |
commit | 5196f241385f6b0a0b04794ac0048059d34ecdd8 (patch) | |
tree | 0425987df004bf40ade0a6cb5c61b3f3f8ad280c /gst-libs/gst/codecparsers/gstmpeg4parser.c | |
parent | e1e2a88358c6aeba220d20ed9ff32af141cb2575 (diff) | |
download | gstreamer-plugins-bad-5196f241385f6b0a0b04794ac0048059d34ecdd8.tar.gz |
codecparsers: add C++ guards for MPEG-4 and VP8 parsers.
Fix MPEG-4 and VP8 APIs to export their external symbols as pure C
symbols, i.e. un-mangled for C++.
https://bugzilla.gnome.org/show_bug.cgi?id=731522
Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
Diffstat (limited to 'gst-libs/gst/codecparsers/gstmpeg4parser.c')
-rw-r--r-- | gst-libs/gst/codecparsers/gstmpeg4parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/codecparsers/gstmpeg4parser.c b/gst-libs/gst/codecparsers/gstmpeg4parser.c index 5acc4178e..4bf63e57c 100644 --- a/gst-libs/gst/codecparsers/gstmpeg4parser.c +++ b/gst-libs/gst/codecparsers/gstmpeg4parser.c @@ -32,6 +32,7 @@ #endif #include <string.h> +#include <gst/base/gstbitreader.h> #include <gst/base/gstbytereader.h> |