]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/commitdiff
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 1c2ba8011862e13c7f6e61f911b1e50352f05c24..89496bae961da30e0710e4e37708005840c03f35 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 4313ad5da0862d8f414c9a1be04c59e507d27d41..c70b869739fec09a333ba9e82627331dc04b467e 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 73c8cd5038b5c257fd38e8cb9d1377cffff9e32f..4d69d2b455c8d7d8d6dbe7d09e6dd2589017c692 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 7f1020c1c428e77398ceea298c28f24f7d42d171..bc1c8f43222fcf06f1d348a864b06341b59e20aa 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 a34cb6ce25767712d0a5f14e87dcd179efc92390..6585f51ce2b85c276d71c037e1b34ece2dbd5c77 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 5f1f55a80c69dacf9dd3d5a267d2b23b332f0eaf..bc237b850f4cc64535b70b54852a35a582c67f05 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 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 634cab3e44218005599821e7596c717a1a653b38..a50e1347ac4c9896e2573949ef9168055a4507b8 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) {