diff options
Diffstat (limited to 'ext/lcs')
-rw-r--r-- | ext/lcs/gstcolorspace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c index 5f06698f..33ba1854 100644 --- a/ext/lcs/gstcolorspace.c +++ b/ext/lcs/gstcolorspace.c @@ -447,7 +447,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); @@ -463,7 +462,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); |