How can I debug if play() returns StateChangeReturn.FAILURE #261
|
My pipeline runs from command line: However, using Gst.parseLaunch(...) and play() I get a StateChangeReturn.FAILURE. I have no idea how to debug this, because there also does not seem to be Java log output. |
Answered by
martin-petzold
May 7, 2023
Replies: 1 comment
|
|
0 replies
Answer selected by
martin-petzold
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use GLib.setEnv("GST_DEBUG", "4", true);beforeGst.init(...);and check journal (stdout / stderr).