Index: gst/rtp/gstrtpamrenc.c =================================================================== RCS file: /cvs/gstreamer/gst-plugins-good/gst/rtp/gstrtpamrenc.c,v retrieving revision 1.8 diff -u -3 -p -r1.8 gstrtpamrenc.c --- gst/rtp/gstrtpamrenc.c 21 Sep 2005 17:50:29 -0000 1.8 +++ gst/rtp/gstrtpamrenc.c 30 Sep 2005 14:51:57 -0000 @@ -32,7 +32,7 @@ /* elementfactory information */ static GstElementDetails gst_rtp_amrenc_details = { "RTP packet parser", - "Codec/Parser/Network", + "Codec/Encoder/Network", "Encode AMR audio into RTP packets (RFC 3267)", "Wim Taymans " }; Index: gst/rtp/gstrtpgsmparse.c =================================================================== RCS file: /cvs/gstreamer/gst-plugins-good/gst/rtp/gstrtpgsmparse.c,v retrieving revision 1.15 diff -u -3 -p -r1.15 gstrtpgsmparse.c --- gst/rtp/gstrtpgsmparse.c 15 Sep 2005 13:57:56 -0000 1.15 +++ gst/rtp/gstrtpgsmparse.c 30 Sep 2005 14:51:57 -0000 @@ -52,7 +52,10 @@ static GstStaticPadTemplate gst_rtpgsmpa GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK, GST_PAD_ALWAYS, - GST_STATIC_CAPS ("application/x-rtp") + GST_STATIC_CAPS ("application/x-rtp, " + "media = (string) \"audio\", " + "payload = (int) [ 96, 255 ], " + "clock-rate = (int) 8000, " "encoding-name = (string) \"GSM\"") ); Index: gst/rtp/gstrtph263penc.c =================================================================== RCS file: /cvs/gstreamer/gst-plugins-good/gst/rtp/gstrtph263penc.c,v retrieving revision 1.7 diff -u -3 -p -r1.7 gstrtph263penc.c --- gst/rtp/gstrtph263penc.c 20 Sep 2005 10:51:51 -0000 1.7 +++ gst/rtp/gstrtph263penc.c 30 Sep 2005 14:51:57 -0000 @@ -25,7 +25,7 @@ /* elementfactory information */ static GstElementDetails gst_rtp_h263penc_details = { "RTP packet parser", - "Codec/Parser/Network", + "Codec/Encoder/Network", "Encodes H263+ video in RTP packets (RFC 2429)", "Wim Taymans " }; Index: gst/rtp/gstrtpmp4venc.c =================================================================== RCS file: /cvs/gstreamer/gst-plugins-good/gst/rtp/gstrtpmp4venc.c,v retrieving revision 1.7 diff -u -3 -p -r1.7 gstrtpmp4venc.c --- gst/rtp/gstrtpmp4venc.c 22 Sep 2005 14:13:36 -0000 1.7 +++ gst/rtp/gstrtpmp4venc.c 30 Sep 2005 14:51:57 -0000 @@ -25,7 +25,7 @@ /* elementfactory information */ static GstElementDetails gst_rtp_mp4venc_details = { "RTP packet parser", - "Codec/Parser/Network", + "Codec/Encoder/Network", "Encode MPEG4 video as RTP packets (RFC 3016)", "Wim Taymans " }; Index: gst/rtp/gstrtpmpaenc.c =================================================================== RCS file: /cvs/gstreamer/gst-plugins-good/gst/rtp/gstrtpmpaenc.c,v retrieving revision 1.8 diff -u -3 -p -r1.8 gstrtpmpaenc.c --- gst/rtp/gstrtpmpaenc.c 26 Sep 2005 14:42:09 -0000 1.8 +++ gst/rtp/gstrtpmpaenc.c 30 Sep 2005 14:51:58 -0000 @@ -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 " };