diff options
Diffstat (limited to 'gst/deinterlace')
-rw-r--r-- | gst/deinterlace/gstdeinterlace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index df797a84..e5bf2158 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -346,7 +346,6 @@ gst_deinterlace_set_property (GObject * object, guint prop_id, { GstDeInterlace *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DEINTERLACE (object)); filter = GST_DEINTERLACE (object); @@ -375,7 +374,6 @@ gst_deinterlace_get_property (GObject * object, guint prop_id, GValue * value, { GstDeInterlace *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DEINTERLACE (object)); filter = GST_DEINTERLACE (object); |