summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmpapay.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-09-30 16:36:49 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-09-30 16:36:49 +0000
commit75a0669d5f145926e0a246cf12695ca59485a762 (patch)
treeebe541e5bb164f7da751955a798dc5decb12c6d8 /gst/rtp/gstrtpmpapay.c
parent9052406cedd529c74fefe72ca7301e015ac7c995 (diff)
gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko)
Original commit message from CVS: * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_setcaps): * gst/rtp/gstrtpgsmparse.c: * gst/rtp/gstrtph263penc.c: * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_parse_data), (gst_rtpmp4venc_handle_buffer), (gst_rtpmp4venc_set_property): * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_handle_buffer): Various class and caps fixes from Andre Magalhaes (andrunko)
Diffstat (limited to 'gst/rtp/gstrtpmpapay.c')
-rw-r--r--gst/rtp/gstrtpmpapay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpmpapay.c b/gst/rtp/gstrtpmpapay.c
index bc9f87a7..cbfc4a43 100644
--- a/gst/rtp/gstrtpmpapay.c
+++ b/gst/rtp/gstrtpmpapay.c
@@ -25,7 +25,7 @@
/* elementfactory information */
static GstElementDetails gst_rtp_mpaenc_details = {
"RTP packet parser",
- "Codec/Parser/Network",
+ "Codec/Encoder/Network",
"Encode MPEG audio as RTP packets (RFC 2038)",
"Wim Taymans <wim@fluendo.com>"
};