Hi John,
There is a Makefile included with gst-plugins-rs but it does not include a "install" target. What is the correct way to install these libraries such that included functionality can be used in a gstreamer pipeline?
Thank you,
John
I've set the
GST_PLUGIN_PATH = path/to/rust-plugin/target/debug on systems while testing a plugin.
Thanks for the suggestion. I tried doing that, but `gst-inspect-1.0 | grep mcc` only shows:
typefindfunctions: application/x-mcc: mcc
(I also tried Mcc)
I would expect it to find "Mcc Encoder Element" from gst-plugins-rs/gst-plugin-closedcaption, but it does not. Do you have any idea what I might be doing wrong?
I figured it out. I had not set LD_LIBRARY_PATH before building gst-plugins-rs, so those libs were linked against the wrong base versions of gstreamer. Thank you for your help, Ray.
John
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel