-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
gst_all_1.gst-plugins-bad: build gtksink plugin #27005
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
Conversation
@jtojnar, thanks for your PR! By analyzing the history of the files in this pull request, we identified @lethalman, @fpletz and @spwhitt to be potential reviewers. |
@jtojnar which attribute corresponds to this expression? Its not |
45f0802
to
b5d2af4
Compare
@FRidh yes, it is |
So its
and not
|
Adding |
b5d2af4
to
7ac9c09
Compare
You are right, it is for GStreamer 1. At least Corebird requires the gtk sink, not sure about other packages. Should it be made optional like FAAC support? |
I think that would be better, yes. Say we have |
7ac9c09
to
368d728
Compare
@FRidh Updated to make GTK optional. |
Corebird requires gtksink gstreamer plugin to play videos. [1] The plugin, however, is only built when GTK is available. This patch adds gtk3 as an optional dependency to gst_all_1.gst-plugins-bad package, allowing the build of gtksink. [1]: baedert/corebird#431
Corebird requires gst-plugins-bad compiled with GTK support to play videos. This commit enables the GTK support.
368d728
to
e564f16
Compare
Motivation for this change
Corebird requires gtksink gstreamer plugin to play videos.¹ The plugin, however, is only built when GTK is available.
This patch adds gtk3 as a dependency to gstreamer-plugins-bad package, enabling the build of gtksink.
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)