GNOME Bugzilla – Bug 797230
video-overlay-composition: Handle miniobject writability correctly
Last modified: 2018-10-01 17:07:31 UTC
See commit message
Created attachment 373815 [details] [review] video-overlay-composition: Handle miniobject writability correctly By tracking parents and using the proper GstMiniObject API for detecting writability instead of just the reference count.
This does *not* handle correctly the case when there are multiple references to the buffer that contains the meta with a otherwise writable overlay composition. We can't correctly set the parent-child relationship for the buffer->overlay composition because of the meta in between, and elements overwriting the overlay composition inside the meta directly without caring for anything.
Attachment 373815 [details] pushed as bb0d58a - video-overlay-composition: Handle miniobject writability correctly