summaryrefslogtreecommitdiffstats
path: root/gst/filter
diff options
context:
space:
mode:
Diffstat (limited to 'gst/filter')
-rw-r--r--gst/filter/gstbpwsinc.c2
-rw-r--r--gst/filter/gstiir.c2
-rw-r--r--gst/filter/gstlpwsinc.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/gst/filter/gstbpwsinc.c b/gst/filter/gstbpwsinc.c
index 7be94398..c96da82f 100644
--- a/gst/filter/gstbpwsinc.c
+++ b/gst/filter/gstbpwsinc.c
@@ -345,7 +345,6 @@ gst_bpwsinc_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstBPWSinc *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_BPWSINC (object));
filter = GST_BPWSINC (object);
@@ -371,7 +370,6 @@ gst_bpwsinc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstBPWSinc *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_BPWSINC (object));
filter = GST_BPWSINC (object);
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);
diff --git a/gst/filter/gstlpwsinc.c b/gst/filter/gstlpwsinc.c
index e5406143..bf2773e6 100644
--- a/gst/filter/gstlpwsinc.c
+++ b/gst/filter/gstlpwsinc.c
@@ -292,7 +292,6 @@ gst_lpwsinc_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstLPWSinc *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_LPWSINC (object));
filter = GST_LPWSINC (object);
@@ -315,7 +314,6 @@ gst_lpwsinc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstLPWSinc *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_LPWSINC (object));
filter = GST_LPWSINC (object);