mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
basevideoencoder: header cosmetic and doc fixes
This commit is contained in:
parent
b0c982db5b
commit
02a065e406
1 changed files with 5 additions and 2 deletions
|
@ -63,18 +63,21 @@ struct _GstBaseVideoEncoder
|
||||||
{
|
{
|
||||||
GstBaseVideoCodec base_video_codec;
|
GstBaseVideoCodec base_video_codec;
|
||||||
|
|
||||||
/*< private >*/
|
/*< protected >*/
|
||||||
gboolean sink_clipping;
|
gboolean sink_clipping;
|
||||||
|
|
||||||
guint64 presentation_frame_number;
|
guint64 presentation_frame_number;
|
||||||
int distance_from_sync;
|
int distance_from_sync;
|
||||||
|
|
||||||
|
gboolean force_keyframe;
|
||||||
|
|
||||||
|
/*< private >*/
|
||||||
|
/* FIXME move to real private part ? */
|
||||||
gboolean set_output_caps;
|
gboolean set_output_caps;
|
||||||
|
|
||||||
gint64 min_latency;
|
gint64 min_latency;
|
||||||
gint64 max_latency;
|
gint64 max_latency;
|
||||||
|
|
||||||
gboolean force_keyframe;
|
|
||||||
GstEvent *force_keyunit_event;
|
GstEvent *force_keyunit_event;
|
||||||
|
|
||||||
union {
|
union {
|
||||||
|
|
Loading…
Reference in a new issue