mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
gstav: stop calling deprecated registration methods
https://bugzilla.gnome.org/show_bug.cgi?id=792900
This commit is contained in:
parent
1035d6c820
commit
c214205430
1 changed files with 0 additions and 7 deletions
|
@ -28,10 +28,6 @@
|
|||
#include <string.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include <libavcodec/avcodec.h>
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libavfilter/avfilter.h>
|
||||
|
||||
#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);
|
||||
|
|
Loading…
Reference in a new issue