From c214205430dc62f203bfde087d66773bcae2f151 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 29 Jun 2018 21:54:11 +0200 Subject: [PATCH] gstav: stop calling deprecated registration methods https://bugzilla.gnome.org/show_bug.cgi?id=792900 --- ext/libav/gstav.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ext/libav/gstav.c b/ext/libav/gstav.c index 709e588..facc700 100644 --- a/ext/libav/gstav.c +++ b/ext/libav/gstav.c @@ -28,10 +28,6 @@ #include #include -#include -#include -#include - #include "gstav.h" #include "gstavutils.h" @@ -157,9 +153,6 @@ plugin_init (GstPlugin * plugin) gst_ffmpeg_init_pix_fmt_info (); - av_register_all (); - avfilter_register_all (); - gst_ffmpegaudenc_register (plugin); gst_ffmpegvidenc_register (plugin); gst_ffmpegauddec_register (plugin); -- 2.7.4