--- a/gst_plugins_base/gst/playback/decodetest.c Fri Mar 19 09:35:09 2010 +0200
+++ b/gst_plugins_base/gst/playback/decodetest.c Fri Apr 16 15:15:52 2010 +0300
@@ -32,10 +32,6 @@
g_error_free (err);
g_free (dbg);
}
-#ifdef __SYMBIAN32__
-EXPORT_C
-#endif
-
static void
error_cb (GstBus * bus, GstMessage * msg, GMainLoop * main_loop)
@@ -83,7 +79,7 @@
GstPad *fakesink_pad;
fakesink = gst_element_factory_make ("fakesink", NULL);
- fakesink_pad = gst_element_get_pad (fakesink, "sink");
+ fakesink_pad = gst_element_get_static_pad (fakesink, "sink");
gst_bin_add (GST_BIN (pipeline), fakesink);