mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
vaapivideomemory: comment style
https://bugzilla.gnome.org/show_bug.cgi?id=773497
This commit is contained in:
parent
289a8e5b87
commit
34e8579238
1 changed files with 2 additions and 1 deletions
|
@ -352,7 +352,8 @@ gst_vaapi_video_memory_reset_image (GstVaapiVideoMemory * mem)
|
|||
mem->image = NULL;
|
||||
}
|
||||
|
||||
/* Don't synchronize to surface, this shall have happened during unmaps */
|
||||
/* Don't synchronize to surface, this shall have happened during
|
||||
* unmaps */
|
||||
GST_VAAPI_VIDEO_MEMORY_FLAG_UNSET (mem,
|
||||
GST_VAAPI_VIDEO_MEMORY_FLAG_IMAGE_IS_CURRENT);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue