Way, way, way too many files: Remove crack comment from the 2000 era.
[platform/upstream/gst-plugins-good.git] / gst / oldcore / gstpipefilter.c
index f802124..f137189 100644 (file)
@@ -245,7 +245,6 @@ gst_pipefilter_set_property (GObject * object, guint prop_id,
 {
   GstPipefilter *pipefilter;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_PIPEFILTER (object));
   pipefilter = GST_PIPEFILTER (object);
 
@@ -266,7 +265,6 @@ gst_pipefilter_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstPipefilter *pipefilter;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_PIPEFILTER (object));
   pipefilter = GST_PIPEFILTER (object);