gst_plugins_base/gst/playback/decodetest.c
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
--- a/gst_plugins_base/gst/playback/decodetest.c	Tue Aug 31 15:30:33 2010 +0300
+++ b/gst_plugins_base/gst/playback/decodetest.c	Wed Sep 01 12:16:41 2010 +0100
@@ -32,6 +32,10 @@
   g_error_free (err);
   g_free (dbg);
 }
+#ifdef __SYMBIAN32__
+EXPORT_C
+#endif
+
 
 static void
 error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop)
@@ -79,7 +83,7 @@
   GstPad *fakesink_pad;
 
   fakesink = gst_element_factory_make ("fakesink", NULL);
-  fakesink_pad = gst_element_get_static_pad (fakesink, "sink");
+  fakesink_pad = gst_element_get_pad (fakesink, "sink");
 
   gst_bin_add (GST_BIN (pipeline), fakesink);