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

gst-plugins-rs: Enable fmp4 and disable livesync #81

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/wkdev_sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ RUN export QT_VERSION=$(qmake6 -query QT_VERSION) && \
RUN gst-inspect-1.0 audiornnoise && \
gst-inspect-1.0 cea608tott && \
gst-inspect-1.0 dav1ddec && \
gst-inspect-1.0 livesync && \
gst-inspect-1.0 isofmp4mux && \
gst-inspect-1.0 rsrtp

# Remove systemd services that would startup by default, when spawning
Expand Down
2 changes: 1 addition & 1 deletion images/wkdev_sdk/jhbuild/webkit-sdk-deps.modules
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
version="1.4.2" />
</meson>

<meson id="gst-plugins-rs" mesonargs="-Ddoc=disabled -Dexamples=disabled -Dtests=disabled --auto-features=disabled -Daudiofx=enabled -Dclosedcaption=enabled -Ddav1d=enabled -Dlivesync=enabled -Drtp=enabled">
<meson id="gst-plugins-rs" mesonargs="-Ddoc=disabled -Dexamples=disabled -Dtests=disabled --auto-features=disabled -Daudiofx=enabled -Dclosedcaption=enabled -Ddav1d=enabled -Drtp=enabled -Dfmp4=enabled">
<dependencies>
<dep package="dav1d"/>
<dep package="gstreamer"/>
Expand Down