-
-
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: Fix gstreamer video playback issue #73321 #78125
Conversation
Weird that it didn't bail out https://github.com/pdfpc/pdfpc/blob/66bbd9c1c9626ac23fe9b391775e2680b05af332/src/CMakeLists.txt#L17 |
For some reason this didn't work for me. I do:
and it freezes the viewer. If I do it without "-wS", it just flips to the next page when I click. |
Do you get any error message? When it failed for me the viewer did not freeze but simply print out that some codec was missing. To make sure, I verified that it works not only using my own files but also using the example linked in your comment. Any ideas? |
@KnairdA
|
@KnairdA |
Yes, that is the case. With this patch both the "pdfpc-video-example" and various other videos I tested work without issue. |
That means |
pdfpc: Fix gstreamer video playback issue NixOS#73321
Motivation for this change
Fixing issue #73321 which prevents videos from being played in PDF presentations which is one of the main features provided by pdfpc.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)Fixes: #73321