summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstquark.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv/gstquark.c')
-rw-r--r--gst/effectv/gstquark.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/effectv/gstquark.c b/gst/effectv/gstquark.c
index e5df61be..8094b829 100644
--- a/gst/effectv/gstquark.c
+++ b/gst/effectv/gstquark.c
@@ -317,7 +317,6 @@ gst_quarktv_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstQuarkTV *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_QUARKTV (object));
filter = GST_QUARKTV (object);
@@ -360,7 +359,6 @@ gst_quarktv_get_property (GObject * object, guint prop_id, GValue * value,
{
GstQuarkTV *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_QUARKTV (object));
filter = GST_QUARKTV (object);