diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 14:39:30 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-01 14:39:30 +0000 |
commit | fe967d4fe869959df133e4d1b5d304ed60a2fd41 (patch) | |
tree | c99f63c8b69ee293c0638c7df6cc7abc26340622 /gst/rtp/gstrtpamrdepay.c | |
parent | 7a4f8655ce2679dc535d6698630dbc087dc1ce87 (diff) |
gst/rtp/: parsers are depayers
Original commit message from CVS:
* gst/rtp/Makefile.am:
* gst/rtp/gstrtpL16depay.c:
* gst/rtp/gstrtpL16depay.h:
* gst/rtp/gstrtpL16parse.c:
* gst/rtp/gstrtpL16parse.h:
* gst/rtp/gstrtpgsmdepay.c:
* gst/rtp/gstrtpgsmdepay.h:
* gst/rtp/gstrtpgsmparse.c:
* gst/rtp/gstrtpgsmparse.h:
parsers are depayers
Diffstat (limited to 'gst/rtp/gstrtpamrdepay.c')
-rw-r--r-- | gst/rtp/gstrtpamrdepay.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/rtp/gstrtpamrdepay.c b/gst/rtp/gstrtpamrdepay.c index bec5b835..c4bc9f4e 100644 --- a/gst/rtp/gstrtpamrdepay.c +++ b/gst/rtp/gstrtpamrdepay.c @@ -31,7 +31,7 @@ /* elementfactory information */ static GstElementDetails gst_rtp_amrdepay_details = { "RTP packet parser", - "Codec/Parser/Network", + "Codec/Depayr/Network", "Extracts AMR audio from RTP packets (RFC 3267)", "Wim Taymans <wim@fluendo.com>" }; @@ -277,7 +277,7 @@ gst_rtp_amr_depay_chain (GstPad * pad, GstBuffer * buf) goto bad_packet; /* when we get here, 1 channel, 8000 Hz, octet aligned, no CRC, - * no robust sorting, no interleaving data is to be parsed */ + * no robust sorting, no interleaving data is to be depayd */ { gint payload_len; guint8 *payload, *p, *dp; @@ -295,7 +295,7 @@ gst_rtp_amr_depay_chain (GstPad * pad, GstBuffer * buf) payload = gst_rtp_buffer_get_payload (buf); - /* parse CMR. The CMR is used by the sender to request + /* depay CMR. The CMR is used by the sender to request * a new encoding mode. * * 0 1 2 3 4 5 6 7 |