Way, way, way too many files: Remove crack comment from the 2000 era.
authorAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:41 +0000 (10:51 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 5 Jul 2005 10:51:41 +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.

ext/a52dec/gsta52dec.c
ext/dvdnav/dvdnavsrc.c
ext/dvdread/dvdreadsrc.c
ext/lame/gstlame.c
ext/mpeg2dec/gstmpeg2dec.c
gst/ac3parse/gstac3parse.c
gst/mpegaudioparse/gstmpegaudioparse.c
gst/mpegstream/gstrfc2250enc.c

index 1c2ba80..89496ba 100644 (file)
@@ -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);
 
index 4313ad5..c70b869 100644 (file)
@@ -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);
index 73c8cd5..4d69d2b 100644 (file)
@@ -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);
index 7f1020c..bc1c8f4 100644 (file)
@@ -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);
index a34cb6c..6585f51 100644 (file)
@@ -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);
 
index 5f1f55a..bc237b8 100644 (file)
@@ -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);
 
index 8e77aca..de128f5 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 634cab3..a50e134 100644 (file)
@@ -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) {