GNOME Bugzilla – Bug 670852
[0.11] collectpads2 api review
Last modified: 2012-09-24 18:27:40 UTC
1) collectpads2 has 0 direct tests - the collectpads test should be reviewed and ported 2) collectpads2 still has stuff like gst_collect_pads2_is_active and gst_collect_pads2_collect which are unimplemented and are now part of the API again :/ 3) does it make sense to keep gst_collect_pads2_add_pad and gst_collect_pads2_add_pad_full? 4) one still need the hack to override/extend the event function (e.g. in adder, avimux, ...)
Regarding 4) there is gst_collect_pads2_set_event_function() which the adder port did not use.
Any changes better land soon..
Tests have been ported.
Also, GAP event handling, see bug #678385.
Will make patches for 2 & 3
2) done, 3) todo
Last chance...
I'll do 3) tonight.
Fixed in gstreamer + gst-*