Way, way, way too many files: Remove crack comment from the 2000 era.
[platform/upstream/gst-plugins-good.git] / gst / videofilter / gstvideotemplate.c
index 4cfe14f..8009cd5 100644 (file)
@@ -178,7 +178,6 @@ gst_videotemplate_set_property (GObject * object, guint prop_id,
 {
   GstVideotemplate *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VIDEOTEMPLATE (object));
   src = GST_VIDEOTEMPLATE (object);
 
@@ -200,7 +199,6 @@ gst_videotemplate_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstVideotemplate *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VIDEOTEMPLATE (object));
   src = GST_VIDEOTEMPLATE (object);