mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Fix C++ linkage problems
Original commit message from CVS: Fix C++ linkage problems
This commit is contained in:
parent
df97a90209
commit
37f8ed8807
2 changed files with 4 additions and 4 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit cd050468e0d9e0d1b9134eb3081e2ab3228f0c01
|
||||
Subproject commit 1ca7d9a20180cab830f4383cde5ba932338e50b1
|
|
@ -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__ */
|
||||
|
|
Loading…
Reference in a new issue