updating some plugin categories

Original commit message from CVS:
updating some plugin categories
This commit is contained in:
Leif Johnson 2003-10-08 07:44:25 +00:00
parent ffaa5926c6
commit 9246e54331
9 changed files with 9 additions and 9 deletions

View file

@ -31,7 +31,7 @@
static GstElementDetails plugin_details = { static GstElementDetails plugin_details = {
"GdkPixbuf image decoder", "GdkPixbuf image decoder",
"Codec/Image/Decoder", "Codec/Image",
"LGPL", "LGPL",
"Decodes images in a video stream using GdkPixbuf", "Decodes images in a video stream using GdkPixbuf",
VERSION, VERSION,

View file

@ -31,7 +31,7 @@ extern GstPadTemplate *jpegdec_src_template, *jpegdec_sink_template;
/* elementfactory information */ /* elementfactory information */
GstElementDetails gst_jpegdec_details = { GstElementDetails gst_jpegdec_details = {
"jpeg image decoder", "jpeg image decoder",
"Codec/Image/Decoder", "Codec/Image",
"LGPL", "LGPL",
".jpeg", ".jpeg",
VERSION, VERSION,

View file

@ -28,7 +28,7 @@
/* elementfactory information */ /* elementfactory information */
GstElementDetails gst_jpegenc_details = { GstElementDetails gst_jpegenc_details = {
"jpeg image encoder", "jpeg image encoder",
"Codec/Image/Encoder", "Codec/Image",
"LGPL", "LGPL",
".jpeg", ".jpeg",
VERSION, VERSION,

View file

@ -28,7 +28,7 @@
GstElementDetails gst_pngenc_details = { GstElementDetails gst_pngenc_details = {
"PNG encoder", "PNG encoder",
"Codec/Image/Encoder", "Codec/Image",
"LGPL", "LGPL",
"Encode a video frame to a .png image", "Encode a video frame to a .png image",
VERSION, VERSION,

View file

@ -23,7 +23,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails gst_rtp_gsmparse_details = { static GstElementDetails gst_rtp_gsmparse_details = {
"RTP packet parser", "RTP packet parser",
"RtpGSMParse", "Codec/Network",
"GPL", "GPL",
"Extracts GSM audio from RTP packets", "Extracts GSM audio from RTP packets",
VERSION, VERSION,

View file

@ -27,7 +27,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails gst_rtpgsmenc_details = { static GstElementDetails gst_rtpgsmenc_details = {
"RTP GSM Audio Encoder", "RTP GSM Audio Encoder",
"RtpGSMEnc", "Codec/Network",
"LGPL", "LGPL",
"Encodes GSM audio into an RTP packet", "Encodes GSM audio into an RTP packet",
VERSION, VERSION,

View file

@ -23,7 +23,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails gst_rtp_gsmparse_details = { static GstElementDetails gst_rtp_gsmparse_details = {
"RTP packet parser", "RTP packet parser",
"RtpGSMParse", "Codec/Network",
"GPL", "GPL",
"Extracts GSM audio from RTP packets", "Extracts GSM audio from RTP packets",
VERSION, VERSION,

View file

@ -27,7 +27,7 @@
/* elementfactory information */ /* elementfactory information */
static GstElementDetails gst_rtpgsmenc_details = { static GstElementDetails gst_rtpgsmenc_details = {
"RTP GSM Audio Encoder", "RTP GSM Audio Encoder",
"RtpGSMEnc", "Codec/Network",
"LGPL", "LGPL",
"Encodes GSM audio into an RTP packet", "Encodes GSM audio into an RTP packet",
VERSION, VERSION,

View file

@ -59,7 +59,7 @@ struct _GstVideoCropClass {
/* elementfactory information */ /* elementfactory information */
static GstElementDetails gst_video_crop_details = { static GstElementDetails gst_video_crop_details = {
"video crop filter", "video crop filter",
"Filter/Video/Crop", "Filter/Video",
"LGPL", "LGPL",
"Crops video into a user defined region", "Crops video into a user defined region",
VERSION, VERSION,