summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/cairo/gsttextoverlay.c2
-rw-r--r--ext/cairo/gsttimeoverlay.c2
-rw-r--r--ext/dv/gstdvdec.c2
-rw-r--r--ext/esd/esdmon.c2
-rw-r--r--ext/libcaca/gstcacasink.c2
-rw-r--r--ext/mikmod/gstmikmod.c2
-rw-r--r--ext/pango/gsttextoverlay.c2
-rw-r--r--ext/pango/gsttimeoverlay.c2
-rw-r--r--ext/raw1394/gstdv1394src.c2
-rw-r--r--ext/shout2/gstshout2.c2
-rw-r--r--ext/speex/gstspeexdec.c2
-rw-r--r--ext/speex/gstspeexenc.c2
-rw-r--r--gst/alpha/gstalpha.c2
-rw-r--r--gst/audiofx/audiowsincband.c2
-rw-r--r--gst/audiofx/audiowsinclimit.c2
-rw-r--r--gst/avi/gstavimux.c2
-rw-r--r--gst/debug/gstnavigationtest.c2
-rw-r--r--gst/effectv/gstaging.c2
-rw-r--r--gst/effectv/gstdice.c2
-rw-r--r--gst/effectv/gstedge.c2
-rw-r--r--gst/effectv/gstquark.c2
-rw-r--r--gst/effectv/gstrev.c2
-rw-r--r--gst/effectv/gstshagadelic.c2
-rw-r--r--gst/effectv/gstvertigo.c2
-rw-r--r--gst/effectv/gstwarp.c2
-rw-r--r--gst/flx/gstflxdec.c2
-rw-r--r--gst/median/gstmedian.c2
-rw-r--r--gst/oldcore/gstaggregator.c2
-rw-r--r--gst/oldcore/gstfdsink.c2
-rw-r--r--gst/oldcore/gstmd5sink.c1
-rw-r--r--gst/oldcore/gstmultifilesrc.c2
-rw-r--r--gst/oldcore/gstpipefilter.c2
-rw-r--r--gst/oldcore/gstshaper.c2
-rw-r--r--gst/oldcore/gststatistics.c2
-rw-r--r--gst/rtp/gstrtpL16depay.c2
-rw-r--r--gst/rtp/gstrtpL16enc.c2
-rw-r--r--gst/rtp/gstrtpL16parse.c2
-rw-r--r--gst/rtp/gstrtpL16pay.c2
-rw-r--r--gst/rtp/gstrtpgsmdepay.c2
-rw-r--r--gst/rtp/gstrtpgsmenc.c2
-rw-r--r--gst/rtp/gstrtpgsmparse.c2
-rw-r--r--gst/rtp/gstrtpgsmpay.c2
-rw-r--r--gst/spectrum/gstspectrum.c1
-rw-r--r--gst/videocrop/gstvideocrop.c1
-rw-r--r--gst/videofilter/gstgamma.c2
-rw-r--r--gst/videofilter/gstvideobalance.c2
-rw-r--r--gst/videofilter/gstvideofilter.c2
-rw-r--r--gst/videofilter/gstvideoflip.c2
-rw-r--r--gst/videofilter/gstvideotemplate.c2
-rw-r--r--gst/videoflip/gstvideoflip.c2
-rw-r--r--sys/v4l2/gstv4l2element.c2
51 files changed, 0 insertions, 99 deletions
diff --git a/ext/cairo/gsttextoverlay.c b/ext/cairo/gsttextoverlay.c
index 973d07b9..fa5c493c 100644
--- a/ext/cairo/gsttextoverlay.c
+++ b/ext/cairo/gsttextoverlay.c
@@ -630,7 +630,6 @@ gst_textoverlay_set_property (GObject * object, guint prop_id,
{
GstTextOverlay *overlay;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
overlay = GST_TEXTOVERLAY (object);
@@ -696,7 +695,6 @@ gst_textoverlay_get_property (GObject * object, guint prop_id, GValue * value,
{
GstTextOverlay *overlay;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
overlay = GST_TEXTOVERLAY (object);
diff --git a/ext/cairo/gsttimeoverlay.c b/ext/cairo/gsttimeoverlay.c
index f3cb3dc9..c066707e 100644
--- a/ext/cairo/gsttimeoverlay.c
+++ b/ext/cairo/gsttimeoverlay.c
@@ -153,7 +153,6 @@ gst_timeoverlay_set_property (GObject * object, guint prop_id,
{
GstTimeoverlay *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
src = GST_TIMEOVERLAY (object);
@@ -175,7 +174,6 @@ gst_timeoverlay_get_property (GObject * object, guint prop_id, GValue * value,
{
GstTimeoverlay *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
src = GST_TIMEOVERLAY (object);
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c
index 03808d1d..ad99dd0c 100644
--- a/ext/dv/gstdvdec.c
+++ b/ext/dv/gstdvdec.c
@@ -1150,7 +1150,6 @@ gst_dvdec_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstDVDec *dvdec;
- /* It's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DVDEC (object));
/* Get a pointer of the right type. */
@@ -1185,7 +1184,6 @@ gst_dvdec_get_property (GObject * object, guint prop_id, GValue * value,
{
GstDVDec *dvdec;
- /* It's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DVDEC (object));
dvdec = GST_DVDEC (object);
diff --git a/ext/esd/esdmon.c b/ext/esd/esdmon.c
index 46e5141b..73dba49b 100644
--- a/ext/esd/esdmon.c
+++ b/ext/esd/esdmon.c
@@ -285,7 +285,6 @@ gst_esdmon_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstEsdmon *esdmon;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_ESDMON (object));
esdmon = GST_ESDMON (object);
@@ -331,7 +330,6 @@ gst_esdmon_get_property (GObject * object, guint prop_id, GValue * value,
{
GstEsdmon *esdmon;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_ESDMON (object));
esdmon = GST_ESDMON (object);
diff --git a/ext/libcaca/gstcacasink.c b/ext/libcaca/gstcacasink.c
index 91b5eb6a..1ccd728f 100644
--- a/ext/libcaca/gstcacasink.c
+++ b/ext/libcaca/gstcacasink.c
@@ -272,7 +272,6 @@ gst_cacasink_set_property (GObject * object, guint prop_id,
{
GstCACASink *cacasink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_CACASINK (object));
cacasink = GST_CACASINK (object);
@@ -305,7 +304,6 @@ gst_cacasink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstCACASink *cacasink;
- /* it's not null if we got it, but it might not be ours */
cacasink = GST_CACASINK (object);
switch (prop_id) {
diff --git a/ext/mikmod/gstmikmod.c b/ext/mikmod/gstmikmod.c
index ba66839a..f2b387d9 100644
--- a/ext/mikmod/gstmikmod.c
+++ b/ext/mikmod/gstmikmod.c
@@ -439,7 +439,6 @@ gst_mikmod_set_property (GObject * object, guint id, const GValue * value,
{
GstMikMod *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MIKMOD (object));
filter = GST_MIKMOD (object);
@@ -496,7 +495,6 @@ gst_mikmod_get_property (GObject * object, guint id, GValue * value,
{
GstMikMod *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MIKMOD (object));
filter = GST_MIKMOD (object);
diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c
index 8b427ffb..c768effa 100644
--- a/ext/pango/gsttextoverlay.c
+++ b/ext/pango/gsttextoverlay.c
@@ -705,7 +705,6 @@ gst_textoverlay_set_property (GObject * object, guint prop_id,
{
GstTextOverlay *overlay;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
overlay = GST_TEXTOVERLAY (object);
@@ -778,7 +777,6 @@ gst_textoverlay_get_property (GObject * object, guint prop_id, GValue * value,
{
GstTextOverlay *overlay;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TEXTOVERLAY (object));
overlay = GST_TEXTOVERLAY (object);
diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c
index d4226464..ecbf3cab 100644
--- a/ext/pango/gsttimeoverlay.c
+++ b/ext/pango/gsttimeoverlay.c
@@ -162,7 +162,6 @@ gst_timeoverlay_set_property (GObject * object, guint prop_id,
{
GstTimeoverlay *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
src = GST_TIMEOVERLAY (object);
@@ -184,7 +183,6 @@ gst_timeoverlay_get_property (GObject * object, guint prop_id, GValue * value,
{
GstTimeoverlay *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_TIMEOVERLAY (object));
src = GST_TIMEOVERLAY (object);
diff --git a/ext/raw1394/gstdv1394src.c b/ext/raw1394/gstdv1394src.c
index 2ebfb962..2e939d0f 100644
--- a/ext/raw1394/gstdv1394src.c
+++ b/ext/raw1394/gstdv1394src.c
@@ -263,7 +263,6 @@ gst_dv1394src_set_property (GObject * object, guint prop_id,
{
GstDV1394Src *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DV1394SRC (object));
filter = GST_DV1394SRC (object);
@@ -300,7 +299,6 @@ gst_dv1394src_get_property (GObject * object, guint prop_id, GValue * value,
{
GstDV1394Src *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DV1394SRC (object));
filter = GST_DV1394SRC (object);
diff --git a/ext/shout2/gstshout2.c b/ext/shout2/gstshout2.c
index f3061e53..513390ea 100644
--- a/ext/shout2/gstshout2.c
+++ b/ext/shout2/gstshout2.c
@@ -386,7 +386,6 @@ gst_shout2send_set_property (GObject * object, guint prop_id,
{
GstShout2send *shout2send;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SHOUT2SEND (object));
shout2send = GST_SHOUT2SEND (object);
@@ -455,7 +454,6 @@ gst_shout2send_get_property (GObject * object, guint prop_id, GValue * value,
{
GstShout2send *shout2send;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SHOUT2SEND (object));
shout2send = GST_SHOUT2SEND (object);
diff --git a/ext/speex/gstspeexdec.c b/ext/speex/gstspeexdec.c
index b172d556..51000818 100644
--- a/ext/speex/gstspeexdec.c
+++ b/ext/speex/gstspeexdec.c
@@ -538,7 +538,6 @@ gst_speexdec_get_property (GObject * object, guint prop_id,
{
GstSpeexDec *speexdec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SPEEXDEC (object));
speexdec = GST_SPEEXDEC (object);
@@ -559,7 +558,6 @@ gst_speexdec_set_property (GObject * object, guint prop_id,
{
GstSpeexDec *speexdec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SPEEXDEC (object));
speexdec = GST_SPEEXDEC (object);
diff --git a/ext/speex/gstspeexenc.c b/ext/speex/gstspeexenc.c
index 009a0e18..925fd5ec 100644
--- a/ext/speex/gstspeexenc.c
+++ b/ext/speex/gstspeexenc.c
@@ -978,7 +978,6 @@ gst_speexenc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstSpeexEnc *speexenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SPEEXENC (object));
speexenc = GST_SPEEXENC (object);
@@ -1023,7 +1022,6 @@ gst_speexenc_set_property (GObject * object, guint prop_id,
{
GstSpeexEnc *speexenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SPEEXENC (object));
speexenc = GST_SPEEXENC (object);
diff --git a/gst/alpha/gstalpha.c b/gst/alpha/gstalpha.c
index 4e403cbc..4b4ed1c8 100644
--- a/gst/alpha/gstalpha.c
+++ b/gst/alpha/gstalpha.c
@@ -293,7 +293,6 @@ gst_alpha_set_property (GObject * object, guint prop_id,
{
GstAlpha *alpha;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_ALPHA (object));
alpha = GST_ALPHA (object);
@@ -351,7 +350,6 @@ gst_alpha_get_property (GObject * object, guint prop_id, GValue * value,
{
GstAlpha *alpha;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_ALPHA (object));
alpha = GST_ALPHA (object);
diff --git a/gst/audiofx/audiowsincband.c b/gst/audiofx/audiowsincband.c
index 7be94398..c96da82f 100644
--- a/gst/audiofx/audiowsincband.c
+++ b/gst/audiofx/audiowsincband.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/audiofx/audiowsinclimit.c b/gst/audiofx/audiowsinclimit.c
index e5406143..bf2773e6 100644
--- a/gst/audiofx/audiowsinclimit.c
+++ b/gst/audiofx/audiowsinclimit.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);
diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c
index 9dc46202..feac45e1 100644
--- a/gst/avi/gstavimux.c
+++ b/gst/avi/gstavimux.c
@@ -1276,7 +1276,6 @@ gst_avimux_get_property (GObject * object,
{
GstAviMux *avimux;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_AVIMUX (object));
avimux = GST_AVIMUX (object);
@@ -1296,7 +1295,6 @@ gst_avimux_set_property (GObject * object,
{
GstAviMux *avimux;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_AVIMUX (object));
avimux = GST_AVIMUX (object);
diff --git a/gst/debug/gstnavigationtest.c b/gst/debug/gstnavigationtest.c
index 97754d56..99d674d9 100644
--- a/gst/debug/gstnavigationtest.c
+++ b/gst/debug/gstnavigationtest.c
@@ -219,7 +219,6 @@ gst_navigationtest_set_property (GObject * object, guint prop_id,
{
GstNavigationtest *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_NAVIGATIONTEST (object));
src = GST_NAVIGATIONTEST (object);
@@ -241,7 +240,6 @@ gst_navigationtest_get_property (GObject * object, guint prop_id,
{
GstNavigationtest *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_NAVIGATIONTEST (object));
src = GST_NAVIGATIONTEST (object);
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);
diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c
index 68f44559..a0a6c282 100644
--- a/gst/flx/gstflxdec.c
+++ b/gst/flx/gstflxdec.c
@@ -614,7 +614,6 @@ gst_flxdec_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstFlxDec *flxdec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_FLXDEC (object));
flxdec = GST_FLXDEC (object);
@@ -630,7 +629,6 @@ gst_flxdec_get_property (GObject * object, guint prop_id, GValue * value,
{
GstFlxDec *flxdec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_FLXDEC (object));
flxdec = GST_FLXDEC (object);
diff --git a/gst/median/gstmedian.c b/gst/median/gstmedian.c
index 64e900b5..7bfa33a4 100644
--- a/gst/median/gstmedian.c
+++ b/gst/median/gstmedian.c
@@ -369,7 +369,6 @@ gst_median_set_property (GObject * object, guint prop_id, const GValue * value,
GstMedian *median;
gint argvalue;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MEDIAN (object));
median = GST_MEDIAN (object);
@@ -400,7 +399,6 @@ gst_median_get_property (GObject * object, guint prop_id, GValue * value,
{
GstMedian *median;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MEDIAN (object));
median = GST_MEDIAN (object);
diff --git a/gst/oldcore/gstaggregator.c b/gst/oldcore/gstaggregator.c
index ddd806cf..86d42543 100644
--- a/gst/oldcore/gstaggregator.c
+++ b/gst/oldcore/gstaggregator.c
@@ -243,7 +243,6 @@ gst_aggregator_set_property (GObject * object, guint prop_id,
{
GstAggregator *aggregator;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_AGGREGATOR (object));
aggregator = GST_AGGREGATOR (object);
@@ -267,7 +266,6 @@ gst_aggregator_get_property (GObject * object, guint prop_id, GValue * value,
{
GstAggregator *aggregator;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_AGGREGATOR (object));
aggregator = GST_AGGREGATOR (object);
diff --git a/gst/oldcore/gstfdsink.c b/gst/oldcore/gstfdsink.c
index 1fca02c3..ee49bb83 100644
--- a/gst/oldcore/gstfdsink.c
+++ b/gst/oldcore/gstfdsink.c
@@ -137,7 +137,6 @@ gst_fdsink_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstFdSink *fdsink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_FDSINK (object));
fdsink = GST_FDSINK (object);
@@ -157,7 +156,6 @@ gst_fdsink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstFdSink *fdsink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_FDSINK (object));
fdsink = GST_FDSINK (object);
diff --git a/gst/oldcore/gstmd5sink.c b/gst/oldcore/gstmd5sink.c
index 4ebbb4c4..8626c4ee 100644
--- a/gst/oldcore/gstmd5sink.c
+++ b/gst/oldcore/gstmd5sink.c
@@ -450,7 +450,6 @@ gst_md5sink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstMD5Sink *sink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MD5SINK (object));
sink = GST_MD5SINK (object);
diff --git a/gst/oldcore/gstmultifilesrc.c b/gst/oldcore/gstmultifilesrc.c
index ea951736..6d88d972 100644
--- a/gst/oldcore/gstmultifilesrc.c
+++ b/gst/oldcore/gstmultifilesrc.c
@@ -151,7 +151,6 @@ gst_multifilesrc_set_property (GObject * object, guint prop_id,
{
GstMultiFileSrc *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MULTIFILESRC (object));
src = GST_MULTIFILESRC (object);
@@ -185,7 +184,6 @@ gst_multifilesrc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstMultiFileSrc *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MULTIFILESRC (object));
src = GST_MULTIFILESRC (object);
diff --git a/gst/oldcore/gstpipefilter.c b/gst/oldcore/gstpipefilter.c
index f8021240..f1371893 100644
--- a/gst/oldcore/gstpipefilter.c
+++ b/gst/oldcore/gstpipefilter.c
@@ -245,7 +245,6 @@ gst_pipefilter_set_property (GObject * object, guint prop_id,
{
GstPipefilter *pipefilter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_PIPEFILTER (object));
pipefilter = GST_PIPEFILTER (object);
@@ -266,7 +265,6 @@ gst_pipefilter_get_property (GObject * object, guint prop_id, GValue * value,
{
GstPipefilter *pipefilter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_PIPEFILTER (object));
pipefilter = GST_PIPEFILTER (object);
diff --git a/gst/oldcore/gstshaper.c b/gst/oldcore/gstshaper.c
index c14ab36a..50631fe8 100644
--- a/gst/oldcore/gstshaper.c
+++ b/gst/oldcore/gstshaper.c
@@ -327,7 +327,6 @@ gst_shaper_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstShaper *shaper;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SHAPER (object));
shaper = GST_SHAPER (object);
@@ -351,7 +350,6 @@ gst_shaper_get_property (GObject * object, guint prop_id, GValue * value,
{
GstShaper *shaper;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SHAPER (object));
shaper = GST_SHAPER (object);
diff --git a/gst/oldcore/gststatistics.c b/gst/oldcore/gststatistics.c
index ef6cca3b..7c8b747a 100644
--- a/gst/oldcore/gststatistics.c
+++ b/gst/oldcore/gststatistics.c
@@ -340,7 +340,6 @@ gst_statistics_set_property (GObject * object, guint prop_id,
{
GstStatistics *statistics;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_STATISTICS (object));
statistics = GST_STATISTICS (object);
@@ -376,7 +375,6 @@ gst_statistics_get_property (GObject * object, guint prop_id, GValue * value,
{
GstStatistics *statistics;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_STATISTICS (object));
statistics = GST_STATISTICS (object);
diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c
index f4faaf10..59a49b8b 100644
--- a/gst/rtp/gstrtpL16depay.c
+++ b/gst/rtp/gstrtpL16depay.c
@@ -273,7 +273,6 @@ gst_rtpL16parse_set_property (GObject * object, guint prop_id,
{
GstRtpL16Parse *rtpL16parse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_L16_PARSE (object));
rtpL16parse = GST_RTP_L16_PARSE (object);
@@ -295,7 +294,6 @@ gst_rtpL16parse_get_property (GObject * object, guint prop_id, GValue * value,
{
GstRtpL16Parse *rtpL16parse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_L16_PARSE (object));
rtpL16parse = GST_RTP_L16_PARSE (object);
diff --git a/gst/rtp/gstrtpL16enc.c b/gst/rtp/gstrtpL16enc.c
index f8e3eac0..a5808b0f 100644
--- a/gst/rtp/gstrtpL16enc.c
+++ b/gst/rtp/gstrtpL16enc.c
@@ -281,7 +281,6 @@ gst_rtpL16enc_set_property (GObject * object, guint prop_id,
{
GstRtpL16Enc *rtpL16enc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_L16_ENC (object));
rtpL16enc = GST_RTP_L16_ENC (object);
@@ -297,7 +296,6 @@ gst_rtpL16enc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstRtpL16Enc *rtpL16enc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_L16_ENC (object));
rtpL16enc = GST_RTP_L16_ENC (object);
diff --git a/gst/rtp/gstrtpL16parse.c b/gst/rtp/gstrtpL16parse.c
index f4faaf10..59a49b8b 100644
--- a/gst/rtp/gstrtpL16parse.c
+++ b/gst/rtp/gstrtpL16parse.c
@@ -273,7 +273,6 @@ gst_rtpL16parse_set_property (GObject * object, guint prop_id,
{
GstRtpL16Parse *rtpL16parse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_L16_PARSE (object));
rtpL16parse = GST_RTP_L16_PARSE (object);
@@ -295,7 +294,6 @@ gst_rtpL16parse_get_property (GObject * object, guint prop_id, GValue * value,
{
GstRtpL16Parse *rtpL16parse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_L16_PARSE (object));
rtpL16parse = GST_RTP_L16_PARSE (object);
diff --git a/gst/rtp/gstrtpL16pay.c b/gst/rtp/gstrtpL16pay.c
index f8e3eac0..a5808b0f 100644
--- a/gst/rtp/gstrtpL16pay.c
+++ b/gst/rtp/gstrtpL16pay.c
@@ -281,7 +281,6 @@ gst_rtpL16enc_set_property (GObject * object, guint prop_id,
{
GstRtpL16Enc *rtpL16enc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_L16_ENC (object));
rtpL16enc = GST_RTP_L16_ENC (object);
@@ -297,7 +296,6 @@ gst_rtpL16enc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstRtpL16Enc *rtpL16enc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_L16_ENC (object));
rtpL16enc = GST_RTP_L16_ENC (object);
diff --git a/gst/rtp/gstrtpgsmdepay.c b/gst/rtp/gstrtpgsmdepay.c
index 19b35ebb..8b7337b1 100644
--- a/gst/rtp/gstrtpgsmdepay.c
+++ b/gst/rtp/gstrtpgsmdepay.c
@@ -241,7 +241,6 @@ gst_rtpgsmparse_set_property (GObject * object, guint prop_id,
{
GstRtpGSMParse *rtpgsmparse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
rtpgsmparse = GST_RTP_GSM_PARSE (object);
@@ -260,7 +259,6 @@ gst_rtpgsmparse_get_property (GObject * object, guint prop_id, GValue * value,
{
GstRtpGSMParse *rtpgsmparse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
rtpgsmparse = GST_RTP_GSM_PARSE (object);
diff --git a/gst/rtp/gstrtpgsmenc.c b/gst/rtp/gstrtpgsmenc.c
index 94172283..faf73e48 100644
--- a/gst/rtp/gstrtpgsmenc.c
+++ b/gst/rtp/gstrtpgsmenc.c
@@ -267,7 +267,6 @@ gst_rtpgsmenc_set_property (GObject * object, guint prop_id,
{
GstRtpGSMEnc *rtpgsmenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_ENC (object));
rtpgsmenc = GST_RTP_GSM_ENC (object);
@@ -283,7 +282,6 @@ gst_rtpgsmenc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstRtpGSMEnc *rtpgsmenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_ENC (object));
rtpgsmenc = GST_RTP_GSM_ENC (object);
diff --git a/gst/rtp/gstrtpgsmparse.c b/gst/rtp/gstrtpgsmparse.c
index 19b35ebb..8b7337b1 100644
--- a/gst/rtp/gstrtpgsmparse.c
+++ b/gst/rtp/gstrtpgsmparse.c
@@ -241,7 +241,6 @@ gst_rtpgsmparse_set_property (GObject * object, guint prop_id,
{
GstRtpGSMParse *rtpgsmparse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
rtpgsmparse = GST_RTP_GSM_PARSE (object);
@@ -260,7 +259,6 @@ gst_rtpgsmparse_get_property (GObject * object, guint prop_id, GValue * value,
{
GstRtpGSMParse *rtpgsmparse;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_PARSE (object));
rtpgsmparse = GST_RTP_GSM_PARSE (object);
diff --git a/gst/rtp/gstrtpgsmpay.c b/gst/rtp/gstrtpgsmpay.c
index 94172283..faf73e48 100644
--- a/gst/rtp/gstrtpgsmpay.c
+++ b/gst/rtp/gstrtpgsmpay.c
@@ -267,7 +267,6 @@ gst_rtpgsmenc_set_property (GObject * object, guint prop_id,
{
GstRtpGSMEnc *rtpgsmenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_ENC (object));
rtpgsmenc = GST_RTP_GSM_ENC (object);
@@ -283,7 +282,6 @@ gst_rtpgsmenc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstRtpGSMEnc *rtpgsmenc;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_RTP_GSM_ENC (object));
rtpgsmenc = GST_RTP_GSM_ENC (object);
diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c
index 41765253..6c1d297e 100644
--- a/gst/spectrum/gstspectrum.c
+++ b/gst/spectrum/gstspectrum.c
@@ -129,7 +129,6 @@ gst_spectrum_set_property (GObject * object, guint prop_id,
{
GstSpectrum *spectrum;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SPECTRUM (object));
spectrum = GST_SPECTRUM (object);
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c
index 47a2def8..6009ef7c 100644
--- a/gst/videocrop/gstvideocrop.c
+++ b/gst/videocrop/gstvideocrop.c
@@ -213,7 +213,6 @@ gst_video_crop_set_property (GObject * object, guint prop_id,
{
GstVideoCrop *video_crop;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEO_CROP (object));
video_crop = GST_VIDEO_CROP (object);
diff --git a/gst/videofilter/gstgamma.c b/gst/videofilter/gstgamma.c
index 025eeac6..bef50602 100644
--- a/gst/videofilter/gstgamma.c
+++ b/gst/videofilter/gstgamma.c
@@ -207,7 +207,6 @@ gst_gamma_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstGamma *gamma;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_GAMMA (object));
gamma = GST_GAMMA (object);
@@ -240,7 +239,6 @@ gst_gamma_get_property (GObject * object, guint prop_id, GValue * value,
{
GstGamma *gamma;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_GAMMA (object));
gamma = GST_GAMMA (object);
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index dbb61f5c..3a5c6774 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -371,7 +371,6 @@ gst_videobalance_set_property (GObject * object, guint prop_id,
{
GstVideobalance *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOBALANCE (object));
src = GST_VIDEOBALANCE (object);
@@ -402,7 +401,6 @@ gst_videobalance_get_property (GObject * object, guint prop_id, GValue * value,
{
GstVideobalance *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOBALANCE (object));
src = GST_VIDEOBALANCE (object);
diff --git a/gst/videofilter/gstvideofilter.c b/gst/videofilter/gstvideofilter.c
index d0033455..c807eb1c 100644
--- a/gst/videofilter/gstvideofilter.c
+++ b/gst/videofilter/gstvideofilter.c
@@ -364,7 +364,6 @@ gst_videofilter_set_property (GObject * object, guint prop_id,
{
GstVideofilter *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOFILTER (object));
src = GST_VIDEOFILTER (object);
@@ -381,7 +380,6 @@ gst_videofilter_get_property (GObject * object, guint prop_id, GValue * value,
{
GstVideofilter *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOFILTER (object));
src = GST_VIDEOFILTER (object);
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c
index b6685b2f..c95b53ce 100644
--- a/gst/videofilter/gstvideoflip.c
+++ b/gst/videofilter/gstvideoflip.c
@@ -177,7 +177,6 @@ gst_videoflip_set_property (GObject * object, guint prop_id,
{
GstVideoflip *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOFLIP (object));
src = GST_VIDEOFLIP (object);
@@ -199,7 +198,6 @@ gst_videoflip_get_property (GObject * object, guint prop_id, GValue * value,
{
GstVideoflip *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOFLIP (object));
src = GST_VIDEOFLIP (object);
diff --git a/gst/videofilter/gstvideotemplate.c b/gst/videofilter/gstvideotemplate.c
index 4cfe14fd..8009cd5d 100644
--- a/gst/videofilter/gstvideotemplate.c
+++ b/gst/videofilter/gstvideotemplate.c
@@ -178,7 +178,6 @@ gst_videotemplate_set_property (GObject * object, guint prop_id,
{
GstVideotemplate *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOTEMPLATE (object));
src = GST_VIDEOTEMPLATE (object);
@@ -200,7 +199,6 @@ gst_videotemplate_get_property (GObject * object, guint prop_id, GValue * value,
{
GstVideotemplate *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOTEMPLATE (object));
src = GST_VIDEOTEMPLATE (object);
diff --git a/gst/videoflip/gstvideoflip.c b/gst/videoflip/gstvideoflip.c
index bdbffc12..cb90fcb1 100644
--- a/gst/videoflip/gstvideoflip.c
+++ b/gst/videoflip/gstvideoflip.c
@@ -367,7 +367,6 @@ gst_videoflip_set_property (GObject * object, guint prop_id,
{
GstVideoflip *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOFLIP (object));
src = GST_VIDEOFLIP (object);
@@ -387,7 +386,6 @@ gst_videoflip_get_property (GObject * object, guint prop_id, GValue * value,
{
GstVideoflip *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VIDEOFLIP (object));
src = GST_VIDEOFLIP (object);
diff --git a/sys/v4l2/gstv4l2element.c b/sys/v4l2/gstv4l2element.c
index 09953c94..18c0abd9 100644
--- a/sys/v4l2/gstv4l2element.c
+++ b/sys/v4l2/gstv4l2element.c
@@ -454,7 +454,6 @@ gst_v4l2element_set_property (GObject * object,
{
GstV4l2Element *v4l2element;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_V4L2ELEMENT (object));
v4l2element = GST_V4L2ELEMENT (object);
@@ -523,7 +522,6 @@ gst_v4l2element_get_property (GObject * object,
{
GstV4l2Element *v4l2element;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_V4L2ELEMENT (object));
v4l2element = GST_V4L2ELEMENT (object);