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 345653 - [videocrop] port to 0.10, support all common formats
[videocrop] port to 0.10, support all common formats
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 0.10.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 171916 354007
 
 
Reported: 2006-06-22 13:25 UTC by Tim-Philipp Müller
Modified: 2006-09-02 18:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2006-06-22 13:25:05 UTC
videobox should support more formats, ideally all formats that videoscale supports, but the common RGB ones would be a good start already.
Comment 1 Tim-Philipp Müller 2006-09-02 15:19:42 UTC
Actually, looking at all the stuff videobox does, I think it's better to port the no-frills videocrop element and use that. Videobox does all kinds of extra stuff which is much harder to implement and right for so many formats (like on-the-fly conversion to AYUV and adding coloured borders etc.)

Comment 2 Tim-Philipp Müller 2006-09-02 18:59:51 UTC
 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
        * gst/videocrop/Makefile.am:
        * gst/videocrop/gstvideocrop.c: (gst_video_crop_base_init),
        (gst_video_crop_class_init), (gst_video_crop_init),
        (gst_video_crop_get_image_details_from_caps),
        (gst_video_crop_get_unit_size), (gst_video_crop_transform_packed),
        (gst_video_crop_transform_planar), (gst_video_crop_transform),
        (gst_video_crop_transform_dimension),
        (gst_video_crop_transform_dimension_value),
        (gst_video_crop_transform_caps), (gst_video_crop_set_caps),
        (gst_video_crop_set_property), (gst_video_crop_get_property),
        (plugin_init):
          Port/rewrite videocrop from scratch for GStreamer-0.10, and make
          it support all formats videoscale supports (#345653).