diff -r 29ecd5cb86b3 -r d43ce56a1534 gstreamer_core/tsrc/check/pipelines/parse-launch/src/parse-launch.c --- a/gstreamer_core/tsrc/check/pipelines/parse-launch/src/parse-launch.c Tue Jul 06 14:35:10 2010 +0300 +++ b/gstreamer_core/tsrc/check/pipelines/parse-launch/src/parse-launch.c Wed Aug 18 10:04:13 2010 +0300 @@ -457,6 +457,7 @@ void delayed_link() { + GstElement* pa; xmlfile = "delayed_link"; std_log(LOG_FILENAME_LINE, "Test Started delayed_link"); fail_unless (gst_element_register (NULL, "parsetestelement", @@ -466,6 +467,10 @@ * a test element based on bin, which contains a fakesrc and a sometimes * pad-template, and trying to link to a fakesink. When the bin transitions * to paused it adds a pad, which should get linked to the fakesink */ + + pa = gst_element_factory_make ("parsetestelement", NULL); + gst_object_unref (pa); + //g_free (pa); run_delayed_test ("parsetestelement name=src ! fakesink silent=true name=sink", "sink", TRUE);