summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstvertigo.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv/gstvertigo.c')
-rw-r--r--gst/effectv/gstvertigo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c
index cc3ed947..d44a5a0b 100644
--- a/gst/effectv/gstvertigo.c
+++ b/gst/effectv/gstvertigo.c
@@ -335,7 +335,6 @@ gst_vertigotv_set_property (GObject * object, guint prop_id,
{
GstVertigoTV *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VERTIGOTV (object));
filter = GST_VERTIGOTV (object);
@@ -358,7 +357,6 @@ gst_vertigotv_get_property (GObject * object, guint prop_id, GValue * value,
{
GstVertigoTV *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VERTIGOTV (object));
filter = GST_VERTIGOTV (object);