validate: remove unused assignment
Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D202
This commit is contained in:
parent
dad9d252bc
commit
111b7344a3
@ -493,7 +493,7 @@ _run_frame_analisis (GstMediaDescriptorWriter * writer,
|
||||
}
|
||||
|
||||
g_main_loop_run (writer->priv->loop);
|
||||
sret = gst_element_set_state (writer->priv->pipeline, GST_STATE_NULL);
|
||||
gst_element_set_state (writer->priv->pipeline, GST_STATE_NULL);
|
||||
gst_object_unref (writer->priv->pipeline);
|
||||
writer->priv->pipeline = NULL;
|
||||
g_main_loop_unref (writer->priv->loop);
|
||||
|
Loading…
x
Reference in New Issue
Block a user