GNOME Bugzilla – Bug 733808
videomedian: add "iteration" property for higher resolution video where existing filter sizes are not enough
Last modified: 2018-11-03 14:53:35 UTC
Created attachment 281802 [details] [review] add an iteration property to the videomedian element The videomedian element just supports two filter sizes: 5 and 9, but it is not enough for high-resolution videos. Therefore, I added an iteration property to the videomedian element for handling high-resolution videos.
Test command: gst-launch-1.0 videotestsrc ! videomedian iteration=100 ! xvimagesink
Thanks for the patch, sorry it's been sitting unreviewed in bugzilla for so long. Silly question: would it perhaps make sense to add more filter sizes to cater for your use case, or does it really have to be multiple iterations? (which could still be useful independently) Other than that, it would be great if you could provide a patch in "git format-patch" format, that is with your name and e-mail address and commit message in it already. Also, I wonder if the property should be called "iterations" or "num-iterations" instead.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/124.