GNOME Bugzilla – Bug 688415
[textoverlay] Does not proxy the ALLOCATION query
Last modified: 2012-11-15 17:47:51 UTC
The textoverlay element does not proxy the ALLOCATION query. It will make the query not arrive stop at this element when an upstream element do this query. In the case of playbin2 for example, decoders will query allocation downstream to use a common bufferpool, but as there is a textoverlay on the way, it will never be able to use the pool from the sink. In the end useless memcopy happens in the sink because of the fact that sinks usually wait for buffers that have been allocated by its own pool (it is the case for xvimagesink and ximagesink at least).
Created attachment 229070 [details] [review] Make textoverlay proxy ALLOCATION queries This should apply on both 1.0 and master.
This is fixed already, no? *** This bug has been marked as a duplicate of bug 687459 ***