GNOME Bugzilla – Bug 679729
Buffer-list functionality is missing in multiudpsink
Last modified: 2012-07-13 07:36:18 UTC
Created attachment 218499 [details] [review] added buffer-list support in multiudpsink Buffer-list support has been removed from multiudpsink. The attached patch re-enables buffer-list support in multiudpsink. The patch re-enables udpsink unit tests as well.
> Buffer-list support has been removed from multiudpsink. This was intentional because the default bufferlist handling in basesink should be enough. Am I missing something?
Ok, now I understand how it works ;-). Basically, the virtual render_list function can/will be removed from basesink, correct? Ignore my patch. Sorry for the inconvenience!
> [T]he virtual render_list function can/will be removed from > basesink, correct? I think this is true in this particular case, but there are still scenarios where the render_list function is useful, e.g. in multifilesink when buffer lists are used to group a GOP (and you only want to write a whole GOP to file).
I understand. Thank you for your answer.