Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
指定したディレクトリでプラグインを探すように GStreamer に指示できますか?
環境変数を使用してGST_PLUGIN_PATH目的のディレクトリを指すか、プログラムで次のように呼び出します。
GST_PLUGIN_PATH
GstRegistry *registry; registry = gst_registry_get_default(); gst_registry_add_path(registry, directory);