diff options
author | Leif Johnson <leif@ambient.2y.net> | 2003-10-08 07:44:25 +0000 |
---|---|---|
committer | Leif Johnson <leif@ambient.2y.net> | 2003-10-08 07:44:25 +0000 |
commit | 9246e543319c072c52fffa51259a2cf927c8dd43 (patch) | |
tree | fadec48b94957b7170061db5966a5cd65c939216 /gst | |
parent | ffaa5926c6f35f0241b1cd98780523f2772dd950 (diff) |
updating some plugin categories
Original commit message from CVS:
updating some plugin categories
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtp/gstrtpgsmdepay.c | 2 | ||||
-rw-r--r-- | gst/rtp/gstrtpgsmenc.c | 2 | ||||
-rw-r--r-- | gst/rtp/gstrtpgsmparse.c | 2 | ||||
-rw-r--r-- | gst/rtp/gstrtpgsmpay.c | 2 | ||||
-rw-r--r-- | gst/videocrop/gstvideocrop.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/gst/rtp/gstrtpgsmdepay.c b/gst/rtp/gstrtpgsmdepay.c index 6850600d..0c68a1be 100644 --- a/gst/rtp/gstrtpgsmdepay.c +++ b/gst/rtp/gstrtpgsmdepay.c @@ -23,7 +23,7 @@ /* elementfactory information */ static GstElementDetails gst_rtp_gsmparse_details = { "RTP packet parser", - "RtpGSMParse", + "Codec/Network", "GPL", "Extracts GSM audio from RTP packets", VERSION, diff --git a/gst/rtp/gstrtpgsmenc.c b/gst/rtp/gstrtpgsmenc.c index dc184d97..ec074639 100644 --- a/gst/rtp/gstrtpgsmenc.c +++ b/gst/rtp/gstrtpgsmenc.c @@ -27,7 +27,7 @@ /* elementfactory information */ static GstElementDetails gst_rtpgsmenc_details = { "RTP GSM Audio Encoder", - "RtpGSMEnc", + "Codec/Network", "LGPL", "Encodes GSM audio into an RTP packet", VERSION, diff --git a/gst/rtp/gstrtpgsmparse.c b/gst/rtp/gstrtpgsmparse.c index 6850600d..0c68a1be 100644 --- a/gst/rtp/gstrtpgsmparse.c +++ b/gst/rtp/gstrtpgsmparse.c @@ -23,7 +23,7 @@ /* elementfactory information */ static GstElementDetails gst_rtp_gsmparse_details = { "RTP packet parser", - "RtpGSMParse", + "Codec/Network", "GPL", "Extracts GSM audio from RTP packets", VERSION, diff --git a/gst/rtp/gstrtpgsmpay.c b/gst/rtp/gstrtpgsmpay.c index dc184d97..ec074639 100644 --- a/gst/rtp/gstrtpgsmpay.c +++ b/gst/rtp/gstrtpgsmpay.c @@ -27,7 +27,7 @@ /* elementfactory information */ static GstElementDetails gst_rtpgsmenc_details = { "RTP GSM Audio Encoder", - "RtpGSMEnc", + "Codec/Network", "LGPL", "Encodes GSM audio into an RTP packet", VERSION, diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index d96061a0..dc67ceb1 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -59,7 +59,7 @@ struct _GstVideoCropClass { /* elementfactory information */ static GstElementDetails gst_video_crop_details = { "video crop filter", - "Filter/Video/Crop", + "Filter/Video", "LGPL", "Crops video into a user defined region", VERSION, |