-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
pdfpc fails to play video #73321
Labels
0.kind: bug
Something is broken
Comments
I just encountered the same problem. I was able to fix it locally by changing the build inputs of the derivation to: buildInputs = with pkgs; [
gtk3 libgee poppler librsvg pcre
] ++ (with pkgs.gst_all_1; [
gstreamer
gst-plugins-base
(gst-plugins-good.override { gtkSupport = true; })
gst-libav
]); Just enabling the GTK support was not sufficient, I also had to add the |
@KnairdA This is great! Would you mind submitting a PR? |
Sure! |
10 tasks
jtojnar
added a commit
that referenced
this issue
Jan 31, 2020
pdfpc: Fix gstreamer video playback issue #73321
anna328p
pushed a commit
to anna328p/nixpkgs
that referenced
this issue
Feb 2, 2020
pdfpc: Fix gstreamer video playback issue NixOS#73321
jpgu-epam
pushed a commit
to jpgu-epam/nixpkgs
that referenced
this issue
Feb 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
pdfpc can't play example video, it freezes instead.
To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
I'm able to play the video using the gstreamer:
Metadata
"x86_64-linux"
Linux 4.14.90, NixOS, 18.09.1810.c840631fe20 (Jellyfish)
yes
yes
nix-env (Nix) 2.1.3
/nix/var/nix/profiles/per-user/root/channels/nixos
Maintainer information:
Possibly related to #43551
cc @pSub
The text was updated successfully, but these errors were encountered: