mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
vaapipostproc: fix mising metadata when using system
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1325>
This commit is contained in:
parent
55e04d129f
commit
219d757ac5
1 changed files with 3 additions and 0 deletions
|
@ -1578,6 +1578,9 @@ gst_vaapipostproc_transform (GstBaseTransform * trans, GstBuffer * inbuf,
|
|||
ret = gst_vaapipostproc_passthrough (trans, buf, outbuf);
|
||||
|
||||
done:
|
||||
if (sys_buf)
|
||||
copy_metadata (postproc, sys_buf, buf);
|
||||
|
||||
gst_buffer_unref (buf);
|
||||
|
||||
if (sys_buf) {
|
||||
|
|
Loading…
Reference in a new issue