basevideoencoder: Move some fields to the private part of the instance struct
This commit is contained in:
parent
b0000b9041
commit
25002df594
@ -85,8 +85,6 @@ struct _GstBaseVideoEncoder
|
||||
int distance_from_sync;
|
||||
|
||||
gboolean force_keyframe;
|
||||
gboolean force_keyframe_pending;
|
||||
gboolean force_keyframe_headers;
|
||||
|
||||
/*< private >*/
|
||||
/* FIXME move to real private part ?
|
||||
@ -97,8 +95,12 @@ struct _GstBaseVideoEncoder
|
||||
gint64 max_latency;
|
||||
|
||||
GList *current_frame_events;
|
||||
|
||||
GstBuffer *headers;
|
||||
|
||||
gboolean force_keyframe_pending;
|
||||
gboolean force_keyframe_headers;
|
||||
|
||||
union {
|
||||
void *padding;
|
||||
gboolean at_eos;
|
||||
|
Loading…
x
Reference in New Issue
Block a user