From 8349527f9229058605cb3ead489107119b99e565 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 5 Jul 2005 10:51:41 +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/a52dec/gsta52dec.c | 2 -- ext/dvdnav/dvdnavsrc.c | 2 -- ext/dvdread/dvdreadsrc.c | 2 -- ext/lame/gstlame.c | 2 -- ext/mpeg2dec/gstmpeg2dec.c | 2 -- gst/ac3parse/gstac3parse.c | 2 -- gst/mpegaudioparse/gstmpegaudioparse.c | 2 -- gst/mpegstream/gstrfc2250enc.c | 1 - 8 files changed, 15 deletions(-) diff --git a/ext/a52dec/gsta52dec.c b/ext/a52dec/gsta52dec.c index 1c2ba80118..89496bae96 100644 --- a/ext/a52dec/gsta52dec.c +++ b/ext/a52dec/gsta52dec.c @@ -559,7 +559,6 @@ gst_a52dec_set_property (GObject * object, guint prop_id, const GValue * value, { GstA52Dec *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_A52DEC (object)); src = GST_A52DEC (object); @@ -579,7 +578,6 @@ gst_a52dec_get_property (GObject * object, guint prop_id, GValue * value, { GstA52Dec *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_A52DEC (object)); src = GST_A52DEC (object); diff --git a/ext/dvdnav/dvdnavsrc.c b/ext/dvdnav/dvdnavsrc.c index 4313ad5da0..c70b869739 100644 --- a/ext/dvdnav/dvdnavsrc.c +++ b/ext/dvdnav/dvdnavsrc.c @@ -447,7 +447,6 @@ dvdnavsrc_set_property (GObject * object, guint prop_id, { DVDNavSrc *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DVDNAVSRC (object)); src = DVDNAVSRC (object); @@ -514,7 +513,6 @@ dvdnavsrc_get_property (GObject * object, guint prop_id, DVDNavSrc *src; const char *title_string; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DVDNAVSRC (object)); src = DVDNAVSRC (object); diff --git a/ext/dvdread/dvdreadsrc.c b/ext/dvdread/dvdreadsrc.c index 73c8cd5038..4d69d2b455 100644 --- a/ext/dvdread/dvdreadsrc.c +++ b/ext/dvdread/dvdreadsrc.c @@ -275,7 +275,6 @@ dvdreadsrc_set_property (GObject * object, guint prop_id, const GValue * value, DVDReadSrc *src; DVDReadSrcPrivate *priv; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DVDREADSRC (object)); src = DVDREADSRC (object); @@ -320,7 +319,6 @@ dvdreadsrc_get_property (GObject * object, guint prop_id, GValue * value, DVDReadSrc *src; DVDReadSrcPrivate *priv; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_DVDREADSRC (object)); src = DVDREADSRC (object); diff --git a/ext/lame/gstlame.c b/ext/lame/gstlame.c index 7f1020c1c4..bc1c8f4322 100644 --- a/ext/lame/gstlame.c +++ b/ext/lame/gstlame.c @@ -682,7 +682,6 @@ gst_lame_set_property (GObject * object, guint prop_id, const GValue * value, { GstLame *lame; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_LAME (object)); lame = GST_LAME (object); @@ -801,7 +800,6 @@ gst_lame_get_property (GObject * object, guint prop_id, GValue * value, { GstLame *lame; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_LAME (object)); lame = GST_LAME (object); diff --git a/ext/mpeg2dec/gstmpeg2dec.c b/ext/mpeg2dec/gstmpeg2dec.c index a34cb6ce25..6585f51ce2 100644 --- a/ext/mpeg2dec/gstmpeg2dec.c +++ b/ext/mpeg2dec/gstmpeg2dec.c @@ -1536,7 +1536,6 @@ gst_mpeg2dec_set_property (GObject * object, guint prop_id, { GstMpeg2dec *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_MPEG2DEC (object)); src = GST_MPEG2DEC (object); @@ -1552,7 +1551,6 @@ gst_mpeg2dec_get_property (GObject * object, guint prop_id, GValue * value, { GstMpeg2dec *mpeg2dec; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_MPEG2DEC (object)); mpeg2dec = GST_MPEG2DEC (object); diff --git a/gst/ac3parse/gstac3parse.c b/gst/ac3parse/gstac3parse.c index 5f1f55a80c..bc237b850f 100644 --- a/gst/ac3parse/gstac3parse.c +++ b/gst/ac3parse/gstac3parse.c @@ -383,7 +383,6 @@ gst_ac3parse_set_property (GObject * object, guint prop_id, { GstAc3Parse *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_AC3PARSE (object)); src = GST_AC3PARSE (object); @@ -402,7 +401,6 @@ gst_ac3parse_get_property (GObject * object, guint prop_id, GValue * value, { GstAc3Parse *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_AC3PARSE (object)); src = GST_AC3PARSE (object); diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 8e77acac4c..de128f5d6a 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -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); diff --git a/gst/mpegstream/gstrfc2250enc.c b/gst/mpegstream/gstrfc2250enc.c index 634cab3e44..a50e1347ac 100644 --- a/gst/mpegstream/gstrfc2250enc.c +++ b/gst/mpegstream/gstrfc2250enc.c @@ -328,7 +328,6 @@ gst_rfc2250_enc_get_property (GObject * object, guint prop_id, GValue * value, { GstRFC2250Enc *rfc2250_enc; - /* it's not null if we got it, but it might not be ours */ rfc2250_enc = GST_RFC2250_ENC (object); switch (prop_id) {