mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
avmux: blacklist fifo plugin
Avoids criticals in gst-inspect-1.0 -a
This commit is contained in:
parent
3c3be3125f
commit
b81813d928
1 changed files with 1 additions and 0 deletions
|
@ -928,6 +928,7 @@ gst_ffmpegmux_register (GstPlugin * plugin)
|
|||
(!strncmp (in_plugin->name, "crc", 3)) ||
|
||||
(!strncmp (in_plugin->name, "null", 4)) ||
|
||||
(!strncmp (in_plugin->name, "gif", 3)) ||
|
||||
(!strncmp (in_plugin->name, "fifo", 4)) ||
|
||||
(!strncmp (in_plugin->name, "frame", 5)) ||
|
||||
(!strncmp (in_plugin->name, "image", 5)) ||
|
||||
(!strncmp (in_plugin->name, "mulaw", 5)) ||
|
||||
|
|
Loading…
Reference in a new issue