GNOME Bugzilla – Bug 754235
playsinkconvertbin: regression after removing accept-caps handler
Last modified: 2015-08-28 18:27:29 UTC
Need to implement a proper one as the default will just push the query into the internally linked elements. Depending on the setup it might just be identity which will only proxy it downstream, making the query only return true if the downstream can actually receive the caps. This would make the case where the converting elements would need to act fail prematurely.
Created attachment 310180 [details] [review] playsinkconvertbin: implement accept-caps handler The default one will just go through the internal elements which might just be identity when it is in passthrough which will lead to the query being handled by the downstream sink, ignoring all that playsinkconvertbin could actually handle and convert.
commit 76d26a60bd761780bdb4865ab6a5950323086e01 Author: Thiago Santos <thiagoss@osg.samsung.com> Date: Fri Aug 28 09:36:15 2015 -0300 playsinkconvertbin: implement accept-caps handler The default one will just go through the internal elements which might just be identity when it is in passthrough which will lead to the query being handled by the downstream sink, ignoring all that playsinkconvertbin could actually handle and convert. https://bugzilla.gnome.org/show_bug.cgi?id=754235