libs: encoder: clean two virtual func in encoder class

set_property and get_default_properties functions are no longer
needed for encoder class.
This commit is contained in:
He Junyan 2019-08-29 18:44:36 +08:00
parent 6a590052fc
commit f52d545fd0

View file

@ -321,12 +321,6 @@ struct _GstVaapiEncoderClass
const GstVaapiEncoderClassData *class_data;
GstVaapiEncoderStatus (*reconfigure) (GstVaapiEncoder * encoder);
GPtrArray * (*get_default_properties) (void);
GstVaapiEncoderStatus (*set_property) (GstVaapiEncoder * encoder,
gint prop_id,
const GValue * value);
GstVaapiEncoderStatus (*reordering) (GstVaapiEncoder * encoder,
GstVideoCodecFrame * in,
GstVaapiEncPicture ** out);