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 687761 - videocrop: Add support for automatic cropping (GST 1.0)
videocrop: Add support for automatic cropping (GST 1.0)
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 687655
 
 
Reported: 2012-11-06 14:16 UTC by Nicolas Dufresne (ndufresne)
Modified: 2012-11-07 12:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
videocrop: Add support for automatic cropping (18.28 KB, patch)
2012-11-06 14:16 UTC, Nicolas Dufresne (ndufresne)
none Details | Review
videocrop: Add support for automatic cropping (18.72 KB, patch)
2012-11-06 17:56 UTC, Nicolas Dufresne (ndufresne)
none Details | Review
videocrop: Add support for automatic cropping (19.16 KB, patch)
2012-11-07 10:14 UTC, Nicolas Dufresne (ndufresne)
committed Details | Review

Description Nicolas Dufresne (ndufresne) 2012-11-06 14:16:44 UTC
GStreamer 1.0 version of bug 687655
Comment 1 Nicolas Dufresne (ndufresne) 2012-11-06 14:16:46 UTC
Created attachment 228249 [details] [review]
videocrop: Add support for automatic cropping

This change enable automatic cropping using -1 set to left, top, right or
bottom property. In the case both side are set to automatic cropping, the
croping will be done equally on both side (in the odd case, right and
bottom cropping will be 1 pixel more).
Comment 2 Nicolas Dufresne (ndufresne) 2012-11-06 17:56:52 UTC
Created attachment 228298 [details] [review]
videocrop: Add support for automatic cropping

This change enable automatic cropping using -1 set to left, top, right or
bottom property. In the case both side are set to automatic cropping, the
croping will be done equally on both side (in the odd case, right and
bottom cropping will be 1 pixel more).
Comment 3 Nicolas Dufresne (ndufresne) 2012-11-07 10:14:15 UTC
Created attachment 228348 [details] [review]
videocrop: Add support for automatic cropping

This change enable automatic cropping using -1 set to left, top, right or
bottom property. In the case both side are set to automatic cropping, the
croping will be done equally on both side (in the odd case, right and
bottom cropping will be 1 pixel more).
Comment 4 Olivier Crête 2012-11-07 10:47:16 UTC
commit 1ad8ebac4487ebf934e58b701a6fc299967426e5
Author: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Date:   Tue Nov 6 15:03:55 2012 +0100

    videocrop: Add support for automatic cropping
    
    This change enable automatic cropping using -1 set to left, top, right or
    bottom property. In the case both side are set to automatic cropping, the
    croping will be done equally on both side (in the odd case, right and
    bottom cropping will be 1 pixel more).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=687761