gstreamer_core/libs/gst/base/gsttypefindhelper.h
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gstreamer_core/libs/gst/base/gsttypefindhelper.h	Tue Aug 31 15:30:33 2010 +0300
+++ b/gstreamer_core/libs/gst/base/gsttypefindhelper.h	Wed Sep 01 12:16:41 2010 +0100
@@ -28,9 +28,6 @@
 
 G_BEGIN_DECLS
 
-#ifdef __SYMBIAN32__
-IMPORT_C
-#endif
 GstCaps * gst_type_find_helper (GstPad *src, guint64 size);
 #ifdef __SYMBIAN32__
 IMPORT_C
@@ -40,13 +37,6 @@
 GstCaps * gst_type_find_helper_for_buffer (GstObject              *obj,
                                            GstBuffer              *buf,
                                            GstTypeFindProbability *prob);
-#ifdef __SYMBIAN32__
-IMPORT_C
-#endif
-
-
-GstCaps * gst_type_find_helper_for_extension (GstObject * obj,
-                                              const gchar * extension);
 
 /**
  * GstTypeFindHelperGetRangeFunction: