Skip to content

Commit

Permalink
[Buildstream SDK] New GStreamer patches and add livesync plugin
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=267526

Reviewed by Adrian Perez de Castro.

The livesync is going to be useful for WebRTC. The patches are required for
https://bugs.webkit.org/show_bug.cgi?id=267370 and https://bugs.webkit.org/show_bug.cgi?id=260072.

* Tools/buildstream/elements/freedesktop-sdk.bst:
* Tools/buildstream/elements/sdk-platform.bst:
* Tools/buildstream/elements/sdk/gst-plugin-livesync.bst: Added.
* Tools/buildstream/files/gst-plugin-livesync/Cargo.lock: Added.
* Tools/buildstream/patches/fdo-0001-gstreamer-Additional-patches.patch: Added.

Canonical link: https://commits.webkit.org/273058@main
  • Loading branch information
philn committed Jan 16, 2024
1 parent dffc4f0 commit a208cfb
Show file tree
Hide file tree
Showing 5 changed files with 2,094 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/buildstream/elements/freedesktop-sdk.bst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ sources:
path: patches/fdo-0006-gst-plugins-bad-Enable-soundtouch.patch
- kind: patch
path: patches/fdo-0009-gst-plugins-bad-Enable-x265-encoder.patch
- kind: patch
path: patches/fdo-0001-gstreamer-Additional-patches.patch
config:
options:
target_arch: '%{arch}'
Expand Down
1 change: 1 addition & 0 deletions Tools/buildstream/elements/sdk-platform.bst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ depends:
- sdk/gst-plugin-audiofx.bst
- sdk/gst-plugin-closedcaption.bst
- sdk/gst-plugin-dav1d.bst
- sdk/gst-plugin-livesync.bst
- sdk/gst-plugin-rtp.bst
- sdk/gtk.bst
- sdk/icecc.bst
Expand Down
Loading

0 comments on commit a208cfb

Please sign in to comment.