From 5b283c92b6fffdd28b4a113c07e2f6afd752b23d Mon Sep 17 00:00:00 2001 From: Leif Johnson Date: Sun, 16 Nov 2003 22:02:23 +0000 Subject: + checking in plugin category changes Original commit message from CVS: + checking in plugin category changes --- ext/audiofile/gstafparse.c | 2 +- ext/gsm/gstgsmdec.c | 6 +++--- ext/gsm/gstgsmenc.c | 6 +++--- ext/hermes/gstcolorspace.c | 2 +- ext/ladspa/gstladspa.c | 2 +- ext/mplex/gstmplex.cc | 2 +- ext/snapshot/gstsnapshot.c | 2 +- ext/swfdec/gstswfdec.c | 2 +- gst/deinterlace/gstdeinterlace.c | 2 +- gst/deinterlace/gstdeinterlace.h | 13 +++---------- gst/festival/gstfestival.c | 2 +- gst/filter/gstbpwsinc.c | 2 +- gst/filter/gstiir.c | 2 +- gst/filter/gstlpwsinc.c | 2 +- gst/flx/gstflxdec.c | 2 +- gst/mixmatrix/mixmatrix.c | 2 +- gst/modplug/gstmodplug.cc | 2 +- gst/mpeg1videoparse/gstmp1videoparse.c | 2 +- gst/mpeg2sub/gstmpeg2subt.c | 2 +- gst/mpegaudioparse/gstmpegaudioparse.c | 2 +- gst/overlay/gstoverlay.c | 2 +- gst/passthrough/gstpassthrough.c | 2 +- gst/passthrough/gstpassthrough.h | 16 ++++------------ gst/rtjpeg/gstrtjpegdec.c | 2 +- gst/rtjpeg/gstrtjpegenc.c | 2 +- gst/smooth/gstsmooth.c | 2 +- gst/smpte/gstsmpte.c | 2 +- gst/spectrum/gstspectrum.c | 2 +- gst/speed/gstspeed.c | 2 +- gst/stereo/gststereo.c | 4 ++-- gst/vbidec/gstvbidec.c | 2 +- gst/videocrop/gstvideocrop.c | 2 +- gst/videodrop/gstvideodrop.c | 2 +- gst/y4m/gsty4mencode.c | 2 +- 34 files changed, 44 insertions(+), 59 deletions(-) diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c index 2037bd25b..6df1ca2eb 100644 --- a/ext/audiofile/gstafparse.c +++ b/ext/audiofile/gstafparse.c @@ -32,7 +32,7 @@ /* elementfactory information */ static GstElementDetails afparse_details = { "Audiofile Parse", - "Codec/Parser", + "Codec/Parser/Audio", "Audiofile parser for audio/raw", "Steve Baker ", }; diff --git a/ext/gsm/gstgsmdec.c b/ext/gsm/gstgsmdec.c index a3d7ec05b..095140c1d 100644 --- a/ext/gsm/gstgsmdec.c +++ b/ext/gsm/gstgsmdec.c @@ -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 ", }; diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index 28df0f0f7..d8949b54c 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.c @@ -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 ", }; diff --git a/ext/hermes/gstcolorspace.c b/ext/hermes/gstcolorspace.c index a59ef39d7..a99c6350c 100644 --- a/ext/hermes/gstcolorspace.c +++ b/ext/hermes/gstcolorspace.c @@ -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 ", }; diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c index 2536e01d1..6dc8763f9 100644 --- a/ext/ladspa/gstladspa.c +++ b/ext/ladspa/gstladspa.c @@ -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); diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc index 279e7951e..fb15e5fea 100644 --- a/ext/mplex/gstmplex.cc +++ b/ext/mplex/gstmplex.cc @@ -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 ", }; diff --git a/ext/snapshot/gstsnapshot.c b/ext/snapshot/gstsnapshot.c index d291cec78..c6fa23dcc 100644 --- a/ext/snapshot/gstsnapshot.c +++ b/ext/snapshot/gstsnapshot.c @@ -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 ", }; diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c index 762a5247e..e5eba8578 100644 --- a/ext/swfdec/gstswfdec.c +++ b/ext/swfdec/gstswfdec.c @@ -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 " ); diff --git a/gst/deinterlace/gstdeinterlace.c b/gst/deinterlace/gstdeinterlace.c index 9b1b512f6..7411b5433 100644 --- a/gst/deinterlace/gstdeinterlace.c +++ b/gst/deinterlace/gstdeinterlace.c @@ -29,7 +29,7 @@ /* elementfactory information */ static GstElementDetails deinterlace_details = GST_ELEMENT_DETAILS ( "Deinterlace", - "Filter/Video", + "Filter/Effect/Video", "Deinterlace video", "Wim Taymans " ); diff --git a/gst/deinterlace/gstdeinterlace.h b/gst/deinterlace/gstdeinterlace.h index 45eda04a5..272073196 100644 --- a/gst/deinterlace/gstdeinterlace.h +++ b/gst/deinterlace/gstdeinterlace.h @@ -25,11 +25,7 @@ #include /* #include */ - -#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__ */ diff --git a/gst/festival/gstfestival.c b/gst/festival/gstfestival.c index e8e11e67a..71e97e526 100644 --- a/gst/festival/gstfestival.c +++ b/gst/festival/gstfestival.c @@ -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 " ); diff --git a/gst/filter/gstbpwsinc.c b/gst/filter/gstbpwsinc.c index fe721f391..c71446215 100644 --- a/gst/filter/gstbpwsinc.c +++ b/gst/filter/gstbpwsinc.c @@ -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 , " "Steven W. Smith" diff --git a/gst/filter/gstiir.c b/gst/filter/gstiir.c index 185b1522c..007bdb7a5 100644 --- a/gst/filter/gstiir.c +++ b/gst/filter/gstiir.c @@ -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 , " "Thomas " diff --git a/gst/filter/gstlpwsinc.c b/gst/filter/gstlpwsinc.c index 1ed5078d9..aaa7463ed 100644 --- a/gst/filter/gstlpwsinc.c +++ b/gst/filter/gstlpwsinc.c @@ -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 , " "Steven W. Smith" diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c index 7140067da..6a8a6101a 100644 --- a/gst/flx/gstflxdec.c +++ b/gst/flx/gstflxdec.c @@ -31,7 +31,7 @@ /* flx element information */ static GstElementDetails flxdec_details = { "FLX Decoder", - "Codec/Audio/Decoder", + "Codec/Decoder/Audio", "FLX decoder", "Sepp Wijnands " }; diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c index 9cc2a4160..bcaea0fde 100644 --- a/gst/mixmatrix/mixmatrix.c +++ b/gst/mixmatrix/mixmatrix.c @@ -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 " }; diff --git a/gst/modplug/gstmodplug.cc b/gst/modplug/gstmodplug.cc index 4ac6bc4ed..a5dc19c7d 100644 --- a/gst/modplug/gstmodplug.cc +++ b/gst/modplug/gstmodplug.cc @@ -41,7 +41,7 @@ /* elementfactory information */ GstElementDetails modplug_details = { "ModPlug", - "Codec/Audio/Decoder", + "Codec/Decoder/Audio", "Module decoder based on modplug engine", "Jeremy SIMON " }; diff --git a/gst/mpeg1videoparse/gstmp1videoparse.c b/gst/mpeg1videoparse/gstmp1videoparse.c index 0928c5e0b..3f5aa3dd1 100644 --- a/gst/mpeg1videoparse/gstmp1videoparse.c +++ b/gst/mpeg1videoparse/gstmp1videoparse.c @@ -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 " ); diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c index c81d7b31c..46681c6e6 100644 --- a/gst/mpeg2sub/gstmpeg2subt.c +++ b/gst/mpeg2sub/gstmpeg2subt.c @@ -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 " }; diff --git a/gst/mpegaudioparse/gstmpegaudioparse.c b/gst/mpegaudioparse/gstmpegaudioparse.c index 8675d62f0..3a1c067d0 100644 --- a/gst/mpegaudioparse/gstmpegaudioparse.c +++ b/gst/mpegaudioparse/gstmpegaudioparse.c @@ -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 " }; diff --git a/gst/overlay/gstoverlay.c b/gst/overlay/gstoverlay.c index a2d799ece..8410714e3 100644 --- a/gst/overlay/gstoverlay.c +++ b/gst/overlay/gstoverlay.c @@ -26,7 +26,7 @@ /* elementfactory information */ static GstElementDetails overlay_details = { "Video Overlay", - "Filter/Video", + "Filter/Editor/Video", "Overlay multiple video streams", "David Schleef " }; diff --git a/gst/passthrough/gstpassthrough.c b/gst/passthrough/gstpassthrough.c index 351a3426f..9942a7589 100644 --- a/gst/passthrough/gstpassthrough.c +++ b/gst/passthrough/gstpassthrough.c @@ -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 , "\ "Andy Wingo " diff --git a/gst/passthrough/gstpassthrough.h b/gst/passthrough/gstpassthrough.h index fd4c24459..7d0119b24 100644 --- a/gst/passthrough/gstpassthrough.h +++ b/gst/passthrough/gstpassthrough.h @@ -22,14 +22,9 @@ #ifndef __GST_PASSTHROUGH_H__ #define __GST_PASSTHROUGH_H__ - #include - -#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__ */ diff --git a/gst/rtjpeg/gstrtjpegdec.c b/gst/rtjpeg/gstrtjpegdec.c index ab87a36ee..7173c132f 100644 --- a/gst/rtjpeg/gstrtjpegdec.c +++ b/gst/rtjpeg/gstrtjpegdec.c @@ -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 " }; diff --git a/gst/rtjpeg/gstrtjpegenc.c b/gst/rtjpeg/gstrtjpegenc.c index 1ff510bc7..d562471a6 100644 --- a/gst/rtjpeg/gstrtjpegenc.c +++ b/gst/rtjpeg/gstrtjpegenc.c @@ -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 " }; diff --git a/gst/smooth/gstsmooth.c b/gst/smooth/gstsmooth.c index 285b02def..4455c74f6 100644 --- a/gst/smooth/gstsmooth.c +++ b/gst/smooth/gstsmooth.c @@ -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 " }; diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c index 6e38dcb05..de485105b 100644 --- a/gst/smpte/gstsmpte.c +++ b/gst/smpte/gstsmpte.c @@ -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 " }; diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index eab15fe1d..4b45ad7b0 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -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 " ); diff --git a/gst/speed/gstspeed.c b/gst/speed/gstspeed.c index 9fa1c7cf6..a8894075d 100644 --- a/gst/speed/gstspeed.c +++ b/gst/speed/gstspeed.c @@ -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 " ); diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c index cb8ff0ddc..0e315c7ce 100644 --- a/gst/stereo/gststereo.c +++ b/gst/stereo/gststereo.c @@ -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 " ); diff --git a/gst/vbidec/gstvbidec.c b/gst/vbidec/gstvbidec.c index f84533dbb..f3c685341 100644 --- a/gst/vbidec/gstvbidec.c +++ b/gst/vbidec/gstvbidec.c @@ -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 " ); diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c index 666e55786..d96a6c53b 100644 --- a/gst/videocrop/gstvideocrop.c +++ b/gst/videocrop/gstvideocrop.c @@ -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 " ); diff --git a/gst/videodrop/gstvideodrop.c b/gst/videodrop/gstvideodrop.c index 778426379..3de455746 100644 --- a/gst/videodrop/gstvideodrop.c +++ b/gst/videodrop/gstvideodrop.c @@ -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 " ); diff --git a/gst/y4m/gsty4mencode.c b/gst/y4m/gsty4mencode.c index 6870222fc..4da88e38a 100644 --- a/gst/y4m/gsty4mencode.c +++ b/gst/y4m/gsty4mencode.c @@ -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 " ); -- cgit v1.2.1