-
Notifications
You must be signed in to change notification settings - Fork 41
How to load this in a custom pipeline? #48
New issue
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
Comments
On Linux, if you have gst-instruments installed to
|
@kirushyk I followed your instructions in the previous comment (using intercept) and I can't get the trace. I can confirm that I get a trace and that I'm able to get the visualization if I use it on When using Python, does the pipeline need to be closed gracefully in a specific way in order to get the trace? |
@jjrugui I managed to make it work using the 2nd method:
And gst-instruments was installed to the same GST plugin directory, e.g. " |
@yuyou awesome! Thanks for the input I'll be able to test it in ~30 mins. Will report back :) |
Note that I'm working on a Nvidia Xavier |
I am not sure if it would be helpful but my GST was built from source (1.18.3) using meson with release=debug. |
@yuyou how complex is the pipeline you debugged? Might be a stupid question (I'm pretty new to gstreamer) but are all types of pads compatible with the profiler? @kirushyk In my case I'm running a fairly complex pipeline with a couple appsink/appsrc so I don't know if some of the problem comes from there. When done with |
@jjrugui Hard to define the exact "complex" level :-O) but my pipeline includes elements like udpsrc, glupload/gldownload, and glshader for GLSL shading. I tested with "appsrc" and it also worked. The step are as follows:
OS: Ubuntu 18.04 |
@yuyou yeah, sorry, not the best phrasing with "complex". I meant as in custom functions in an appsink, so I wasn't sure if that could be an issue but it seems from your test that it's not. I'll keep investigating and try your suggestions, so as soon as I have some insight I'll share it here. Thank you very much for your time, highly appreciated! |
We're trying to load this into our Python pipeline, however using
LD_PRELOAD
doesn't seem to have an effect. I've tried to load the plugin through the GstRegistry, but this has no effect?Thanks for the help
The text was updated successfully, but these errors were encountered: