ffmpegmux: Add more replacements

https://bugzilla.gnome.org/show_bug.cgi?id=623671
This commit is contained in:
Edward Hervey 2010-07-06 13:58:05 +02:00
parent 6191dbb7dd
commit 25db74ec41

View file

@ -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;