We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I ran LD_PRELOAD=/usr/local/lib/aarch64-linux-gnu/libgstintercept.so GST_DEBUG_DUMP_TRACE_DIR=. ./app to generate a pipeline.gsttrace file.
LD_PRELOAD=/usr/local/lib/aarch64-linux-gnu/libgstintercept.so GST_DEBUG_DUMP_TRACE_DIR=. ./app
pipeline.gsttrace
gst-report-1.0 pipeline.gsttrace works but gst-instruments-1.0 pipeline.gsttrace give the following error: Error: : syntax error in line 1 near '('
gst-report-1.0 pipeline.gsttrace
gst-instruments-1.0 pipeline.gsttrace
In my pipeline, I use Ctrl+C to stop the pipeline, not sure if this effects the tracer. Please advice.
The text was updated successfully, but these errors were encountered:
Can you please share your trace file?
Sorry, something went wrong.
No branches or pull requests
I ran
LD_PRELOAD=/usr/local/lib/aarch64-linux-gnu/libgstintercept.so GST_DEBUG_DUMP_TRACE_DIR=. ./app
to generate apipeline.gsttrace
file.gst-report-1.0 pipeline.gsttrace
works butgst-instruments-1.0 pipeline.gsttrace
give the following error:Error: : syntax error in line 1 near '('
In my pipeline, I use Ctrl+C to stop the pipeline, not sure if this effects the tracer. Please advice.
The text was updated successfully, but these errors were encountered: