diff options
Diffstat (limited to 'gst/effectv/gstaging.c')
-rw-r--r-- | gst/effectv/gstaging.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c index 886517cc..97bef900 100644 --- a/gst/effectv/gstaging.c +++ b/gst/effectv/gstaging.c @@ -390,7 +390,6 @@ gst_agingtv_set_property (GObject * object, guint prop_id, const GValue * value, { GstAgingTV *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_AGINGTV (object)); src = GST_AGINGTV (object); @@ -412,7 +411,6 @@ gst_agingtv_get_property (GObject * object, guint prop_id, GValue * value, { GstAgingTV *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_AGINGTV (object)); src = GST_AGINGTV (object); |