Remove the unref untill it works :(

Original commit message from CVS:
Remove the unref untill it works :(
This commit is contained in:
Wim Taymans 2001-12-18 19:33:34 +00:00
parent b9e1c437bb
commit 7dd1fb647b

View file

@ -218,7 +218,7 @@ main(int argc, char *argv[])
gst_element_set_state (pipeline, GST_STATE_NULL);
}
gst_object_unref (GST_OBJECT (pipeline));
//gst_object_unref (GST_OBJECT (pipeline));
return 0;
}