static GstElementDetails plugin_details = {
"GdkPixbuf image decoder",
- "Codec/Image/Decoder",
+ "Codec/Image",
"LGPL",
"Decodes images in a video stream using GdkPixbuf",
VERSION,
/* elementfactory information */
GstElementDetails gst_jpegdec_details = {
"jpeg image decoder",
- "Codec/Image/Decoder",
+ "Codec/Image",
"LGPL",
".jpeg",
VERSION,
/* elementfactory information */
GstElementDetails gst_jpegenc_details = {
"jpeg image encoder",
- "Codec/Image/Encoder",
+ "Codec/Image",
"LGPL",
".jpeg",
VERSION,
GstElementDetails gst_pngenc_details = {
"PNG encoder",
- "Codec/Image/Encoder",
+ "Codec/Image",
"LGPL",
"Encode a video frame to a .png image",
VERSION,
/* elementfactory information */
static GstElementDetails gst_rtp_gsmparse_details = {
"RTP packet parser",
- "RtpGSMParse",
+ "Codec/Network",
"GPL",
"Extracts GSM audio from RTP packets",
VERSION,
/* elementfactory information */
static GstElementDetails gst_rtpgsmenc_details = {
"RTP GSM Audio Encoder",
- "RtpGSMEnc",
+ "Codec/Network",
"LGPL",
"Encodes GSM audio into an RTP packet",
VERSION,
/* elementfactory information */
static GstElementDetails gst_rtp_gsmparse_details = {
"RTP packet parser",
- "RtpGSMParse",
+ "Codec/Network",
"GPL",
"Extracts GSM audio from RTP packets",
VERSION,
/* elementfactory information */
static GstElementDetails gst_rtpgsmenc_details = {
"RTP GSM Audio Encoder",
- "RtpGSMEnc",
+ "Codec/Network",
"LGPL",
"Encodes GSM audio into an RTP packet",
VERSION,
/* 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,