GNOME Bugzilla – Bug 753687
videoaggregator: Should consider sink pad template caps when return query caps
Last modified: 2015-10-15 22:28:46 UTC
video aggregatro should consider sink pad template caps when return query caps, or the upstream will set caps out of sink pad template caps. When I test 751203, cvstitching element received I420 video format, but cvstitching which based on videoaggregator only accept RGB video format in sink template caps. Attached patch fix the issue.
Created attachment 309364 [details] [review] videoaggregator: Should consider sink pad template caps when return query caps
The reason of need intersect sink pad template caps is "format" has been removed in the function.
This doesn't seem to be relevant anymore as a similar change has already been implemented.