From 736153ab063673f234f72232ba2f21bf898f931a Mon Sep 17 00:00:00 2001 From: Leif Johnson Date: Sun, 16 Nov 2003 22:02:21 +0000 Subject: [PATCH] + checking in plugin category changes Original commit message from CVS: + checking in plugin category changes --- ext/pango/gsttextoverlay.c | 2 +- ext/pango/gsttimeoverlay.c | 2 +- ext/vorbis/vorbisenc.c | 4 ++-- ext/vorbis/vorbisfile.c | 6 +++--- gst-libs/gst/video/gstvideofilter.c | 2 +- gst/adder/gstadder.c | 6 +++--- gst/audioconvert/gstaudioconvert.c | 2 +- gst/audioscale/gstaudioscale.c | 12 ++++++------ gst/videoscale/gstvideoscale.c | 2 +- gst/volume/gstvolume.c | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c index 7aaacd4..06f43ef 100644 --- a/ext/pango/gsttextoverlay.c +++ b/ext/pango/gsttextoverlay.c @@ -12,7 +12,7 @@ static GstElementDetails textoverlay_details = { "Text Overlay", - "Filter/Video", + "Filter/Editor/Video", "Adds text strings on top of a video buffer", "Gustavo J. A. M. Carneiro " }; diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c index b13ff1e..0f97f6b 100644 --- a/ext/pango/gsttimeoverlay.c +++ b/ext/pango/gsttimeoverlay.c @@ -98,7 +98,7 @@ gst_timeoverlay_base_init (gpointer g_class) { static GstElementDetails timeoverlay_details = GST_ELEMENT_DETAILS ( "Time Overlay", - "Filter/Video", + "Filter/Editor/Video", "Overlays the time on a video stream", "David Schleef " ); diff --git a/ext/vorbis/vorbisenc.c b/ext/vorbis/vorbisenc.c index ad913f1..f4f576b 100644 --- a/ext/vorbis/vorbisenc.c +++ b/ext/vorbis/vorbisenc.c @@ -33,9 +33,9 @@ static GstPadTemplate *gst_vorbisenc_src_template, *gst_vorbisenc_sink_template; /* elementfactory information */ GstElementDetails vorbisenc_details = { "Ogg Vorbis encoder", - "Codec/Audio/Encoder", + "Codec/Encoder/Audio", "Encodes audio in OGG Vorbis format", - "Monty , " + "Monty , " "Wim Taymans ", }; diff --git a/ext/vorbis/vorbisfile.c b/ext/vorbis/vorbisfile.c index 12b7000..7274368 100644 --- a/ext/vorbis/vorbisfile.c +++ b/ext/vorbis/vorbisfile.c @@ -80,12 +80,12 @@ GType vorbisfile_get_type (void); GstPadTemplate *gst_vorbisdec_src_template, *gst_vorbisdec_sink_template; /* elementfactory information */ -GstElementDetails vorbisfile_details = +GstElementDetails vorbisfile_details = { "Ogg Vorbis decoder", - "Codec/Audio/Decoder", + "Codec/Decoder/Audio", "Decodes OGG Vorbis audio using the vorbisfile API", - "Monty , " + "Monty , " "Wim Taymans ", }; diff --git a/gst-libs/gst/video/gstvideofilter.c b/gst-libs/gst/video/gstvideofilter.c index c8bb62c..8173611 100644 --- a/gst-libs/gst/video/gstvideofilter.c +++ b/gst-libs/gst/video/gstvideofilter.c @@ -79,7 +79,7 @@ static void gst_videofilter_base_init (gpointer g_class) { static GstElementDetails videofilter_details = { "Video scaler", - "Filter/Video", + "Filter/Effect/Video", "Resizes video", "David Schleef " }; diff --git a/gst/adder/gstadder.c b/gst/adder/gstadder.c index 3ab509b..1d6d1e2 100644 --- a/gst/adder/gstadder.c +++ b/gst/adder/gstadder.c @@ -34,7 +34,7 @@ /* elementfactory information */ static GstElementDetails adder_details = GST_ELEMENT_DETAILS ( "Adder", - "Filter/Audio", + "Generic/Audio", "Add N audio channels together", "Thomas " ); @@ -59,7 +59,7 @@ GST_PAD_TEMPLATE_FACTORY (gst_adder_src_template_factory, GST_AUDIO_INT_PAD_TEMPLATE_PROPS), gst_caps_new ("float_src", "audio/x-raw-float", GST_AUDIO_FLOAT_STANDARD_PAD_TEMPLATE_PROPS) -); +); GST_PAD_TEMPLATE_FACTORY (gst_adder_sink_template_factory, "sink%d", @@ -69,7 +69,7 @@ GST_PAD_TEMPLATE_FACTORY (gst_adder_sink_template_factory, GST_AUDIO_INT_PAD_TEMPLATE_PROPS), gst_caps_new ("float_sink", "audio/x-raw-float", GST_AUDIO_FLOAT_STANDARD_PAD_TEMPLATE_PROPS) -); +); static void gst_adder_class_init (GstAdderClass *klass); static void gst_adder_init (GstAdder *adder); diff --git a/gst/audioconvert/gstaudioconvert.c b/gst/audioconvert/gstaudioconvert.c index 1e92e5f..8901ff7 100644 --- a/gst/audioconvert/gstaudioconvert.c +++ b/gst/audioconvert/gstaudioconvert.c @@ -106,7 +106,7 @@ struct _GstAudioConvertClass { static GstElementDetails audio_convert_details = { "Audio Conversion", - "Filter/Convert", + "Filter/Converter/Audio", "Convert audio to different formats", "Benjamin Otte " ); @@ -145,18 +145,18 @@ gst_audioscale_class_init (AudioscaleClass *klass) gobject_class = (GObjectClass*)klass; gstelement_class = (GstElementClass*)klass; + gobject_class->set_property = gst_audioscale_set_property; + gobject_class->get_property = gst_audioscale_get_property; + g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_FILTERLEN, g_param_spec_int ("filter_length", "filter_length", "filter_length", 0, G_MAXINT, 16, G_PARAM_READWRITE|G_PARAM_CONSTRUCT)); + g_object_class_install_property (G_OBJECT_CLASS (klass), ARG_METHOD, g_param_spec_enum ("method", "method", "method", GST_TYPE_AUDIOSCALE_METHOD, RESAMPLE_SINC, G_PARAM_READWRITE|G_PARAM_CONSTRUCT)); parent_class = g_type_class_ref(GST_TYPE_ELEMENT); - - gobject_class->set_property = gst_audioscale_set_property; - gobject_class->get_property = gst_audioscale_get_property; - } static GstCaps * diff --git a/gst/videoscale/gstvideoscale.c b/gst/videoscale/gstvideoscale.c index 6584e5c..07ac1e7 100644 --- a/gst/videoscale/gstvideoscale.c +++ b/gst/videoscale/gstvideoscale.c @@ -30,7 +30,7 @@ /* elementfactory information */ static GstElementDetails videoscale_details = GST_ELEMENT_DETAILS ( "Video scaler", - "Filter/Video", + "Filter/Effect/Video", "Resizes video", "Wim Taymans " ); diff --git a/gst/volume/gstvolume.c b/gst/volume/gstvolume.c index c3fd9fc..af71a25 100644 --- a/gst/volume/gstvolume.c +++ b/gst/volume/gstvolume.c @@ -31,7 +31,7 @@ static GstElementDetails volume_details = { "Volume", - "Filter/Audio/Effect", + "Filter/Effect/Audio", "Set volume on audio/raw streams", "Andy Wingo ", }; -- 2.7.4