GNOME Bugzilla – Bug 687761
videocrop: Add support for automatic cropping (GST 1.0)
Last modified: 2012-11-07 12:51:09 UTC
GStreamer 1.0 version of bug 687655
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).
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).
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).
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