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 b0000b9041
commit 25002df594

View file

@ -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;