Fix buffer reference counts

This commit is contained in:
Kamil Trzcinski
2022-04-06 09:53:48 +02:00
parent 57b6e2a94c
commit 6218cd3020
9 changed files with 33 additions and 25 deletions

View File

@ -53,7 +53,7 @@ void http_video(http_worker_t *worker, FILE *stream)
device_video_force_key(buf->buf_list->device);
requested_key_frame = true;
}
buffer_consumed(buf);
buffer_consumed(buf, "h264-stream");
}
error: