diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-03-17 11:51:28 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-03-17 11:51:28 +0100 |
commit | 983d2f2b36d029f3b64531c1f6ba1de022e746cb (patch) | |
tree | 62dba41613baa874c46f52e3ec08f9f2c0df373b /ext/ffmpeg/gstffmpegmux.c | |
parent | d23028e301e260cc23b2248c1feccc574503509e (diff) |
Re-enable amr muxer. It's a muxer after all. Fixes #575664
Diffstat (limited to 'ext/ffmpeg/gstffmpegmux.c')
-rw-r--r-- | ext/ffmpeg/gstffmpegmux.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/ffmpeg/gstffmpegmux.c b/ext/ffmpeg/gstffmpegmux.c index fe16c0a..a72497c 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; |