plugin: Fix possible buffer and v_info mismatch

This commit is contained in:
Rafał Dzięgiel
2022-05-11 16:39:59 +02:00
parent 288b829139
commit 7f33db4159
2 changed files with 13 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ struct _GstClapperImporter
{
GstObject parent;
GstCaps *pending_caps;
GstBuffer *pending_buffer, *buffer;
GPtrArray *pending_overlays, *overlays;
GstVideoInfo pending_v_info, v_info;