Remove the unref untill it works :(
authorWim Taymans <wim.taymans@gmail.com>
Tue, 18 Dec 2001 19:33:34 +0000 (19:33 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 18 Dec 2001 19:33:34 +0000 (19:33 +0000)
Original commit message from CVS:
Remove the unref untill it works :(

tools/gstreamer-launch.c

index eef02b7..e589fee 100644 (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;
 }