From 9c468ef2da77239a05659179f0c3c0a5e9464c6c Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Mon, 15 Dec 2014 18:30:01 -0500 Subject: [PATCH] videocrop: Remove todo about caps filter The filter is already interected. --- gst/videocrop/gstvideocrop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 4e536da707..46e44833d5 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -522,7 +522,6 @@ gst_video_crop_transform_dimension_value (const GValue * src_val, return ret; } -/* TODO use filter_caps */ static GstCaps * gst_video_crop_transform_caps (GstBaseTransform * trans, GstPadDirection direction, GstCaps * caps, GstCaps * filter_caps)