Fix C++ linkage problems

Original commit message from CVS:
Fix C++ linkage problems
This commit is contained in:
Wim Taymans 2002-10-22 19:49:52 +00:00
parent df97a90209
commit 37f8ed8807
2 changed files with 4 additions and 4 deletions

2
common

@ -1 +1 @@
Subproject commit cd050468e0d9e0d1b9134eb3081e2ab3228f0c01
Subproject commit 1ca7d9a20180cab830f4383cde5ba932338e50b1

View file

@ -22,9 +22,7 @@
#include <gst/gst.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
G_BEGIN_DECLS
typedef struct _GstByteStream GstByteStream;
@ -66,4 +64,6 @@ guint64 gst_bytestream_get_timestamp (GstByteStream *bs);
void gst_bytestream_print_status (GstByteStream *bs);
G_END_DECLS
#endif /* __GST_BYTESTREAM_H__ */