mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 00:45:56 +00:00
Remove the unref untill it works :(
Original commit message from CVS: Remove the unref untill it works :(
This commit is contained in:
parent
b9e1c437bb
commit
7dd1fb647b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue