mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
gst/rtp/: Fix klass typos.
Original commit message from CVS: * gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init): * gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init): * gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init): * gst/rtp/gstrtpdepay.c: * gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init): * gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init): * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init): * gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init): * gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps), (gst_rtp_mp2t_depay_plugin_init): * gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init): * gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init): * gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init): * gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init): * gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init): * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init): * gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init): * gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init): Fix klass typos. Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
This commit is contained in:
parent
3da33640bb
commit
af6e4da92e
18 changed files with 56 additions and 33 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,3 +1,26 @@
|
|||
2006-09-23 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/rtp/gstasteriskh263.c: (gst_asteriskh263_plugin_init):
|
||||
* gst/rtp/gstrtpL16depay.c: (gst_rtp_L16depay_plugin_init):
|
||||
* gst/rtp/gstrtpamrdepay.c: (gst_rtp_amr_depay_plugin_init):
|
||||
* gst/rtp/gstrtpdepay.c:
|
||||
* gst/rtp/gstrtpgsmdepay.c: (gst_rtp_gsm_depay_plugin_init):
|
||||
* gst/rtp/gstrtph263pdepay.c: (gst_rtp_h263p_depay_plugin_init):
|
||||
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_plugin_init):
|
||||
* gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_plugin_init):
|
||||
* gst/rtp/gstrtpmp2tdepay.c: (gst_rtp_mp2t_depay_setcaps),
|
||||
(gst_rtp_mp2t_depay_plugin_init):
|
||||
* gst/rtp/gstrtpmp4gdepay.c: (gst_rtp_mp4g_depay_plugin_init):
|
||||
* gst/rtp/gstrtpmp4vdepay.c: (gst_rtp_mp4v_depay_plugin_init):
|
||||
* gst/rtp/gstrtpmpadepay.c: (gst_rtp_mpa_depay_plugin_init):
|
||||
* gst/rtp/gstrtppcmadepay.c: (gst_rtp_pcma_depay_plugin_init):
|
||||
* gst/rtp/gstrtppcmudepay.c: (gst_rtp_pcmu_depay_plugin_init):
|
||||
* gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_plugin_init):
|
||||
* gst/rtp/gstrtpsv3vdepay.c: (gst_rtp_sv3v_depay_plugin_init):
|
||||
* gst/rtp/gstrtpvorbisdepay.c: (gst_rtp_vorbis_depay_plugin_init):
|
||||
Fix klass typos.
|
||||
Mark RANK_MARGINAL, decodebin can handle the depayloaders fine.
|
||||
|
||||
2006-09-22 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -50,7 +50,7 @@ typedef struct _GstAsteriskH263Header
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_h263p_depaydetails =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts H263 video from RTP and encodes in Asterisk H263 format",
|
||||
"Neil Stratford <neils@vipadia.com>");
|
||||
|
||||
|
@ -314,5 +314,5 @@ gboolean
|
|||
gst_asteriskh263_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "asteriskh263",
|
||||
GST_RANK_NONE, GST_TYPE_ASTERISK_H263);
|
||||
GST_RANK_MARGINAL, GST_TYPE_ASTERISK_H263);
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_L16depay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts raw audio from RTP packets",
|
||||
"Zeeshan Ali <zak147@yahoo.com>");
|
||||
|
||||
|
@ -348,5 +348,5 @@ gboolean
|
|||
gst_rtp_L16depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpL16depay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_L16_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_L16_DEPAY);
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_amrdepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts AMR audio from RTP packets (RFC 3267)",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
@ -405,5 +405,5 @@ gboolean
|
|||
gst_rtp_amr_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpamrdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_AMR_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_AMR_DEPAY);
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpdepay_debug);
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails rtpdepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP payloader",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Accepts raw RTP and RTCP packets and sends them forward",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_rtp_gsmdepay_details = {
|
||||
"RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts GSM audio from RTP packets",
|
||||
"Zeeshan Ali <zeenix@gmail.com>"
|
||||
};
|
||||
|
@ -138,5 +138,5 @@ gboolean
|
|||
gst_rtp_gsm_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpgsmdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_GSM_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_GSM_DEPAY);
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_h263pdepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts H263+ video from RTP packets (RFC 2429)",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
@ -337,5 +337,5 @@ gboolean
|
|||
gst_rtp_h263p_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtph263pdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_H263P_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_H263P_DEPAY);
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_h264depay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts H264 video from RTP packets (RFC 3984)",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
@ -499,5 +499,5 @@ gboolean
|
|||
gst_rtp_h264_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtph264depay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_H264_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_H264_DEPAY);
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_ilbc_depay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP iLBC packet depayloader",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts iLBC audio from RTP packets",
|
||||
"Philippe Kalaf <philippe.kalaf@collabora.co.uk>");
|
||||
|
||||
|
@ -220,5 +220,5 @@ gboolean
|
|||
gst_rtp_ilbc_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpilbcdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_ILBC_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_ILBC_DEPAY);
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_mp2tdepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depay/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts MPEG2 TS from RTP packets (RFC 2250)",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
@ -256,5 +256,5 @@ gboolean
|
|||
gst_rtp_mp2t_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpmp2tdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_MP2T_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_MP2T_DEPAY);
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpmp4gdepay_debug);
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_mp4gdepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depay/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts MPEG4 elementary streams from RTP packets (RFC 3640)",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
@ -378,5 +378,5 @@ gboolean
|
|||
gst_rtp_mp4g_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpmp4gdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_MP4G_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_MP4G_DEPAY);
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_mp4vdepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts MPEG4 video from RTP packets (RFC 3016)",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
@ -304,5 +304,5 @@ gboolean
|
|||
gst_rtp_mp4v_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpmp4vdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_MP4V_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_MP4V_DEPAY);
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_mpadepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts MPEG audio from RTP packets (RFC 2038)",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
@ -281,5 +281,5 @@ gboolean
|
|||
gst_rtp_mpa_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpmpadepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_MPA_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_MPA_DEPAY);
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_pcmadepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts PCMA audio from RTP packets",
|
||||
"Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com>");
|
||||
|
||||
|
@ -160,5 +160,5 @@ gboolean
|
|||
gst_rtp_pcma_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtppcmadepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_PCMA_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_PCMA_DEPAY);
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_pcmudepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts PCMU audio from RTP packets",
|
||||
"Edgard Lima <edgard.lima@indt.org.br>, Zeeshan Ali <zeenix@gmail.com>");
|
||||
|
||||
|
@ -161,5 +161,5 @@ gboolean
|
|||
gst_rtp_pcmu_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtppcmudepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_PCMU_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_PCMU_DEPAY);
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_speexdepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts Speex audio from RTP packets",
|
||||
"Edgard Lima <edgard.lima@indt.org.br>");
|
||||
|
||||
|
@ -144,5 +144,5 @@ gboolean
|
|||
gst_rtp_speex_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpspeexdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_SPEEX_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_SPEEX_DEPAY);
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_sv3vdepay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depayr/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts SVQ3 video from RTP packets (no RFC)",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
@ -344,5 +344,5 @@ gboolean
|
|||
gst_rtp_sv3v_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpsv3vdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_SV3V_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_SV3V_DEPAY);
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ GST_DEBUG_CATEGORY_STATIC (rtpvorbisdepay_debug);
|
|||
/* elementfactory information */
|
||||
static const GstElementDetails gst_rtp_vorbis_depay_details =
|
||||
GST_ELEMENT_DETAILS ("RTP packet parser",
|
||||
"Codec/Depay/Network",
|
||||
"Codec/Depayloader/Network",
|
||||
"Extracts Vorbis Audio from RTP packets (draft-01 of RFC XXXX)",
|
||||
"Wim Taymans <wim@fluendo.com>");
|
||||
|
||||
|
@ -437,5 +437,5 @@ gboolean
|
|||
gst_rtp_vorbis_depay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpvorbisdepay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_VORBIS_DEPAY);
|
||||
GST_RANK_MARGINAL, GST_TYPE_RTP_VORBIS_DEPAY);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue