rtp: remove some outdated comments
authorJavier Jardón <jjardon@gnome.org>
Tue, 3 Jul 2012 03:57:18 +0000 (12:57 +0900)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 3 Jul 2012 07:58:26 +0000 (08:58 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=679301

gst/rtp/gstrtpL16depay.c
gst/rtp/gstrtpmpadepay.c
gst/rtp/gstrtpvorbispay.c
gst/rtp/gstrtpvrawdepay.c

index a842695..c8d6e74 100644 (file)
@@ -101,7 +101,6 @@ gst_rtp_L16_depay_class_init (GstRtpL16DepayClass * klass)
 static void
 gst_rtp_L16_depay_init (GstRtpL16Depay * rtpL16depay)
 {
-  /* needed because of GST_BOILERPLATE */
 }
 
 static gint
index 3bd40ae..25d7466 100644 (file)
@@ -87,7 +87,6 @@ gst_rtp_mpa_depay_class_init (GstRtpMPADepayClass * klass)
 static void
 gst_rtp_mpa_depay_init (GstRtpMPADepay * rtpmpadepay)
 {
-  /* needed because of GST_BOILERPLATE */
 }
 
 static gboolean
index b2d4ee4..dc1db9b 100644 (file)
@@ -103,7 +103,6 @@ gst_rtp_vorbis_pay_class_init (GstRtpVorbisPayClass * klass)
 static void
 gst_rtp_vorbis_pay_init (GstRtpVorbisPay * rtpvorbispay)
 {
-  /* needed because of GST_BOILERPLATE */
 }
 
 static void
index 120e8ac..a589027 100644 (file)
@@ -94,7 +94,6 @@ gst_rtp_vraw_depay_class_init (GstRtpVRawDepayClass * klass)
 static void
 gst_rtp_vraw_depay_init (GstRtpVRawDepay * rtpvrawdepay)
 {
-  /* needed because of GST_BOILERPLATE */
 }
 
 static void