mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
updating some plugin categories
Original commit message from CVS: updating some plugin categories
This commit is contained in:
parent
ffaa5926c6
commit
9246e54331
9 changed files with 9 additions and 9 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
/* elementfactory information */
|
||||
GstElementDetails gst_jpegenc_details = {
|
||||
"jpeg image encoder",
|
||||
"Codec/Image/Encoder",
|
||||
"Codec/Image",
|
||||
"LGPL",
|
||||
".jpeg",
|
||||
VERSION,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue