diff options
Diffstat (limited to 'gst/effectv')
-rw-r--r-- | gst/effectv/gstaging.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstdice.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstedge.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstquark.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstrev.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstshagadelic.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstvertigo.c | 2 | ||||
-rw-r--r-- | gst/effectv/gstwarp.c | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c index 886517cc..97bef900 100644 --- a/gst/effectv/gstaging.c +++ b/gst/effectv/gstaging.c @@ -390,7 +390,6 @@ gst_agingtv_set_property (GObject * object, guint prop_id, const GValue * value, { GstAgingTV *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_AGINGTV (object)); src = GST_AGINGTV (object); @@ -412,7 +411,6 @@ gst_agingtv_get_property (GObject * object, guint prop_id, GValue * value, { GstAgingTV *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_AGINGTV (object)); src = GST_AGINGTV (object); diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c index 84d5052e..e3506e73 100644 --- a/gst/effectv/gstdice.c +++ b/gst/effectv/gstdice.c @@ -332,7 +332,6 @@ gst_dicetv_set_property (GObject * object, guint prop_id, const GValue * value, { GstDiceTV *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DICETV (object)); filter = GST_DICETV (object); @@ -352,7 +351,6 @@ gst_dicetv_get_property (GObject * object, guint prop_id, GValue * value, { GstDiceTV *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DICETV (object)); filter = GST_DICETV (object); 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); 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); diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c index a7f5dd42..429a9b1c 100644 --- a/gst/effectv/gstrev.c +++ b/gst/effectv/gstrev.c @@ -255,7 +255,6 @@ gst_revtv_set_property (GObject * object, guint prop_id, const GValue * value, { GstRevTV *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_REVTV (object)); filter = GST_REVTV (object); @@ -281,7 +280,6 @@ gst_revtv_get_property (GObject * object, guint prop_id, GValue * value, { GstRevTV *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_REVTV (object)); filter = GST_REVTV (object); diff --git a/gst/effectv/gstshagadelic.c b/gst/effectv/gstshagadelic.c index eb134880..e3c50d23 100644 --- a/gst/effectv/gstshagadelic.c +++ b/gst/effectv/gstshagadelic.c @@ -318,7 +318,6 @@ gst_shagadelictv_set_property (GObject * object, guint prop_id, { GstShagadelicTV *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_SHAGADELICTV (object)); filter = GST_SHAGADELICTV (object); @@ -335,7 +334,6 @@ gst_shagadelictv_get_property (GObject * object, guint prop_id, GValue * value, { GstShagadelicTV *filter; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_SHAGADELICTV (object)); filter = GST_SHAGADELICTV (object); 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); diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c index b674a67b..4030613d 100644 --- a/gst/effectv/gstwarp.c +++ b/gst/effectv/gstwarp.c @@ -204,7 +204,6 @@ gst_warptv_set_property (GObject * object, guint prop_id, const GValue * value, { GstWarpTV *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_WARPTV (object)); src = GST_WARPTV (object); @@ -226,7 +225,6 @@ gst_warptv_get_property (GObject * object, guint prop_id, GValue * value, { GstWarpTV *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_WARPTV (object)); src = GST_WARPTV (object); |