Way, way, way too many files: Remove crack comment from the 2000 era.
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:49 +0000 (10:51 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:49 +0000 (10:51 +0000)
Original commit message from CVS:
2005-07-05  Andy Wingo  <wingo@pobox.com>

* Way, way, way too many files:
Remove crack comment from the 2000 era.

51 files changed:
ext/cairo/gsttextoverlay.c
ext/cairo/gsttimeoverlay.c
ext/dv/gstdvdec.c
ext/esd/esdmon.c
ext/libcaca/gstcacasink.c
ext/mikmod/gstmikmod.c
ext/pango/gsttextoverlay.c
ext/pango/gsttimeoverlay.c
ext/raw1394/gstdv1394src.c
ext/shout2/gstshout2.c
ext/speex/gstspeexdec.c
ext/speex/gstspeexenc.c
gst/alpha/gstalpha.c
gst/audiofx/audiowsincband.c
gst/audiofx/audiowsinclimit.c
gst/avi/gstavimux.c
gst/debug/gstnavigationtest.c
gst/effectv/gstaging.c
gst/effectv/gstdice.c
gst/effectv/gstedge.c
gst/effectv/gstquark.c
gst/effectv/gstrev.c
gst/effectv/gstshagadelic.c
gst/effectv/gstvertigo.c
gst/effectv/gstwarp.c
gst/flx/gstflxdec.c
gst/median/gstmedian.c
gst/oldcore/gstaggregator.c
gst/oldcore/gstfdsink.c
gst/oldcore/gstmd5sink.c
gst/oldcore/gstmultifilesrc.c
gst/oldcore/gstpipefilter.c
gst/oldcore/gstshaper.c
gst/oldcore/gststatistics.c
gst/rtp/gstrtpL16depay.c
gst/rtp/gstrtpL16enc.c
gst/rtp/gstrtpL16parse.c
gst/rtp/gstrtpL16pay.c
gst/rtp/gstrtpgsmdepay.c
gst/rtp/gstrtpgsmenc.c
gst/rtp/gstrtpgsmparse.c
gst/rtp/gstrtpgsmpay.c
gst/spectrum/gstspectrum.c
gst/videocrop/gstvideocrop.c
gst/videofilter/gstgamma.c
gst/videofilter/gstvideobalance.c
gst/videofilter/gstvideofilter.c
gst/videofilter/gstvideoflip.c
gst/videofilter/gstvideotemplate.c
gst/videoflip/gstvideoflip.c
sys/v4l2/gstv4l2element.c

index 973d07b..fa5c493 100644 (file)
@@ -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);
 
index f3cb3dc..c066707 100644 (file)
@@ -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);
 
index 03808d1..ad99dd0 100644 (file)
@@ -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);
 
index 46e5141..73dba49 100644 (file)
@@ -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);
 
index 91b5eb6..1ccd728 100644 (file)
@@ -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) {
index ba66839..f2b387d 100644 (file)
@@ -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);
 
index 8b427ff..c768eff 100644 (file)
@@ -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);
 
index d422646..ecbf3ca 100644 (file)
@@ -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);
 
index 2ebfb96..2e939d0 100644 (file)
@@ -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);
 
index f3061e5..513390e 100644 (file)
@@ -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);
 
index b172d55..5100081 100644 (file)
@@ -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);
index 009a0e1..925fd5e 100644 (file)
@@ -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);
index 4e403cb..4b4ed1c 100644 (file)
@@ -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);
index 7be9439..c96da82 100644 (file)
@@ -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);
index e540614..bf2773e 100644 (file)
@@ -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);
index 9dc4620..feac45e 100644 (file)
@@ -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);
 
index 97754d5..99d674d 100644 (file)
@@ -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);
 
index 886517c..97bef90 100644 (file)
@@ -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);
 
index 84d5052..e3506e7 100644 (file)
@@ -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);
index 22352f7..257b104 100644 (file)
@@ -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);
index e5df61b..8094b82 100644 (file)
@@ -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);
index a7f5dd4..429a9b1 100644 (file)
@@ -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);
index eb13488..e3c50d2 100644 (file)
@@ -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);
index cc3ed94..d44a5a0 100644 (file)
@@ -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);
index b674a67..4030613 100644 (file)
@@ -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);
 
index 68f4455..a0a6c28 100644 (file)
@@ -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);
 
index 64e900b..7bfa33a 100644 (file)
@@ -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);
 
index ddd806c..86d4254 100644 (file)
@@ -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);
index 1fca02c..ee49bb8 100644 (file)
@@ -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);
index 4ebbb4c..8626c4e 100644 (file)
@@ -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);
index ea95173..6d88d97 100644 (file)
@@ -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);
index f802124..f137189 100644 (file)
@@ -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);
 
index c14ab36..50631fe 100644 (file)
@@ -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);
index ef6cca3..7c8b747 100644 (file)
@@ -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);
index f4faaf1..59a49b8 100644 (file)
@@ -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);
 
index f8e3eac..a5808b0 100644 (file)
@@ -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);
 
index f4faaf1..59a49b8 100644 (file)
@@ -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);
 
index f8e3eac..a5808b0 100644 (file)
@@ -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);
 
index 19b35eb..8b7337b 100644 (file)
@@ -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);
 
index 9417228..faf73e4 100644 (file)
@@ -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);
 
index 19b35eb..8b7337b 100644 (file)
@@ -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);
 
index 9417228..faf73e4 100644 (file)
@@ -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);
 
index 4176525..6c1d297 100644 (file)
@@ -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);
 
index 47a2def..6009ef7 100644 (file)
@@ -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);
index 025eeac..bef5060 100644 (file)
@@ -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);
 
index dbb61f5..3a5c677 100644 (file)
@@ -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);
 
index d003345..c807eb1 100644 (file)
@@ -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);
 
index b6685b2..c95b53c 100644 (file)
@@ -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);
 
index 4cfe14f..8009cd5 100644 (file)
@@ -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);
 
index bdbffc1..cb90fcb 100644 (file)
@@ -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);
 
index 09953c9..18c0abd 100644 (file)
@@ -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);