blank running and registering at least

This commit is contained in:
talksik
2023-08-18 15:27:52 -07:00
parent 656fd421de
commit 28b54bf96b
4 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ int main(int argc, char *argv[])
ret = app.exec();
gst_element_set_state (pipeline, GST_STATE_NULL);
gst_element_set_state (pipeline, GST_STATE_PLAYING);
gst_object_unref (pipeline);
}