summaryrefslogtreecommitdiffstats
path: root/gst/filter/gstiir.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/filter/gstiir.c')
-rw-r--r--gst/filter/gstiir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c
index 438c35a7..818d495b 100644
--- a/gst/filter/gstiir.c
+++ b/gst/filter/gstiir.c
@@ -226,7 +226,6 @@ gst_iir_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstIIR *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_IIR (object));
filter = GST_IIR (object);
@@ -255,7 +254,6 @@ gst_iir_get_property (GObject * object, guint prop_id, GValue * value,
{
GstIIR *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_IIR (object));
filter = GST_IIR (object);