updating some plugin categories
authorLeif Johnson <leif@ambient.2y.net>
Wed, 8 Oct 2003 07:44:25 +0000 (07:44 +0000)
committerLeif Johnson <leif@ambient.2y.net>
Wed, 8 Oct 2003 07:44:25 +0000 (07:44 +0000)
Original commit message from CVS:
updating some plugin categories

ext/gdk_pixbuf/gstgdkpixbuf.c
ext/jpeg/gstjpegdec.c
ext/jpeg/gstjpegenc.c
ext/libpng/gstpngenc.c
gst/rtp/gstrtpgsmdepay.c
gst/rtp/gstrtpgsmenc.c
gst/rtp/gstrtpgsmparse.c
gst/rtp/gstrtpgsmpay.c
gst/videocrop/gstvideocrop.c

index 124df68ad259efae3b6b3f830a46e3db41d90a87..fec02e10a6ae4ad06b25b816e1b0cc127a48c967 100644 (file)
@@ -31,7 +31,7 @@
 
 static GstElementDetails plugin_details = {
   "GdkPixbuf image decoder",
-  "Codec/Image/Decoder",
+  "Codec/Image",
   "LGPL",
   "Decodes images in a video stream using GdkPixbuf",
   VERSION,
index a8ee30cd9599dd8d7aeef8e6358daf055167850e..a9718b0806f9f8548a1bee9a07f9baf471737fa8 100644 (file)
@@ -31,7 +31,7 @@ extern GstPadTemplate *jpegdec_src_template, *jpegdec_sink_template;
 /* elementfactory information */
 GstElementDetails gst_jpegdec_details = {
   "jpeg image decoder",
-  "Codec/Image/Decoder",
+  "Codec/Image",
   "LGPL",
   ".jpeg",
   VERSION,
index ccd5bbcef4924b20c9d7f5c13d3947eff57f97b1..736fab2e761cafc38217ef3643a4d8d715ff5839 100644 (file)
@@ -28,7 +28,7 @@
 /* elementfactory information */
 GstElementDetails gst_jpegenc_details = {
   "jpeg image encoder",
-  "Codec/Image/Encoder",
+  "Codec/Image",
   "LGPL",
   ".jpeg",
   VERSION,
index 37b442d054df065b4de02f40ff7dbb006e3dcea0..5c33107f7202d54d030b9158bf623c9e30658daa 100644 (file)
@@ -28,7 +28,7 @@
 
 GstElementDetails gst_pngenc_details = {
   "PNG encoder",
-  "Codec/Image/Encoder",
+  "Codec/Image",
   "LGPL",
   "Encode a video frame to a .png image",
   VERSION,
index 6850600d1067421c374c1c059cc35047c08784f7..0c68a1be0a5e659969aeb61874f850f236998dba 100644 (file)
@@ -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,
index dc184d97d545f257da543eef4d01fd1b49f2b7d9..ec07463943e14b95b98abe8ad6858ed1125b2f4c 100644 (file)
@@ -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,
index 6850600d1067421c374c1c059cc35047c08784f7..0c68a1be0a5e659969aeb61874f850f236998dba 100644 (file)
@@ -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,
index dc184d97d545f257da543eef4d01fd1b49f2b7d9..ec07463943e14b95b98abe8ad6858ed1125b2f4c 100644 (file)
@@ -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,
index d96061a05806389cc18b56c922833fa536a2543e..dc67ceb1fb7210e50ef8e034f7d063a3e4d12ba8 100644 (file)
@@ -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,