From 983d2f2b36d029f3b64531c1f6ba1de022e746cb Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 17 Mar 2009 11:51:28 +0100 Subject: [PATCH] Re-enable amr muxer. It's a muxer after all. Fixes #575664 --- ext/ffmpeg/gstffmpegmux.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/ffmpeg/gstffmpegmux.c b/ext/ffmpeg/gstffmpegmux.c index fe16c0af52..a72497ccff 100644 --- a/ext/ffmpeg/gstffmpegmux.c +++ b/ext/ffmpeg/gstffmpegmux.c @@ -795,8 +795,7 @@ gst_ffmpegmux_register (GstPlugin * plugin) (!strncmp (in_plugin->name, "image", 5)) || (!strncmp (in_plugin->name, "mulaw", 5)) || (!strncmp (in_plugin->name, "alaw", 4)) || - (!strncmp (in_plugin->name, "h26", 3)) || - (!strncmp (in_plugin->name, "amr", 3)) + (!strncmp (in_plugin->name, "h26", 3)) ) { GST_LOG ("Ignoring muxer %s", in_plugin->name); goto next;