basevideoencoder: Move some fields to the private part of the instance struct

This commit is contained in:
Sebastian Dröge 2011-11-28 19:48:01 +01:00
parent 050700d561
commit db756fb190

View file

@ -85,8 +85,6 @@ struct _GstBaseVideoEncoder
int distance_from_sync; int distance_from_sync;
gboolean force_keyframe; gboolean force_keyframe;
gboolean force_keyframe_pending;
gboolean force_keyframe_headers;
/*< private >*/ /*< private >*/
/* FIXME move to real private part ? /* FIXME move to real private part ?
@ -97,8 +95,12 @@ struct _GstBaseVideoEncoder
gint64 max_latency; gint64 max_latency;
GList *current_frame_events; GList *current_frame_events;
GstBuffer *headers; GstBuffer *headers;
gboolean force_keyframe_pending;
gboolean force_keyframe_headers;
union { union {
void *padding; void *padding;
gboolean at_eos; gboolean at_eos;