From: Wim Taymans Date: Tue, 18 Dec 2001 19:33:34 +0000 (+0000) Subject: Remove the unref untill it works :( X-Git-Tag: RELEASE-0_3_1-BELGIANBEER~150 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dd1fb647b75ee1985c2b115eea25202d46461a0;p=platform%2Fupstream%2Fgstreamer.git Remove the unref untill it works :( Original commit message from CVS: Remove the unref untill it works :( --- 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; }