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) */