mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
+ checking in plugin category changes
Original commit message from CVS: + checking in plugin category changes
This commit is contained in:
parent
531a3a6936
commit
5b283c92b6
34 changed files with 44 additions and 59 deletions
|
@ -32,7 +32,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails afparse_details = {
|
||||
"Audiofile Parse",
|
||||
"Codec/Parser",
|
||||
"Codec/Parser/Audio",
|
||||
"Audiofile parser for audio/raw",
|
||||
"Steve Baker <stevebaker_org@yahoo.co.uk>",
|
||||
};
|
||||
|
|
|
@ -29,9 +29,9 @@ static GstPadTemplate *gsmdec_src_template, *gsmdec_sink_template;
|
|||
|
||||
/* elementfactory information */
|
||||
GstElementDetails gst_gsmdec_details = {
|
||||
"gsm audio decoder",
|
||||
"Codec/Audio/Decoder",
|
||||
".gsm",
|
||||
"GSM audio decoder",
|
||||
"Codec/Decoder/Audio",
|
||||
"Decodes GSM encoded audio",
|
||||
"Wim Taymans <wim.taymans@chello.be>",
|
||||
};
|
||||
|
||||
|
|
|
@ -29,9 +29,9 @@ static GstPadTemplate *gsmenc_src_template, *gsmenc_sink_template;
|
|||
|
||||
/* elementfactory information */
|
||||
GstElementDetails gst_gsmenc_details = {
|
||||
"gsm audio encoder",
|
||||
"Codec/Audio/Encoder",
|
||||
".gsm",
|
||||
"GSM audio encoder",
|
||||
"Codec/Encoder/Audio",
|
||||
"Encodes audio using GSM",
|
||||
"Wim Taymans <wim.taymans@chello.be>",
|
||||
};
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
static GstElementDetails colorspace_details = {
|
||||
"Colorspace converter",
|
||||
"Filter/Convert",
|
||||
"Filter/Converter/Video",
|
||||
"Converts video from one colorspace to another using libhermes",
|
||||
"Wim Taymans <wim.taymans@chello.be>",
|
||||
};
|
||||
|
|
|
@ -119,7 +119,7 @@ gst_ladspa_base_init (GstLADSPAClass *klass)
|
|||
/* construct the element details struct */
|
||||
details = g_new0(GstElementDetails,1);
|
||||
details->longname = g_strdup(desc->Name);
|
||||
details->klass = "Filter/Audio/LADSPA";
|
||||
details->klass = "Filter/Effect/Audio/LADSPA";
|
||||
details->description = details->longname;
|
||||
details->author = g_strdup(desc->Maker);
|
||||
gst_element_class_set_details (element_class, details);
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_mplex_details = {
|
||||
"MPlex multiplexer",
|
||||
"Codec/Audio/Decoder",
|
||||
"Codec/Muxer",
|
||||
"multiplex mpeg audio and video into a system stream",
|
||||
"Wim Taymans <wim.taymans@chello.be> ",
|
||||
};
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails snapshot_details = {
|
||||
"snapshot",
|
||||
"Filter/Video",
|
||||
"Filter/Editor/Video",
|
||||
"Dump a frame to a png file",
|
||||
"Jeremy SIMON <jsimon13@yahoo.fr>",
|
||||
};
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_swfdec_details = GST_ELEMENT_DETAILS (
|
||||
"SWF video decoder",
|
||||
"Codec/Video/Decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Uses libswfdec to decode Flash video streams",
|
||||
"David Schleef <ds@schleef.org>"
|
||||
);
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails deinterlace_details = GST_ELEMENT_DETAILS (
|
||||
"Deinterlace",
|
||||
"Filter/Video",
|
||||
"Filter/Effect/Video",
|
||||
"Deinterlace video",
|
||||
"Wim Taymans <wim.taymans@chello.be>"
|
||||
);
|
||||
|
|
|
@ -25,11 +25,7 @@
|
|||
#include <gst/gst.h>
|
||||
/* #include <gst/meta/audioraw.h> */
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_TYPE_DEINTERLACE \
|
||||
(gst_deinterlace_get_type())
|
||||
|
@ -67,9 +63,6 @@ struct _GstDeInterlaceClass {
|
|||
GstElementClass parent_class;
|
||||
};
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
#endif /* __GST_STEREO_H__ */
|
||||
#endif /* __GST_DEINTERLACE_H__ */
|
||||
|
|
|
@ -92,7 +92,7 @@ static char* client_accept_s_expr (int fd);
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_festival_details = GST_ELEMENT_DETAILS (
|
||||
"Festival synthesizer",
|
||||
"Filter/Audio",
|
||||
"Filter/Effect/Audio",
|
||||
"Synthesizes plain text into audio",
|
||||
"Wim Taymans <wim.taymans@chello.be>"
|
||||
);
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_bpwsinc_details = GST_ELEMENT_DETAILS (
|
||||
"BPWSinc",
|
||||
"Filter/Audio/Effect",
|
||||
"Filter/Effect/Audio",
|
||||
"Band-Pass Windowed sinc filter",
|
||||
"Thomas <thomas@apestaart.org>, "
|
||||
"Steven W. Smith"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
static GstElementDetails gst_iir_details = GST_ELEMENT_DETAILS (
|
||||
"IIR",
|
||||
"Filter/Audio/Effect",
|
||||
"Filter/Effect/Audio",
|
||||
"IIR filter based on vorbis code",
|
||||
"Monty <monty@xiph.org>, "
|
||||
"Thomas <thomas@apestaart.org>"
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
static GstElementDetails gst_lpwsinc_details = GST_ELEMENT_DETAILS (
|
||||
"LPWSinc",
|
||||
"Filter/Audio/Effect",
|
||||
"Filter/Effect/Audio",
|
||||
"Low-pass Windowed sinc filter",
|
||||
"Thomas <thomas@apestaart.org>, "
|
||||
"Steven W. Smith"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
/* flx element information */
|
||||
static GstElementDetails flxdec_details = {
|
||||
"FLX Decoder",
|
||||
"Codec/Audio/Decoder",
|
||||
"Codec/Decoder/Audio",
|
||||
"FLX decoder",
|
||||
"Sepp Wijnands <mrrazz@garbage-coderz.net>"
|
||||
};
|
||||
|
|
|
@ -68,7 +68,7 @@ struct _GstMixMatrixClass {
|
|||
/* elementfactory information */
|
||||
static GstElementDetails mixmatrix_details = {
|
||||
"Mixing Matrix",
|
||||
"Filter/Audio",
|
||||
"Filter/Editor/Audio",
|
||||
"Mix N audio channels together into M channels",
|
||||
"Erik Walthinsen <omega@temple-baptist.com>"
|
||||
};
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
/* elementfactory information */
|
||||
GstElementDetails modplug_details = {
|
||||
"ModPlug",
|
||||
"Codec/Audio/Decoder",
|
||||
"Codec/Decoder/Audio",
|
||||
"Module decoder based on modplug engine",
|
||||
"Jeremy SIMON <jsimon13@yahoo.fr>"
|
||||
};
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails mpeg1videoparse_details = GST_ELEMENT_DETAILS (
|
||||
"MPEG 1 Video Parser",
|
||||
"Codec/Parser",
|
||||
"Codec/Parser/Video",
|
||||
"Parses and frames MPEG 1 video streams, provides seek",
|
||||
"Wim Taymans <wim.taymans@chello.be>"
|
||||
);
|
||||
|
|
|
@ -39,7 +39,7 @@ static void gst_mpeg2subt_get_property (GObject *object, guint prop_id, GValue
|
|||
/* elementfactory information */
|
||||
static GstElementDetails mpeg2subt_details = {
|
||||
"MPEG2 subtitle Decoder",
|
||||
"Codec/Video/Decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Decodes and merges MPEG2 subtitles into a video frame",
|
||||
"Wim Taymans <wim.taymans@chello.be>"
|
||||
};
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails mp3parse_details = {
|
||||
"MPEG1 Audio Parser",
|
||||
"Codec/Parser",
|
||||
"Codec/Parser/Audio",
|
||||
"Parses and frames mpeg1 audio streams (levels 1-3), provides seek",
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||
};
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails overlay_details = {
|
||||
"Video Overlay",
|
||||
"Filter/Video",
|
||||
"Filter/Editor/Video",
|
||||
"Overlay multiple video streams",
|
||||
"David Schleef <ds@schleef.org>"
|
||||
};
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails passthrough_details = {
|
||||
"Passthrough",
|
||||
"Filter/Audio/Effect",
|
||||
"Filter/Effect/Audio",
|
||||
"Transparent filter for audio/raw (boilerplate for effects)",
|
||||
"Thomas <thomas@apestaart.org>, "\
|
||||
"Andy Wingo <apwingo@eos.ncsu.edu>"
|
||||
|
|
|
@ -22,14 +22,9 @@
|
|||
#ifndef __GST_PASSTHROUGH_H__
|
||||
#define __GST_PASSTHROUGH_H__
|
||||
|
||||
|
||||
#include <gst/gst.h>
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_TYPE_PASSTHROUGH \
|
||||
(gst_passthrough_get_type())
|
||||
|
@ -65,11 +60,11 @@ struct _GstPassthrough {
|
|||
guint channels;
|
||||
guint width;
|
||||
guint endianness;
|
||||
guint buffer_size;
|
||||
|
||||
/* the next are valid only for format==GST_PASSTHROUGH_FORMAT_INT */
|
||||
/* the next are valid only for int formats */
|
||||
guint depth;
|
||||
gboolean is_signed;
|
||||
|
||||
};
|
||||
|
||||
struct _GstPassthroughClass {
|
||||
|
@ -78,9 +73,6 @@ struct _GstPassthroughClass {
|
|||
|
||||
GType gst_passthrough_get_type(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_PASSTHROUGH_H__ */
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
/* elementfactory information */
|
||||
GstElementDetails gst_rtjpegdec_details = {
|
||||
"RTjpeg decoder",
|
||||
"Codec/Video/Decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Decodes video in RTjpeg format",
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||
};
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
/* elementfactory information */
|
||||
GstElementDetails gst_rtjpegenc_details = {
|
||||
"RTjpeg encoder",
|
||||
"Codec/Video/Encoder",
|
||||
"Codec/Encoder/Video",
|
||||
"Encodes video in RTjpeg format",
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||
};
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails smooth_details = {
|
||||
"Smooth effect",
|
||||
"Filter/Video",
|
||||
"Filter/Effect/Video",
|
||||
"Apply a smooth filter to an image",
|
||||
"Wim Taymans <wim.taymans@chello.be>"
|
||||
};
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails smpte_details = {
|
||||
"SMPTE transitions",
|
||||
"Filter/Video",
|
||||
"Filter/Editor/Video",
|
||||
"Apply the standard SMPTE transitions on video images",
|
||||
"Wim Taymans <wim.taymans@chello.be>"
|
||||
};
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_spectrum_details = GST_ELEMENT_DETAILS (
|
||||
"Spectrum analyzer",
|
||||
"Filter/Audio/Analysis",
|
||||
"Filter/Analyzer/Audio",
|
||||
"Run an FFT on the audio signal, output spectrum data",
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||
);
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails speed_details = GST_ELEMENT_DETAILS (
|
||||
"Speed",
|
||||
"Filter/Audio/Effect",
|
||||
"Filter/Effect/Audio",
|
||||
"Set speed/pitch on audio/raw streams (resampler)",
|
||||
"Andy Wingo <apwingo@eos.ncsu.edu>"
|
||||
);
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails stereo_details = GST_ELEMENT_DETAILS (
|
||||
"Stereo effect",
|
||||
"Filter/Audio/Effect",
|
||||
"Muck with the stereo signal, enhance it's 'stereo-ness'",
|
||||
"Filter/Effect/Audio",
|
||||
"Muck with the stereo signal to enhance its 'stereo-ness'",
|
||||
"Erik Walthinsen <omega@cse.ogi.edu>"
|
||||
);
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ GType gst_vbidec_get_type(void);
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_vbidec_details = GST_ELEMENT_DETAILS (
|
||||
"VBI decoder",
|
||||
"Codec/Video/Decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Decodes closed captions and XDS data from VBI data",
|
||||
"David I. Lehn <dlehn@users.sourceforge.net>"
|
||||
);
|
||||
|
|
|
@ -59,7 +59,7 @@ struct _GstVideoCropClass {
|
|||
/* elementfactory information */
|
||||
static GstElementDetails gst_video_crop_details = GST_ELEMENT_DETAILS (
|
||||
"video crop filter",
|
||||
"Filter/Video",
|
||||
"Filter/Effect/Video",
|
||||
"Crops video into a user defined region",
|
||||
"Wim Taymans <wim.taymans@chello.be>"
|
||||
);
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
/* elementfactory information */
|
||||
static GstElementDetails videodrop_details = GST_ELEMENT_DETAILS (
|
||||
"Video frame dropper",
|
||||
"Filter/Video",
|
||||
"Filter/Effect/Video",
|
||||
"Re-FPS'es video",
|
||||
"Ronald Bultje <rbultje@ronald.bitfreak.net>"
|
||||
);
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
static GstElementDetails y4mencode_details = GST_ELEMENT_DETAILS (
|
||||
"Y4mEncode",
|
||||
"Codec/Video/Encoder",
|
||||
"Codec/Encoder/Video",
|
||||
"Encodes a YUV frame into the yuv4mpeg format (mjpegtools)",
|
||||
"Wim Taymans <wim.taymans@chello.be>"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue