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>2022-11-07 21:41:50 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-11-08 20:08:47 +0300
commitc2f403f998b2b525b2b5ab9943a0c7207cb5fd56 (patch)
tree50da3ef2c1d35b25932a24a5c0e020762fe1e02a /Cargo.toml
parenta5f31976513186e2776ece2923ae11faaffe1b0b (diff)
gst-plugin-mp4: Add new MP4 plugin with a non-fragmented MP4 muxer
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dff1cf5dc..a8cf771dc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,6 +16,7 @@ members = [
"mux/flavors",
"mux/fmp4",
+ "mux/mp4",
"net/aws",
"net/hlssink3",
@@ -63,6 +64,7 @@ default-members = [
"generic/threadshare",
"mux/fmp4",
+ "mux/mp4",
"net/aws",
"net/hlssink3",