mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
rtp: remove some outdated comments
https://bugzilla.gnome.org/show_bug.cgi?id=679301
This commit is contained in:
parent
b2b3de569a
commit
c740490c26
4 changed files with 0 additions and 4 deletions
|
@ -101,7 +101,6 @@ gst_rtp_L16_depay_class_init (GstRtpL16DepayClass * klass)
|
||||||
static void
|
static void
|
||||||
gst_rtp_L16_depay_init (GstRtpL16Depay * rtpL16depay)
|
gst_rtp_L16_depay_init (GstRtpL16Depay * rtpL16depay)
|
||||||
{
|
{
|
||||||
/* needed because of GST_BOILERPLATE */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static gint
|
static gint
|
||||||
|
|
|
@ -87,7 +87,6 @@ gst_rtp_mpa_depay_class_init (GstRtpMPADepayClass * klass)
|
||||||
static void
|
static void
|
||||||
gst_rtp_mpa_depay_init (GstRtpMPADepay * rtpmpadepay)
|
gst_rtp_mpa_depay_init (GstRtpMPADepay * rtpmpadepay)
|
||||||
{
|
{
|
||||||
/* needed because of GST_BOILERPLATE */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|
|
@ -103,7 +103,6 @@ gst_rtp_vorbis_pay_class_init (GstRtpVorbisPayClass * klass)
|
||||||
static void
|
static void
|
||||||
gst_rtp_vorbis_pay_init (GstRtpVorbisPay * rtpvorbispay)
|
gst_rtp_vorbis_pay_init (GstRtpVorbisPay * rtpvorbispay)
|
||||||
{
|
{
|
||||||
/* needed because of GST_BOILERPLATE */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
@ -94,7 +94,6 @@ gst_rtp_vraw_depay_class_init (GstRtpVRawDepayClass * klass)
|
||||||
static void
|
static void
|
||||||
gst_rtp_vraw_depay_init (GstRtpVRawDepay * rtpvrawdepay)
|
gst_rtp_vraw_depay_init (GstRtpVRawDepay * rtpvrawdepay)
|
||||||
{
|
{
|
||||||
/* needed because of GST_BOILERPLATE */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue