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 124df68..fec02e1 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 a8ee30c..a9718b0 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 ccd5bbc..736fab2 100644 (file)
@@ -28,7 +28,7 @@
 /* elementfactory information */
 GstElementDetails gst_jpegenc_details = {
   "jpeg image encoder",
-  "Codec/Image/Encoder",
+  "Codec/Image",
   "LGPL",
   ".jpeg",
   VERSION,
index 37b442d..5c33107 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 6850600..0c68a1b 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 dc184d9..ec07463 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 6850600..0c68a1b 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 dc184d9..ec07463 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 d96061a..dc67ceb 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,