-
Notifications
You must be signed in to change notification settings - Fork 100
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
Gstreamer Kaldi plugin is blacklisted #67
Comments
in gstreamer 1.14, name of the built .so library should match plugin name since symlinks are extracted automatically in this case, it should be called this unmerged pull request fixes it FYI, you can debug these kinda problems as follows GST_DEBUG=5 gst-inspect-1.0 ./libgstkaldionline2.so and the output will tell you that it can't find plugin entry point
|
Thanks very much. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I installed the last version of Gstreamer (1.14) on Ubuntu 17.10 with apt-get install.
Gstreamer doesn't recognize the plugin because is on the blacklist. The offset of gst-inspect-1.0 command is:
/*******
Plugin Details:
Name libgstkaldionline2.so
Description Plugin for blacklisted file
Filename ./libgstkaldionline2.so
Version 0.0.0
License BLACKLIST
Source module BLACKLIST
Binary package BLACKLIST
Origin URL BLACKLIST
0 features:
****/
There are several problems related to the blacklist. I do not know if the problems mentioned above are the cause or there may be others. Thanks in advance.
The text was updated successfully, but these errors were encountered: