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 782918 - aggregator: Add propose_allocation vfunc
aggregator: Add propose_allocation vfunc
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-21 13:39 UTC by Olivier Crête
Modified: 2017-05-22 07:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
aggregator: Caps event always goes to the aggregate thread (1.06 KB, patch)
2017-05-21 13:44 UTC, Olivier Crête
committed Details | Review
aggregator: Check for the result of caps events (2.40 KB, patch)
2017-05-21 13:44 UTC, Olivier Crête
committed Details | Review
aggregator: Implement propose allocation (2.73 KB, patch)
2017-05-21 13:44 UTC, Olivier Crête
committed Details | Review
gl*mixer: Use propose_allocation from the GstAggregator base class (9.06 KB, patch)
2017-05-21 13:45 UTC, Olivier Crête
committed Details | Review
videoaggregator: Declare that it supports the video meta on input (1.58 KB, patch)
2017-05-21 13:45 UTC, Olivier Crête
committed Details | Review

Description Olivier Crête 2017-05-21 13:39:05 UTC
Add a propose allocation vfunc to the GstAggregator, this is largely taking the code from the GL subclass and moving up upwards.
Comment 1 Olivier Crête 2017-05-21 13:44:45 UTC
Created attachment 352276 [details] [review]
aggregator: Caps event always goes to the aggregate thread

So no need to check it here.
Comment 2 Olivier Crête 2017-05-21 13:44:50 UTC
Created attachment 352277 [details] [review]
aggregator: Check for the result of caps events
Comment 3 Olivier Crête 2017-05-21 13:44:56 UTC
Created attachment 352278 [details] [review]
aggregator: Implement propose allocation
Comment 4 Olivier Crête 2017-05-21 13:45:01 UTC
Created attachment 352279 [details] [review]
gl*mixer: Use propose_allocation from the GstAggregator base class
Comment 5 Olivier Crête 2017-05-21 13:45:06 UTC
Created attachment 352280 [details] [review]
videoaggregator: Declare that it supports the video meta on input
Comment 6 Olivier Crête 2017-05-21 16:18:19 UTC
Attachment 352276 [details] pushed as a463859 - aggregator: Caps event always goes to the aggregate thread
Attachment 352277 [details] pushed as 20bf97f - aggregator: Check for the result of caps events
Attachment 352278 [details] pushed as 431dc97 - aggregator: Implement propose allocation
Attachment 352279 [details] pushed as 1a2df04 - gl*mixer: Use propose_allocation from the GstAggregator base class
Attachment 352280 [details] pushed as 68bb5bf - videoaggregator: Declare that it supports the video meta on input