mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
vapostproc: Notify if hdr-tone-mapping property changes.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2247>
This commit is contained in:
parent
8eccf79fff
commit
722a6c7708
1 changed files with 1 additions and 0 deletions
|
@ -691,6 +691,7 @@ _add_filter_hdr_buffer (GstVaVpp * self,
|
|||
|
||||
bail:
|
||||
self->hdr_mapping = FALSE;
|
||||
g_object_notify (G_OBJECT (self), "hdr-tone-mapping");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue