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:
parent
6a590052fc
commit
f52d545fd0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user