diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c index d85e87efa0..6b28d8fd76 100644 --- a/gst/colorspace/gstcolorspace.c +++ b/gst/colorspace/gstcolorspace.c @@ -588,7 +588,6 @@ gst_colorspace_set_property (GObject * object, guint prop_id, { GstColorspace *space; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_COLORSPACE (object)); space = GST_COLORSPACE (object); @@ -604,7 +603,6 @@ gst_colorspace_get_property (GObject * object, guint prop_id, GValue * value, { GstColorspace *space; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_COLORSPACE (object)); space = GST_COLORSPACE (object);