Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gstreamer
Commits
37f8ed88
Commit
37f8ed88
authored
Oct 22, 2002
by
Wim Taymans
Browse files
Fix C++ linkage problems
Original commit message from CVS: Fix C++ linkage problems
parent
df97a902
Changes
2
Hide whitespace changes
Inline
Side-by-side
common
@
1ca7d9a2
Subproject commit
cd050468e0d9e0d1b9134eb3081e2ab3228f0c0
1
Subproject commit
1ca7d9a20180cab830f4383cde5ba932338e50b
1
libs/gst/bytestream/bytestream.h
View file @
37f8ed88
...
...
@@ -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__ */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment