diff -r 9b2c3c7a1a9c -r 567bb019e3e3 gst_plugins_base/gst/playback/decodetest.c --- a/gst_plugins_base/gst/playback/decodetest.c Wed Mar 31 22:03:18 2010 +0300 +++ b/gst_plugins_base/gst/playback/decodetest.c Tue Aug 31 15:30:33 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);