Way, way, way too many files: Remove crack comment from the 2000 era.
[platform/upstream/gst-plugins-good.git] / gst / videofilter / gstvideoflip.c
index b6685b2..c95b53c 100644 (file)
@@ -177,7 +177,6 @@ gst_videoflip_set_property (GObject * object, guint prop_id,
 {
   GstVideoflip *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VIDEOFLIP (object));
   src = GST_VIDEOFLIP (object);
 
@@ -199,7 +198,6 @@ gst_videoflip_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstVideoflip *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VIDEOFLIP (object));
   src = GST_VIDEOFLIP (object);