From 259401774dfcea0ba4c7e84c5c5d181458a733bb Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 5 Jul 2005 10:51:49 +0000 Subject: 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/artsd/gstartsdsink.c | 2 -- ext/audiofile/gstafparse.c | 1 - ext/audiofile/gstafsink.c | 2 -- ext/audiofile/gstafsrc.c | 2 -- ext/audioresample/gstaudioresample.c | 1 - ext/divx/gstdivxenc.c | 2 -- ext/hermes/gsthermescolorspace.c | 2 -- ext/lcs/gstcolorspace.c | 2 -- ext/musicbrainz/gsttrm.c | 2 -- ext/nas/nassink.c | 1 - ext/sdl/sdlvideosink.c | 2 -- ext/shout/gstshout.c | 1 - ext/swfdec/gstswfdec.c | 2 -- ext/tarkin/gsttarkindec.c | 2 -- ext/tarkin/gsttarkinenc.c | 2 -- ext/xvid/gstxvidenc.c | 2 -- 16 files changed, 28 deletions(-) (limited to 'ext') diff --git a/ext/artsd/gstartsdsink.c b/ext/artsd/gstartsdsink.c index 805f5f49..d2174a49 100644 --- a/ext/artsd/gstartsdsink.c +++ b/ext/artsd/gstartsdsink.c @@ -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); diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c index 4eece0c8..b576e814 100644 --- a/ext/audiofile/gstafparse.c +++ b/ext/audiofile/gstafparse.c @@ -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) { diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c index 872864b2..262674dc 100644 --- a/ext/audiofile/gstafsink.c +++ b/ext/audiofile/gstafsink.c @@ -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); diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c index 91fc6cf3..ee3244d5 100644 --- a/ext/audiofile/gstafsrc.c +++ b/ext/audiofile/gstafsrc.c @@ -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); diff --git a/ext/audioresample/gstaudioresample.c b/ext/audioresample/gstaudioresample.c index f9b8f656..363acd9b 100644 --- a/ext/audioresample/gstaudioresample.c +++ b/ext/audioresample/gstaudioresample.c @@ -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); diff --git a/ext/divx/gstdivxenc.c b/ext/divx/gstdivxenc.c index c944c18a..00ec93d1 100644 --- a/ext/divx/gstdivxenc.c +++ b/ext/divx/gstdivxenc.c @@ -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); diff --git a/ext/hermes/gsthermescolorspace.c b/ext/hermes/gsthermescolorspace.c index ed7639ba..dcfdab05 100644 --- a/ext/hermes/gsthermescolorspace.c +++ b/ext/hermes/gsthermescolorspace.c @@ -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); diff --git a/ext/lcs/gstcolorspace.c b/ext/lcs/gstcolorspace.c index 5f06698f..33ba1854 100644 --- a/ext/lcs/gstcolorspace.c +++ b/ext/lcs/gstcolorspace.c @@ -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); diff --git a/ext/musicbrainz/gsttrm.c b/ext/musicbrainz/gsttrm.c index 85939f9f..c363b09b 100644 --- a/ext/musicbrainz/gsttrm.c +++ b/ext/musicbrainz/gsttrm.c @@ -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) { diff --git a/ext/nas/nassink.c b/ext/nas/nassink.c index 7eb47bf9..dd3a556e 100644 --- a/ext/nas/nassink.c +++ b/ext/nas/nassink.c @@ -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); diff --git a/ext/sdl/sdlvideosink.c b/ext/sdl/sdlvideosink.c index b765215e..4c11b6f6 100644 --- a/ext/sdl/sdlvideosink.c +++ b/ext/sdl/sdlvideosink.c @@ -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); diff --git a/ext/shout/gstshout.c b/ext/shout/gstshout.c index 72b6227a..6f007c5f 100644 --- a/ext/shout/gstshout.c +++ b/ext/shout/gstshout.c @@ -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); diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c index 91e79fb2..c6f952e5 100644 --- a/ext/swfdec/gstswfdec.c +++ b/ext/swfdec/gstswfdec.c @@ -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); diff --git a/ext/tarkin/gsttarkindec.c b/ext/tarkin/gsttarkindec.c index ce16ac9f..67bf2fba 100644 --- a/ext/tarkin/gsttarkindec.c +++ b/ext/tarkin/gsttarkindec.c @@ -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); diff --git a/ext/tarkin/gsttarkinenc.c b/ext/tarkin/gsttarkinenc.c index 0b5a9d45..9727aa33 100644 --- a/ext/tarkin/gsttarkinenc.c +++ b/ext/tarkin/gsttarkinenc.c @@ -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); diff --git a/ext/xvid/gstxvidenc.c b/ext/xvid/gstxvidenc.c index 7b917534..e71bb259 100644 --- a/ext/xvid/gstxvidenc.c +++ b/ext/xvid/gstxvidenc.c @@ -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); -- cgit v1.2.1