After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753687 - videoaggregator: Should consider sink pad template caps when return query caps
videoaggregator: Should consider sink pad template caps when return query caps
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 751203
 
 
Reported: 2015-08-16 14:51 UTC by kevin
Modified: 2015-10-15 22:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videoaggregator: Should consider sink pad template caps when return query caps (1.89 KB, patch)
2015-08-16 14:53 UTC, kevin
none Details | Review

Description kevin 2015-08-16 14:51:25 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.
Comment 1 kevin 2015-08-16 14:53:52 UTC
Created attachment 309364 [details] [review]
videoaggregator: Should consider sink pad template caps when return query caps
Comment 2 kevin 2015-08-16 15:03:04 UTC
The reason of need intersect sink pad template caps is "format" has been removed in the function.
Comment 3 Matthew Waters (ystreet00) 2015-10-15 22:28:46 UTC
This doesn't seem to be relevant anymore as a similar change has already been implemented.