Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-10-18 09:42:42 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-11-15 15:04:03 +0300
commite3fbf2078de6f996cb05600e70e24c9021bb0454 (patch)
treea7e9edeb59cdba557dd1e7ad34d9a0122e6a2dde /Cargo.toml
parente81047b8a2f4a063a7ba83b0aab749b3e1ce7e55 (diff)
Add new fmp4 plugin with muxers for ISO fragmented MP4, DASH and CMAF containers
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2ff8e0d35..aeed29b99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ members = [
"audio/claxon",
"audio/csound",
"audio/lewton",
+ "generic/fmp4",
"generic/file",
"generic/sodium",
"generic/threadshare",