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 = {
"GdkPixbuf image decoder",
"Codec/Image/Decoder",
"Codec/Image",
"LGPL",
"Decodes images in a video stream using GdkPixbuf",
VERSION,

View 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,

View file

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

View 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,

View 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,

View 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,

View 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,

View 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,

View 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,