gstreamer_core/libs/gst/dataprotocol/dataprotocol.h
changeset 10 6f340f756486
parent 0 0e761a78d257
child 30 7e817e7e631c
--- a/gstreamer_core/libs/gst/dataprotocol/dataprotocol.h	Mon May 03 12:47:24 2010 +0300
+++ b/gstreamer_core/libs/gst/dataprotocol/dataprotocol.h	Fri May 14 16:08:32 2010 +0300
@@ -169,12 +169,18 @@
 
 /* converting from GstBuffer/GstEvent/GstCaps */
 #ifndef GST_DISABLE_DEPRECATED
+#ifdef __SYMBIAN32__
+IMPORT_C
+#endif
 gboolean	gst_dp_header_from_buffer	(const GstBuffer * buffer,
 						GstDPHeaderFlag flags,
 						guint * length,
 						guint8 ** header);
 #endif
 #ifndef GST_DISABLE_DEPRECATED
+#ifdef __SYMBIAN32__
+IMPORT_C
+#endif
 gboolean	gst_dp_packet_from_caps		(const GstCaps * caps,
 						GstDPHeaderFlag flags,
 						guint * length,
@@ -182,6 +188,9 @@
 						guint8 ** payload);
 #endif
 #ifndef GST_DISABLE_DEPRECATED
+#ifdef __SYMBIAN32__
+IMPORT_C
+#endif
 gboolean	gst_dp_packet_from_event	(const GstEvent * event,
 						GstDPHeaderFlag flags,
 						guint * length,