summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstedge.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv/gstedge.c')
-rw-r--r--gst/effectv/gstedge.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/effectv/gstedge.c b/gst/effectv/gstedge.c
index 22352f78..257b1046 100644
--- a/gst/effectv/gstedge.c
+++ b/gst/effectv/gstedge.c
@@ -283,7 +283,6 @@ gst_edgetv_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstEdgeTV *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_EDGETV (object));
filter = GST_EDGETV (object);
@@ -300,7 +299,6 @@ gst_edgetv_get_property (GObject * object, guint prop_id, GValue * value,
{
GstEdgeTV *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_EDGETV (object));
filter = GST_EDGETV (object);