GNOME Bugzilla – Bug 113207
tee doesn't pass caps properly
Last modified: 2004-12-22 21:47:04 UTC
tee doesn't pass caps properly. This can be seen using videotestsrc ! tee ! xvideosink videotestsrc fourcc="I420" ! tee ! xvideosink smpte ! tee ! xvideosink etc.
I changed how tee handles caps negotiation, so it seems to work in the above cases. Tee probably needs a bit more work in this area, but we need some test cases first.
can you give an example of what testcases you would want so I can write them ?
This is apparently fixed in HEAD/CVS with the new caps system. Indeed, videotestsrc/tee works now, to give an example.