From 7dd1fb647b75ee1985c2b115eea25202d46461a0 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 18 Dec 2001 19:33:34 +0000 Subject: [PATCH] Remove the unref untill it works :( Original commit message from CVS: Remove the unref untill it works :( --- tools/gstreamer-launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gstreamer-launch.c b/tools/gstreamer-launch.c index eef02b7..e589fee 100644 --- a/tools/gstreamer-launch.c +++ b/tools/gstreamer-launch.c @@ -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; } -- 2.7.4