mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
plugin: Fix possible buffer and v_info mismatch
This commit is contained in:
1
lib/gst/plugin/gstclapperimporter.h
vendored
1
lib/gst/plugin/gstclapperimporter.h
vendored
@@ -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;
|
||||
|
Reference in New Issue
Block a user