Skip to content

Commit

Permalink
gst-plugins-rs: Enable fmp4 and disable livesync
Browse files Browse the repository at this point in the history
livesync is no longer needed. fmp4 might be used in the MediaRecorder backend.
  • Loading branch information
philn committed Nov 24, 2024
1 parent 2bed97b commit 67900c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 fmp4mux && \
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

0 comments on commit 67900c1

Please sign in to comment.