From 3ef25c28cd73973f27ffe4bf9e6f368a0b106c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 18 Apr 2010 22:45:58 +0200 Subject: [PATCH] videofilter: Update last-reviewed comments --- gst/videofilter/gstgamma.c | 2 ++ gst/videofilter/gstvideobalance.c | 2 +- gst/videofilter/gstvideoflip.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c index d4565f77b8..1a550ed408 100644 --- a/gst/videofilter/gstgamma.c +++ b/gst/videofilter/gstgamma.c @@ -42,6 +42,8 @@ * gst-launch videotestsrc ! gamma gamma=0.5 ! ffmpegcolorspace ! ximagesink * ]| This pipeline will make the image "darker". * + * + * Last reviewed on 2010-04-18 (0.10.22) */ #ifdef HAVE_CONFIG_H diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c index 7cd16bb9a9..dc456cdae0 100644 --- a/gst/videofilter/gstvideobalance.c +++ b/gst/videofilter/gstvideobalance.c @@ -37,7 +37,7 @@ * saturation to 0.0. * * - * Last reviewed on 2006-03-03 (0.10.3) + * Last reviewed on 2010-04-18 (0.10.22) */ #ifdef HAVE_CONFIG_H diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c index a697eb7b92..bcbb826ae7 100644 --- a/gst/videofilter/gstvideoflip.c +++ b/gst/videofilter/gstvideoflip.c @@ -35,7 +35,7 @@ * ]| This pipeline flips the test image 90 degrees clockwise. * * - * Last reviewed on 2006-03-03 (0.10.3) + * Last reviewed on 2010-04-18 (0.10.22) */