summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-07-06 13:58:05 +0200
committerEdward Hervey <bilboed@bilboed.com>2010-07-06 14:02:09 +0200
commit25db74ec4196d2b0c8ab0df1faf5e2e1cb03b1d5 (patch)
tree4d1b6af1b5e1a4acd24695268e7e97ea5d666909
parent6191dbb7ddb10d09a4e859ff1e5874082f85a76d (diff)
ffmpegmux: Add more replacements
https://bugzilla.gnome.org/show_bug.cgi?id=623671
-rw-r--r--ext/ffmpeg/gstffmpegmux.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/ext/ffmpeg/gstffmpegmux.c b/ext/ffmpeg/gstffmpegmux.c
index 02e7b83..7ccc5db 100644
--- a/ext/ffmpeg/gstffmpegmux.c
+++ b/ext/ffmpeg/gstffmpegmux.c
@@ -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;