From d0e08534ce1ca3d5437652664b8602bc858b738a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 5 Jul 2005 10:51:49 +0000 Subject: [PATCH] Way, way, way too many files: Remove crack comment from the 2000 era. Original commit message from CVS: 2005-07-05 Andy Wingo * Way, way, way too many files: Remove crack comment from the 2000 era. --- ext/cairo/gsttextoverlay.c | 2 -- ext/cairo/gsttimeoverlay.c | 2 -- ext/dv/gstdvdec.c | 2 -- ext/esd/esdmon.c | 2 -- ext/libcaca/gstcacasink.c | 2 -- ext/mikmod/gstmikmod.c | 2 -- ext/pango/gsttextoverlay.c | 2 -- ext/pango/gsttimeoverlay.c | 2 -- ext/raw1394/gstdv1394src.c | 2 -- ext/shout2/gstshout2.c | 2 -- ext/speex/gstspeexdec.c | 2 -- ext/speex/gstspeexenc.c | 2 -- gst/alpha/gstalpha.c | 2 -- gst/audiofx/audiowsincband.c | 2 -- gst/audiofx/audiowsinclimit.c | 2 -- gst/avi/gstavimux.c | 2 -- gst/debug/gstnavigationtest.c | 2 -- gst/effectv/gstaging.c | 2 -- gst/effectv/gstdice.c | 2 -- gst/effectv/gstedge.c | 2 -- gst/effectv/gstquark.c | 2 -- gst/effectv/gstrev.c | 2 -- gst/effectv/gstshagadelic.c | 2 -- gst/effectv/gstvertigo.c | 2 -- gst/effectv/gstwarp.c | 2 -- gst/flx/gstflxdec.c | 2 -- gst/median/gstmedian.c | 2 -- gst/oldcore/gstaggregator.c | 2 -- gst/oldcore/gstfdsink.c | 2 -- gst/oldcore/gstmd5sink.c | 1 - gst/oldcore/gstmultifilesrc.c | 2 -- gst/oldcore/gstpipefilter.c | 2 -- gst/oldcore/gstshaper.c | 2 -- gst/oldcore/gststatistics.c | 2 -- gst/rtp/gstrtpL16depay.c | 2 -- gst/rtp/gstrtpL16enc.c | 2 -- gst/rtp/gstrtpL16parse.c | 2 -- gst/rtp/gstrtpL16pay.c | 2 -- gst/rtp/gstrtpgsmdepay.c | 2 -- gst/rtp/gstrtpgsmenc.c | 2 -- gst/rtp/gstrtpgsmparse.c | 2 -- gst/rtp/gstrtpgsmpay.c | 2 -- gst/spectrum/gstspectrum.c | 1 - gst/videocrop/gstvideocrop.c | 1 - gst/videofilter/gstgamma.c | 2 -- gst/videofilter/gstvideobalance.c | 2 -- gst/videofilter/gstvideofilter.c | 2 -- gst/videofilter/gstvideoflip.c | 2 -- gst/videofilter/gstvideotemplate.c | 2 -- gst/videoflip/gstvideoflip.c | 2 -- sys/v4l2/gstv4l2element.c | 2 -- 51 files changed, 99 deletions(-) diff --git a/ext/cairo/gsttextoverlay.c b/ext/cairo/gsttextoverlay.c index 973d07b..fa5c493 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 f3cb3dc..c066707 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 03808d1..ad99dd0 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 46e5141..73dba49 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 91b5eb6..1ccd728 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 ba66839..f2b387d 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 8b427ff..c768eff 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 d422646..ecbf3ca 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 2ebfb96..2e939d0 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 f3061e5..513390e 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 b172d55..5100081 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 009a0e1..925fd5e 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 4e403cb..4b4ed1c 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 7be9439..c96da82 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 e540614..bf2773e 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 9dc4620..feac45e 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 97754d5..99d674d 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 886517c..97bef90 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 84d5052..e3506e7 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 22352f7..257b104 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 e5df61b..8094b82 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 a7f5dd4..429a9b1 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 eb13488..e3c50d2 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 cc3ed94..d44a5a0 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 b674a67..4030613 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 68f4455..a0a6c28 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 64e900b..7bfa33a 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 ddd806c..86d4254 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 1fca02c..ee49bb8 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 4ebbb4c..8626c4e 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 ea95173..6d88d97 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 f802124..f137189 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 c14ab36..50631fe 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 ef6cca3..7c8b747 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 f4faaf1..59a49b8 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 f8e3eac..a5808b0 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 f4faaf1..59a49b8 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 f8e3eac..a5808b0 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 19b35eb..8b7337b 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 9417228..faf73e4 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 19b35eb..8b7337b 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 9417228..faf73e4 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 4176525..6c1d297 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 47a2def..6009ef7 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 025eeac..bef5060 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 dbb61f5..3a5c677 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 d003345..c807eb1 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 b6685b2..c95b53c 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 4cfe14f..8009cd5 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 bdbffc1..cb90fcb 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 09953c9..18c0abd 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); -- 2.7.4