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.

42 files changed:
ext/artsd/gstartsdsink.c
ext/audiofile/gstafparse.c
ext/audiofile/gstafsink.c
ext/audiofile/gstafsrc.c
ext/audioresample/gstaudioresample.c
ext/divx/gstdivxenc.c
ext/hermes/gsthermescolorspace.c
ext/lcs/gstcolorspace.c
ext/musicbrainz/gsttrm.c
ext/nas/nassink.c
ext/sdl/sdlvideosink.c
ext/shout/gstshout.c
ext/swfdec/gstswfdec.c
ext/tarkin/gsttarkindec.c
ext/tarkin/gsttarkinenc.c
ext/xvid/gstxvidenc.c
gst/chart/gstchart.c
gst/colorspace/gstcolorspace.c
gst/deinterlace/gstdeinterlace.c
gst/filter/gstbpwsinc.c
gst/filter/gstiir.c
gst/filter/gstlpwsinc.c
gst/flx/gstflxdec.c
gst/games/gstpuzzle.c
gst/librfb/gstrfbsrc.c
gst/mpeg1sys/gstmpeg1systemencode.c
gst/mpeg2sub/gstmpeg2subt.c
gst/mpegaudioparse/gstmpegaudioparse.c
gst/multifilesink/gstmultifilesink.c
gst/smooth/gstsmooth.c
gst/spectrum/gstspectrum.c
gst/stereo/gststereo.c
gst/vbidec/gstvbidec.c
gst/videocrop/gstvideocrop.c
gst/virtualdub/gstxsharpen.c
gst/y4m/gsty4mencode.c
sys/dxr3/dxr3audiosink.c
sys/dxr3/dxr3spusink.c
sys/dxr3/dxr3videosink.c
sys/qcam/gstqcamsrc.c
sys/v4l2/gstv4l2element.c
sys/vcd/vcdsrc.c

index 805f5f49605c9adcf67130b5292c9056de9d5b07..d2174a49615e24ecfb42715c4402c9ddbabffb19 100644 (file)
@@ -221,7 +221,6 @@ gst_artsdsink_set_property (GObject * object, guint prop_id,
 {
   GstArtsdsink *artsdsink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_ARTSDSINK (object));
   artsdsink = GST_ARTSDSINK (object);
 
@@ -248,7 +247,6 @@ gst_artsdsink_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstArtsdsink *artsdsink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_ARTSDSINK (object));
   artsdsink = GST_ARTSDSINK (object);
 
index 4eece0c8a1ff92f0d258df314c705c3f12b44044..b576e814674bb791d54b477fa95d4853288eff62 100644 (file)
@@ -299,7 +299,6 @@ gst_afparse_set_property (GObject * object, guint prop_id,
 {
   GstAFParse *afparse;
 
-  /* it's not null if we got it, but it might not be ours */
   afparse = GST_AFPARSE (object);
 
   switch (prop_id) {
index 872864b2fcb9868a16b577528e4091304fec7052..262674dc93cae8fd723ac01b83d6b5ba6b17cea6 100644 (file)
@@ -209,7 +209,6 @@ gst_afsink_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstAFSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   sink = GST_AFSINK (object);
 
   switch (prop_id) {
@@ -249,7 +248,6 @@ gst_afsink_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstAFSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_AFSINK (object));
 
   sink = GST_AFSINK (object);
index 91fc6cf39950ad44789b5c47946ff3a17ba33243..ee3244d55b7f12dfcda9a4511a29af360c93c05f 100644 (file)
@@ -251,7 +251,6 @@ gst_afsrc_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstAFSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   src = GST_AFSRC (object);
 
   switch (prop_id) {
@@ -271,7 +270,6 @@ gst_afsrc_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstAFSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_AFSRC (object));
 
   src = GST_AFSRC (object);
index f9b8f656c28dd28546f1c83d8a8afdb6834d7178..363acd9b7dbae338e26cd4f5a2257a17bb2f656a 100644 (file)
@@ -380,7 +380,6 @@ static void
 {
   Audioresample *audioresample;
 
-  /* it's not null if we got it, but it might not be ours */
     g_return_if_fail (GST_IS_AUDIORESAMPLE (object));
     audioresample = GST_AUDIORESAMPLE (object);
 
index c944c18a7008aec1524dbe4874b5b4fa94f79a4b..00ec93d1d7942b987287b4285a9fb53d38d1431c 100644 (file)
@@ -452,7 +452,6 @@ gst_divxenc_set_property (GObject * object,
 {
   GstDivxEnc *divxenc;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_DIVXENC (object));
   divxenc = GST_DIVXENC (object);
 
@@ -479,7 +478,6 @@ gst_divxenc_get_property (GObject * object,
 {
   GstDivxEnc *divxenc;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_DIVXENC (object));
   divxenc = GST_DIVXENC (object);
 
index ed7639bab555e58d6bd2b44a123c73da2dd4606a..dcfdab051ca351f469a86de3a182c0880852fb7f 100644 (file)
@@ -619,7 +619,6 @@ gst_hermes_colorspace_set_property (GObject * object, guint prop_id,
 {
   GstHermesColorspace *space;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_COLORSPACE (object));
   space = GST_HERMES_COLORSPACE (object);
 
@@ -635,7 +634,6 @@ gst_hermes_colorspace_get_property (GObject * object, guint prop_id,
 {
   GstHermesColorspace *space;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_COLORSPACE (object));
   space = GST_HERMES_COLORSPACE (object);
 
index 5f06698f425fe26eaf8581e0f5d84adf646ea1dc..33ba1854234a52b239beff7b7a7dbbaedcba085a 100644 (file)
@@ -447,7 +447,6 @@ gst_colorspace_set_property (GObject * object, guint prop_id,
 {
   GstColorspace *space;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_COLORSPACE (object));
   space = GST_COLORSPACE (object);
 
@@ -463,7 +462,6 @@ gst_colorspace_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstColorspace *space;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_COLORSPACE (object));
   space = GST_COLORSPACE (object);
 
index 85939f9f0e038b55f7e88e00d870047c397cd9ae..c363b09bea559471fa2cb115fdac4721a5a931db 100644 (file)
@@ -305,7 +305,6 @@ gst_musicbrainz_set_property (GObject * object, guint prop_id,
 {
   GstMusicBrainz *musicbrainz;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_MUSICBRAINZ (object));
 
   musicbrainz = GST_MUSICBRAINZ (object);
@@ -335,7 +334,6 @@ gst_musicbrainz_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstMusicBrainz *musicbrainz;
 
-  /* it's not null if we got it, but it might not be ours */
   musicbrainz = GST_MUSICBRAINZ (object);
 
   switch (prop_id) {
index 7eb47bf9e3accfedf3f11436ce8c181940a8283c..dd3a556ee14fb26a72ce72705e5e3f42a32997bd 100644 (file)
@@ -342,7 +342,6 @@ gst_nassink_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstNassink *nassink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_NASSINK (object));
   nassink = GST_NASSINK (object);
 
index b765215e91b1949ac92759d7c693c9fa5379b660..4c11b6f6cbbbdee21116039bb14421308d13d1d2 100644 (file)
@@ -641,7 +641,6 @@ gst_sdlvideosink_set_property (GObject * object, guint prop_id,
 {
   GstSDLVideoSink *sdlvideosink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_SDLVIDEOSINK (object));
   sdlvideosink = GST_SDLVIDEOSINK (object);
 
@@ -659,7 +658,6 @@ gst_sdlvideosink_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstSDLVideoSink *sdlvideosink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_SDLVIDEOSINK (object));
   sdlvideosink = GST_SDLVIDEOSINK (object);
 
index 72b6227af7110353684bdfa34b0e8bc2cecec0db..6f007c5f2ed6525e1566c02fc52c78b99a27d100 100644 (file)
@@ -313,7 +313,6 @@ gst_icecastsend_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstIcecastSend *icecastsend;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_ICECASTSEND (object));
   icecastsend = GST_ICECASTSEND (object);
 
index 91e79fb2bf222579d14650d6736060b24714f36d..c6f952e525239692d633faacd41fd94da8c69664 100644 (file)
@@ -570,7 +570,6 @@ gst_swfdec_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstSwfdec *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_SWFDEC (object));
   src = GST_SWFDEC (object);
 
@@ -586,7 +585,6 @@ gst_swfdec_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstSwfdec *swfdec;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_SWFDEC (object));
   swfdec = GST_SWFDEC (object);
 
index ce16ac9f5514bb1e5973045adda95f41e3afc44a..67bf2fba0abb6acea40598c521e66a5451b351dd 100644 (file)
@@ -304,7 +304,6 @@ gst_tarkindec_get_property (GObject * object, guint prop_id, GValue * value,
 {
   TarkinDec *tarkindec;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_TARKINDEC (object));
 
   tarkindec = GST_TARKINDEC (object);
@@ -324,7 +323,6 @@ gst_tarkindec_set_property (GObject * object, guint prop_id,
 {
   TarkinDec *tarkindec;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_TARKINDEC (object));
 
   tarkindec = GST_TARKINDEC (object);
index 0b5a9d4525906d1a4a22347795ed064de4e8651e..9727aa330ed91bf40c8cb87ff821a1d41ee4c411 100644 (file)
@@ -355,7 +355,6 @@ gst_tarkinenc_get_property (GObject * object, guint prop_id, GValue * value,
 {
   TarkinEnc *tarkinenc;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_TARKINENC (object));
 
   tarkinenc = GST_TARKINENC (object);
@@ -381,7 +380,6 @@ gst_tarkinenc_set_property (GObject * object, guint prop_id,
 {
   TarkinEnc *tarkinenc;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_TARKINENC (object));
 
   tarkinenc = GST_TARKINENC (object);
index 7b917534213f7b2ba2ee1145d445067054e6fc46..e71bb2591f5869a3ef27b119a6318c4d3c7bd224 100644 (file)
@@ -422,7 +422,6 @@ gst_xvidenc_set_property (GObject * object,
 {
   GstXvidEnc *xvidenc;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_XVIDENC (object));
   xvidenc = GST_XVIDENC (object);
 
@@ -452,7 +451,6 @@ gst_xvidenc_get_property (GObject * object,
 {
   GstXvidEnc *xvidenc;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_XVIDENC (object));
   xvidenc = GST_XVIDENC (object);
 
index d84eadcd30650b36520c23ca4764d057f6374322..a1606ac1867ede6ba207fd05408279cb81bf14d5 100644 (file)
@@ -364,7 +364,6 @@ gst_chart_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstChart *chart;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_CHART (object));
   chart = GST_CHART (object);
 
@@ -380,7 +379,6 @@ gst_chart_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstChart *chart;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_CHART (object));
   chart = GST_CHART (object);
 
index d85e87efa027381094d07810a3494f4343ddc226..6b28d8fd76b657c1055e43131c9613ac5884f483 100644 (file)
@@ -588,7 +588,6 @@ gst_colorspace_set_property (GObject * object, guint prop_id,
 {
   GstColorspace *space;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_COLORSPACE (object));
   space = GST_COLORSPACE (object);
 
@@ -604,7 +603,6 @@ gst_colorspace_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstColorspace *space;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_COLORSPACE (object));
   space = GST_COLORSPACE (object);
 
index df797a84517ea67b125949d8edf6e4fbdf8562f1..e5bf21587c1390b0daf2d16546f3a68965f45c71 100644 (file)
@@ -346,7 +346,6 @@ gst_deinterlace_set_property (GObject * object, guint prop_id,
 {
   GstDeInterlace *filter;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_DEINTERLACE (object));
 
   filter = GST_DEINTERLACE (object);
@@ -375,7 +374,6 @@ gst_deinterlace_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstDeInterlace *filter;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_DEINTERLACE (object));
 
   filter = GST_DEINTERLACE (object);
index 7be94398bdd63f2b5347dcd1c5c6d4c4eb3742e2..c96da82f5790eb94eb66c1a92385862495da4e09 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 438c35a78d10da1737dd008e113bd753a7456b71..818d495b18ef2e6fd08fa5d495805abc325693ee 100644 (file)
@@ -226,7 +226,6 @@ gst_iir_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstIIR *filter;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_IIR (object));
 
   filter = GST_IIR (object);
@@ -255,7 +254,6 @@ gst_iir_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstIIR *filter;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_IIR (object));
 
   filter = GST_IIR (object);
index e5406143d3b134607e3242de282a3f05409cabb0..bf2773e6f358bdc783ae9b36102986b3c85020f4 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 68f445596587967fa87d945303bce9fcce131316..a0a6c28233afab9f42ab459b8719131d7359caf1 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 9aef3cc21af6e3e00b2c6545d037877e42569098..f15e4839c79929e1f800324b8a68a6215753a395 100644 (file)
@@ -444,7 +444,6 @@ gst_puzzle_set_property (GObject * object, guint prop_id,
 {
   GstPuzzle *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_PUZZLE (object));
   src = GST_PUZZLE (object);
 
@@ -470,7 +469,6 @@ gst_puzzle_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstPuzzle *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_PUZZLE (object));
   src = GST_PUZZLE (object);
 
index 99e3144c3b31cd68667b07052e424a2be90d97db..5793907be656f13d6a207547b0bef2638a3c4378 100644 (file)
@@ -499,7 +499,6 @@ gst_rfbsrc_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstRfbsrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_RFBSRC (object));
   src = GST_RFBSRC (object);
 
@@ -522,7 +521,6 @@ gst_rfbsrc_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstRfbsrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_RFBSRC (object));
   src = GST_RFBSRC (object);
 
index 35c3e0b679b2ef786688131b7598e6d899cf856a..7481b12872c12877e79b3e9ab026041a7ead8338 100644 (file)
@@ -562,7 +562,6 @@ gst_system_encode_set_property (GObject * object, guint prop_id,
 {
   GstMPEG1SystemEncode *system_encode;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_SYSTEM_ENCODE (object));
   system_encode = GST_SYSTEM_ENCODE (object);
 
@@ -579,7 +578,6 @@ gst_system_encode_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstMPEG1SystemEncode *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_SYSTEM_ENCODE (object));
   src = GST_SYSTEM_ENCODE (object);
 
index 23a2456ec09478a08e659bc58fafcba4b59d4e8c..7e178209aad6891421314b66792954624e64dc69 100644 (file)
@@ -1016,7 +1016,6 @@ gst_mpeg2subt_set_property (GObject * object, guint prop_id,
 {
   GstMpeg2Subt *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_MPEG2SUBT (object));
   src = GST_MPEG2SUBT (object);
 
@@ -1032,7 +1031,6 @@ gst_mpeg2subt_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstMpeg2Subt *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_MPEG2SUBT (object));
   src = GST_MPEG2SUBT (object);
 
index 8e77acac4cf640d96d1d34b6d580ae0c1c347f43..de128f5d6afcd1627de58a7e82e9d53a7eba832b 100644 (file)
@@ -523,7 +523,6 @@ gst_mp3parse_set_property (GObject * object, guint prop_id,
 {
   GstMPEGAudioParse *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_MP3PARSE (object));
   src = GST_MP3PARSE (object);
 
@@ -542,7 +541,6 @@ gst_mp3parse_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstMPEGAudioParse *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_MP3PARSE (object));
   src = GST_MP3PARSE (object);
 
index 4bde51b0a98e3c768ec611d2152f9f06c84a65f6..01948713b1eb86639d23255d25b22de747d23cac 100644 (file)
@@ -238,7 +238,6 @@ gst_multifilesink_set_property (GObject * object, guint prop_id,
 {
   GstMultiFileSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   sink = GST_MULTIFILESINK (object);
 
   switch (prop_id) {
@@ -258,7 +257,6 @@ gst_multifilesink_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstMultiFileSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_MULTIFILESINK (object));
 
   sink = GST_MULTIFILESINK (object);
index 0ebca104ec1026b90691f44024a8f420255e35c4..4654281d920383321bcccc694167389ae006038a 100644 (file)
@@ -284,7 +284,6 @@ gst_smooth_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstSmooth *smooth;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_SMOOTH (object));
   smooth = GST_SMOOTH (object);
 
@@ -312,7 +311,6 @@ gst_smooth_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstSmooth *smooth;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_SMOOTH (object));
   smooth = GST_SMOOTH (object);
 
index 4176525310bb1937c59918b8dcda2df7f89872be..6c1d297e08c6efa2a8e3833ab52cb2024dde7f39 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 50aea79af2acfcffd826c4be4dbd59bd21a0a8e7..317d55701dac80aeb7ea27e1c44d55e4b7f739f3 100644 (file)
@@ -185,7 +185,6 @@ gst_stereo_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstStereo *stereo;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_STEREO (object));
   stereo = GST_STEREO (object);
 
@@ -207,7 +206,6 @@ gst_stereo_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstStereo *stereo;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_STEREO (object));
   stereo = GST_STEREO (object);
 
index 749cf65deb5b13ed2cab3909620f05a692c6a559..1ee991a4893ab5b51533ada2210efe0baf984cd5 100644 (file)
@@ -330,7 +330,6 @@ gst_vbidec_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstVBIDec *vbidec;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VBIDEC (object));
   vbidec = GST_VBIDEC (object);
 
@@ -357,7 +356,6 @@ gst_vbidec_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstVBIDec *vbidec;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VBIDEC (object));
   vbidec = GST_VBIDEC (object);
 
index 47a2def8ed465fa895f5227cea0ab6ef449554df..6009ef7c004cb1a8748cdbd01c4d7531e1052950 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 41456a5685baad4e90a98ab042b2aee37a1434c4..426d8fea8150a90c2d459a6d108fac385d969985 100644 (file)
@@ -399,7 +399,6 @@ gst_xsharpen_set_property (GObject * object, guint prop_id,
 {
   GstXsharpen *xsharpen;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_XSHARPEN (object));
 
   xsharpen = GST_XSHARPEN (object);
@@ -421,7 +420,6 @@ gst_xsharpen_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstXsharpen *xsharpen;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_XSHARPEN (object));
 
   xsharpen = GST_XSHARPEN (object);
index f70f101ac2cf0a3dc454e6a5356cfbecfbcc21e6..c70d8c8462852dca01debaabf1676ceb708e7435 100644 (file)
@@ -232,7 +232,6 @@ gst_y4mencode_set_property (GObject * object, guint prop_id,
 {
   GstY4mEncode *filter;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_Y4MENCODE (object));
   filter = GST_Y4MENCODE (object);
 
@@ -248,7 +247,6 @@ gst_y4mencode_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstY4mEncode *filter;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_Y4MENCODE (object));
   filter = GST_Y4MENCODE (object);
 
index 558dcb0cd8fcddfe6f032554296b64c05f66745d..144e50c11c5bd2f19cacdccd305049546a669844 100644 (file)
@@ -242,7 +242,6 @@ dxr3audiosink_set_property (GObject * object, guint prop_id,
 {
   Dxr3AudioSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   sink = DXR3AUDIOSINK (object);
 
   switch (prop_id) {
@@ -267,7 +266,6 @@ dxr3audiosink_get_property (GObject * object, guint prop_id,
 {
   Dxr3AudioSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_DXR3AUDIOSINK (object));
 
   sink = DXR3AUDIOSINK (object);
index 71312c09122c738190cd2f8b68797c8e04f3cad1..023631d2ef9d05e225f891495c0d6c0548fb8854 100644 (file)
@@ -225,7 +225,6 @@ dxr3spusink_set_property (GObject * object, guint prop_id,
 {
   Dxr3SpuSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   sink = DXR3SPUSINK (object);
 
   switch (prop_id) {
@@ -241,7 +240,6 @@ dxr3spusink_get_property (GObject * object, guint prop_id,
 {
   Dxr3SpuSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_DXR3SPUSINK (object));
 
   sink = DXR3SPUSINK (object);
index 2c994c87189417f1d96aa171ca3eb86bf03e4f05..37e28192a1c31d5bdb12a57c9def4efd6aa10769 100644 (file)
@@ -227,7 +227,6 @@ dxr3videosink_set_property (GObject * object, guint prop_id,
 {
   Dxr3VideoSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   sink = DXR3VIDEOSINK (object);
 
   switch (prop_id) {
@@ -243,7 +242,6 @@ dxr3videosink_get_property (GObject * object, guint prop_id,
 {
   Dxr3VideoSink *sink;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_DXR3VIDEOSINK (object));
 
   sink = DXR3VIDEOSINK (object);
index c08453baa2413d8ea8c049314c9cc9a9bdf8b9cc..2fab71d9943f2e71d63f774f50b0a6987041a5c4 100644 (file)
@@ -288,7 +288,6 @@ gst_qcamsrc_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstQCamSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_QCAMSRC (object));
   src = GST_QCAMSRC (object);
 
@@ -339,7 +338,6 @@ gst_qcamsrc_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstQCamSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_QCAMSRC (object));
   src = GST_QCAMSRC (object);
 
index 09953c947ed07f5bb09f76bc4f86b079e43b127c..18c0abd9309fdd20418adc9b85a83a8998015860 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);
 
index d0894bd59c26fd6d84ecfce3c57b34aa1833954d..60db1bc14df4c7e562ef7376a2c08e5a0db9ff46 100644 (file)
@@ -211,7 +211,6 @@ gst_vcdsrc_set_property (GObject * object, guint prop_id, const GValue * value,
 {
   GstVCDSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VCDSRC (object));
   src = GST_VCDSRC (object);
 
@@ -251,7 +250,6 @@ gst_vcdsrc_get_property (GObject * object, guint prop_id, GValue * value,
 {
   GstVCDSrc *src;
 
-  /* it's not null if we got it, but it might not be ours */
   g_return_if_fail (GST_IS_VCDSRC (object));
   src = GST_VCDSRC (object);