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 733808 - videomedian: add "iteration" property for higher resolution video where existing filter sizes are not enough
videomedian: add "iteration" property for higher resolution video where exist...
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-07-27 06:32 UTC by hubbup
Modified: 2018-11-03 14:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add an iteration property to the videomedian element (7.17 KB, patch)
2014-07-27 06:32 UTC, hubbup
needs-work Details | Review

Description hubbup 2014-07-27 06:32:08 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.
Comment 1 hubbup 2014-07-27 07:05:58 UTC
Test command:
gst-launch-1.0 videotestsrc ! videomedian iteration=100 ! xvimagesink
Comment 2 Tim-Philipp Müller 2016-01-08 18:19:50 UTC
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.
Comment 3 GStreamer system administrator 2018-11-03 14:53:35 UTC
-- 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.