mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
qroverlay: fix updating "data" property in qroverlay element
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5175>
This commit is contained in:
parent
ba61160d6c
commit
3c32ef4854
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ get_qrcode_content (GstBaseQROverlay * base, GstBuffer * buf,
|
|||
|
||||
GST_OBJECT_LOCK (self);
|
||||
content = g_strdup (self->data);
|
||||
*reuse_prev = self->data_changed;
|
||||
*reuse_prev = !self->data_changed;
|
||||
self->data_changed = FALSE;
|
||||
GST_OBJECT_UNLOCK (self);
|
||||
|
||||
|
|
Loading…
Reference in a new issue