mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ffmpegmux: Add more replacements
https://bugzilla.gnome.org/show_bug.cgi?id=623671
This commit is contained in:
parent
6191dbb7dd
commit
25db74ec41
1 changed files with 8 additions and 1 deletions
|
@ -158,7 +158,14 @@ gst_ffmpegmux_get_replacement (const char *name)
|
||||||
{"webm", "webmmux"},
|
{"webm", "webmmux"},
|
||||||
{"mxf", "mxfmux"},
|
{"mxf", "mxfmux"},
|
||||||
{"3gp", "gppmux"},
|
{"3gp", "gppmux"},
|
||||||
{"yuv4mpegpipe", "y4menc"}
|
{"yuv4mpegpipe", "y4menc"},
|
||||||
|
{"aiff", "aiffmux"},
|
||||||
|
{"adts", "aacparse"},
|
||||||
|
{"asf", "asfmux"},
|
||||||
|
{"asf_stream", "asfmux"},
|
||||||
|
{"flv", "flvmux"},
|
||||||
|
{"mp3", "id3v2mux"},
|
||||||
|
{"mp2", "id3v2mux"}
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue