diff options
Diffstat (limited to 'gst/videoflip/gstvideoflip.c')
-rw-r--r-- | gst/videoflip/gstvideoflip.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/videoflip/gstvideoflip.c b/gst/videoflip/gstvideoflip.c index bdbffc12..cb90fcb1 100644 --- a/gst/videoflip/gstvideoflip.c +++ b/gst/videoflip/gstvideoflip.c @@ -367,7 +367,6 @@ gst_videoflip_set_property (GObject * object, guint prop_id, { GstVideoflip *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_VIDEOFLIP (object)); src = GST_VIDEOFLIP (object); @@ -387,7 +386,6 @@ gst_videoflip_get_property (GObject * object, guint prop_id, GValue * value, { GstVideoflip *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_VIDEOFLIP (object)); src = GST_VIDEOFLIP (object); |