mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +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"},
|
||||
{"mxf", "mxfmux"},
|
||||
{"3gp", "gppmux"},
|
||||
{"yuv4mpegpipe", "y4menc"}
|
||||
{"yuv4mpegpipe", "y4menc"},
|
||||
{"aiff", "aiffmux"},
|
||||
{"adts", "aacparse"},
|
||||
{"asf", "asfmux"},
|
||||
{"asf_stream", "asfmux"},
|
||||
{"flv", "flvmux"},
|
||||
{"mp3", "id3v2mux"},
|
||||
{"mp2", "id3v2mux"}
|
||||
};
|
||||
int i;
|
||||
|
||||
|
|
Loading…
Reference in a new issue