basevideoencoder: enable clipping by default
This commit is contained in:
parent
3f0824b699
commit
d567fa2834
@ -116,6 +116,9 @@ gst_base_video_encoder_init (GstBaseVideoEncoder * base_video_encoder,
|
|||||||
GST_DEBUG_FUNCPTR (gst_base_video_encoder_src_event));
|
GST_DEBUG_FUNCPTR (gst_base_video_encoder_src_event));
|
||||||
|
|
||||||
base_video_encoder->a.at_eos = FALSE;
|
base_video_encoder->a.at_eos = FALSE;
|
||||||
|
|
||||||
|
/* encoder is expected to do so */
|
||||||
|
base_video_encoder->sink_clipping = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user