diff options
Diffstat (limited to 'gst/smooth/gstsmooth.c')
-rw-r--r-- | gst/smooth/gstsmooth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c index 0ebca104..4654281d 100644 --- a/gst/smooth/gstsmooth.c +++ b/gst/smooth/gstsmooth.c @@ -284,7 +284,6 @@ gst_smooth_set_property (GObject * object, guint prop_id, const GValue * value, { GstSmooth *smooth; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_SMOOTH (object)); smooth = GST_SMOOTH (object); @@ -312,7 +311,6 @@ gst_smooth_get_property (GObject * object, guint prop_id, GValue * value, { GstSmooth *smooth; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_SMOOTH (object)); smooth = GST_SMOOTH (object); |