Skip to content
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

nix: set GST_PLUGIN_SYSTEM_PATH_1_0, LIBGL_DEBUG, RUST_LOG #22

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

flokli
Copy link
Contributor

@flokli flokli commented Jul 16, 2024

Webkit is mad if it cannot find gstreamer and seems to get stuck
otherwise.

LIBGL_DEBUG helps to debug GL stuff, and RUST_LOG our rust code.

Depends on #19

Webkit is mad if it cannot find gstreamer and seems to get stuck
otherwise.

LIBGL_DEBUG helps to debug GL stuff, and RUST_LOG our rust code.
Comment on lines +75 to +83
GST_PLUGIN_SYSTEM_PATH_1_0 = lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" (with pkgs.gst_all_1;[
gstreamer
gst-plugins-base
gst-plugins-good
gst-plugins-bad
# gst-plugins-ugly
gst-libav
]);
GIO_MODULE_DIR = "${pkgs.glib-networking}/lib/gio/modules/";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note to self: document how to add this in the cargo run case on NixOS too

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(doesn't need to block this from going in)

@flokli flokli merged commit 97755d5 into wipbar:main Jul 17, 2024
3 checks passed
@flokli flokli deleted the fix-gst branch July 17, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants