mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
validate: remove unused assignment
Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D202
This commit is contained in:
parent
dad9d252bc
commit
111b7344a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue