remove spurious gst_video_info_init()
authorVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Fri, 20 May 2016 17:33:39 +0000 (19:33 +0200)
committerVíctor Manuel Jáquez Leal <victorx.jaquez@intel.com>
Fri, 20 May 2016 17:33:39 +0000 (19:33 +0200)
commitd69917ecca8a8600246c9bcdd6652897f386fb1a
tree578011f82988ef41b934c94bda3041dfe968414d
parent35f6ce964d23bddd18e510135643042213f34b95
remove spurious gst_video_info_init()

gst_video_info_set_format() and gst_video_info_from_caps() call, internally,
gst_video_info_init(), hence it is not required to call it before them. This
patch removes these spurious calls.
gst-libs/gst/vaapi/gstvaapisurface_drm.c
gst/vaapi/gstvaapipluginbase.c
gst/vaapi/gstvaapipostproc.c
tests/simple-encoder.c