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 412704 - [PATCH] gamma filter ported to 0.10
[PATCH] gamma filter ported to 0.10
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal enhancement
: 0.10.6
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-27 17:39 UTC by Mark Nauwelaerts
Modified: 2007-02-28 10:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch implementing port (25.43 KB, patch)
2007-02-27 17:44 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2007-02-27 17:39:05 UTC
see patch for implementation (gamma is part of videofilter plugin);
was not yet ported, and afaik, there's no other element including this functionality (?)
Comment 1 Mark Nauwelaerts 2007-02-27 17:44:05 UTC
Created attachment 83480 [details] [review]
Patch implementing port

* Port gamma filter to 0.10
* Includes unit test (also for other videofilter elements)
Comment 2 Wim Taymans 2007-02-28 10:17:45 UTC
        Patch by: Mark Nauwelaerts <manauw at skynet be>

        * gst/videofilter/Makefile.am:
        * gst/videofilter/gstgamma.c: (gst_gamma_base_init),
        (gst_gamma_class_init), (gst_gamma_init), (gst_gamma_set_property),
        (gst_gamma_get_property), (gst_gamma_calculate_tables),
        (oil_tablelookup_u8), (gst_gamma_set_caps),
        (gst_gamma_planar411_ip), (gst_gamma_transform_ip), (plugin_init):
        Port gamma filter to 0.10. Fixes #412704.

        * tests/check/Makefile.am:
        * tests/check/elements/videofilter.c: (setup_filter),
        (cleanup_filter), (check_filter), (GST_START_TEST),
        (videobalance_suite), (videoflip_suite), (gamma_suite), (main):
        Add unit tests for videofilters.