summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2videoenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/v4l2/gstv4l2videoenc.c')
-rw-r--r--sys/v4l2/gstv4l2videoenc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/v4l2/gstv4l2videoenc.c b/sys/v4l2/gstv4l2videoenc.c
index 6be1bed38..1783b860a 100644
--- a/sys/v4l2/gstv4l2videoenc.c
+++ b/sys/v4l2/gstv4l2videoenc.c
@@ -218,11 +218,6 @@ gst_v4l2_video_enc_stop (GstVideoEncoder * encoder)
gst_v4l2_object_stop (self->v4l2output);
gst_v4l2_object_stop (self->v4l2capture);
- if (self->v4l2output->pool)
- gst_v4l2_buffer_pool_flush (self->v4l2output->pool);
- if (self->v4l2capture->pool)
- gst_v4l2_buffer_pool_flush (self->v4l2capture->pool);
-
if (self->input_state) {
gst_video_codec_state_unref (self->input_state);
self->input_state = NULL;