mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 03:00:35 +00:00
Re-enable amr muxer. It's a muxer after all. Fixes #575664
This commit is contained in:
parent
d23028e301
commit
983d2f2b36
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue