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 326160 - videobalance not ported to new GstVideoFilter
videobalance not ported to new GstVideoFilter
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-08 01:52 UTC by Fernando Herrera
Modified: 2006-03-03 14:40 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Fernando Herrera 2006-01-08 01:52:01 UTC
Please describe the problem:
videobalance, currently in gst-plugins-good it not compiling because it has not
yet been ported to the new GstVideoFilter API. It should be moved to -bad or ported

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Wim Taymans 2006-03-03 14:40:23 UTC
        * gst/videofilter/Makefile.am:
        * gst/videofilter/gstvideobalance.c:
        (gst_video_balance_update_tables_planar411),
        (gst_video_balance_is_passthrough),
        (gst_video_balance_update_properties), (oil_tablelookup_u8),
        (gst_video_balance_planar411_ip), (gst_video_balance_set_caps),
        (gst_video_balance_transform_ip), (gst_video_balance_base_init),
        (gst_video_balance_finalize), (gst_video_balance_class_init),
        (gst_video_balance_init), (gst_video_balance_interface_supported),
        (gst_video_balance_interface_init),
        (gst_video_balance_colorbalance_list_channels),
        (gst_video_balance_colorbalance_set_value),
        (gst_video_balance_colorbalance_get_value),
        (gst_video_balance_colorbalance_init),
        (gst_video_balance_set_property), (gst_video_balance_get_property),
        (gst_video_balance_get_type), (plugin_init):
        * gst/videofilter/gstvideobalance.h:
        Ported to 0.10. (Fixes #326160)
        Added docs.