summaryrefslogtreecommitdiffstats
path: root/gst/videofilter/gstvideoflip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilter/gstvideoflip.c')
-rw-r--r--gst/videofilter/gstvideoflip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c
index b6685b2f..c95b53ce 100644
--- a/gst/videofilter/gstvideoflip.c
+++ b/gst/videofilter/gstvideoflip.c
@@ -177,7 +177,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);
@@ -199,7 +198,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);