summaryrefslogtreecommitdiffstats
path: root/gst/colorspace/gstcolorspace.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/colorspace/gstcolorspace.c')
-rw-r--r--gst/colorspace/gstcolorspace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/colorspace/gstcolorspace.c b/gst/colorspace/gstcolorspace.c
index d85e87ef..6b28d8fd 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);