summaryrefslogtreecommitdiff
path: root/ext/libav/gstavdemux.c
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2017-06-13 18:50:50 +0200
committerEdward Hervey <bilboed@bilboed.com>2018-02-12 08:27:53 +0100
commitd5b03052417556e9f68eae82ca0f9f19495f429f (patch)
treee2b65cdff404d40f40896f8d5f8b3ace65c51355 /ext/libav/gstavdemux.c
parent3b8171ac37fa5f4768500fcb79b6e1a5042f7293 (diff)
downloadgst-libav-d5b03052417556e9f68eae82ca0f9f19495f429f.tar.gz
Enable gif format, and make it so avdemux_gif and avdec_gif can autoplug
https://bugzilla.gnome.org/show_bug.cgi?id=784684
Diffstat (limited to 'ext/libav/gstavdemux.c')
-rw-r--r--ext/libav/gstavdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libav/gstavdemux.c b/ext/libav/gstavdemux.c
index 33ef89e..e3ff491 100644
--- a/ext/libav/gstavdemux.c
+++ b/ext/libav/gstavdemux.c
@@ -2087,7 +2087,7 @@ gst_ffmpegdemux_register (GstPlugin * plugin)
!strcmp (in_plugin->name, "mpc8") ||
!strcmp (in_plugin->name, "ivf") ||
!strcmp (in_plugin->name, "brstm") ||
- !strcmp (in_plugin->name, "bfstm"))
+ !strcmp (in_plugin->name, "bfstm") || !strcmp (in_plugin->name, "gif"))
rank = GST_RANK_MARGINAL;
else {
GST_DEBUG ("ignoring %s", in_plugin->name);