-
Notifications
You must be signed in to change notification settings - Fork 42
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
Segfault when watching Gst Element events #157
Comments
I've tried reproducing the issue but I'm getting the error below. Could you share your
|
Hi, the problem in this case is that gst-launch is not finding the module containing the element dtmfdetect.
Obs: if libgstspandsp.so cannot be found, it is because you don't have gst-plugins-bad installed. |
Got it, I'm able to reproduce the issue. A
The GType for which it's trying to locate the data is Meanwhile I'll throw an error with a more helpful message when this case hits. |
This is closed because the error is now handled properly. The missing module might be an upstream bug (eg missing dependency in required dependencies). If you think it should still be fixed here please open a new issue (eg Missing module for GstDtmfDetect), I'll be happy to assist as much as I can. And if you find the solution let us know! |
Based on examples/gst.js, I am trying to setup a gstreamer pipeline to detect DTMF digits from a wav file.
I know this should work because I did this:
, the segfault doesn't happen:
So it seems we cannot watch for Gst Element events (however it seems the bug even prevented pipeline events to be notified as they should have happened before the crash).
Environment details:
The text was updated successfully, but these errors were encountered: