summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ext/dv/gstdvdec.c2
-rw-r--r--ext/flac/gstflacdec.c2
-rw-r--r--ext/flac/gstflacenc.c2
-rw-r--r--ext/gdk_pixbuf/gstgdkpixbuf.c2
-rw-r--r--ext/jpeg/gstjpegdec.c6
-rw-r--r--ext/jpeg/gstjpegenc.c6
-rw-r--r--ext/ladspa/gstladspa.c2
-rw-r--r--ext/libpng/gstpngenc.c2
-rw-r--r--ext/mikmod/gstmikmod.c2
-rw-r--r--ext/pango/gsttextoverlay.c2
-rw-r--r--ext/pango/gsttimeoverlay.c2
-rw-r--r--gst/audiofx/audiowsincband.c2
-rw-r--r--gst/audiofx/audiowsinclimit.c2
-rw-r--r--gst/auparse/gstauparse.c2
-rw-r--r--gst/cutter/gstcutter.c2
-rw-r--r--gst/effectv/gstaging.c2
-rw-r--r--gst/effectv/gstdice.c2
-rw-r--r--gst/effectv/gstedge.c2
-rw-r--r--gst/effectv/gstquark.c2
-rw-r--r--gst/effectv/gstrev.c2
-rw-r--r--gst/effectv/gstshagadelic.c2
-rw-r--r--gst/effectv/gstvertigo.c2
-rw-r--r--gst/effectv/gstwarp.c2
-rw-r--r--gst/flx/gstflxdec.c2
-rw-r--r--gst/law/alaw-decode.c2
-rw-r--r--gst/law/alaw-encode.c2
-rw-r--r--gst/law/alaw.c6
-rw-r--r--gst/law/mulaw-decode.c2
-rw-r--r--gst/law/mulaw-encode.c2
-rw-r--r--gst/law/mulaw.c10
-rw-r--r--gst/level/gstlevel.c2
-rw-r--r--gst/median/gstmedian.c2
-rw-r--r--gst/rtp/gstrtpL16depay.c4
-rw-r--r--gst/rtp/gstrtpL16enc.c2
-rw-r--r--gst/rtp/gstrtpL16parse.c4
-rw-r--r--gst/rtp/gstrtpL16pay.c2
-rw-r--r--gst/rtp/gstrtpgsmdepay.c2
-rw-r--r--gst/rtp/gstrtpgsmenc.c2
-rw-r--r--gst/rtp/gstrtpgsmparse.c2
-rw-r--r--gst/rtp/gstrtpgsmpay.c2
-rw-r--r--gst/smpte/gstsmpte.c2
-rw-r--r--gst/spectrum/gstspectrum.c2
-rw-r--r--gst/videocrop/gstvideocrop.c2
-rw-r--r--gst/videofilter/gstvideobalance.c2
-rw-r--r--gst/videofilter/gstvideofilter.c2
-rw-r--r--gst/videofilter/gstvideoflip.c2
-rw-r--r--gst/videofilter/gstvideotemplate.c2
-rw-r--r--gst/videoflip/gstvideoflip.c2
-rw-r--r--gst/wavenc/gstwavenc.c2
-rw-r--r--gst/wavparse/gstwavparse.c4
50 files changed, 63 insertions, 63 deletions
diff --git a/ext/dv/gstdvdec.c b/ext/dv/gstdvdec.c
index d201e203..7bcaef77 100644
--- a/ext/dv/gstdvdec.c
+++ b/ext/dv/gstdvdec.c
@@ -37,7 +37,7 @@
*/
static GstElementDetails dvdec_details = GST_ELEMENT_DETAILS (
"DV (smpte314) decoder plugin",
- "Codec/Video/Decoder",
+ "Codec/Decoder/Video",
"Uses libdv to decode DV video (libdv.sourceforge.net)",
"Erik Walthinsen <omega@cse.ogi.edu>\n"
"Wim Taymans <wim.taymans@tvd.be>"
diff --git a/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c
index d794b5d3..dab2f876 100644
--- a/ext/flac/gstflacdec.c
+++ b/ext/flac/gstflacdec.c
@@ -33,7 +33,7 @@ static GstPadTemplate *src_template, *sink_template;
/* elementfactory information */
GstElementDetails flacdec_details = {
"FLAC decoder",
- "Codec/Audio/Decoder",
+ "Codec/Decoder/Audio",
"Decodes FLAC lossless audio streams",
"Wim Taymans <wim.taymans@chello.be>",
};
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c
index 90cb5dc0..5a17fcba 100644
--- a/ext/flac/gstflacenc.c
+++ b/ext/flac/gstflacenc.c
@@ -33,7 +33,7 @@ static GstPadTemplate *src_template, *sink_template;
/* elementfactory information */
GstElementDetails flacenc_details = {
"FLAC encoder",
- "Codec/Audio/Encoder",
+ "Codec/Encoder/Audio",
"Encodes audio with the FLAC lossless audio encoder",
"Wim Taymans <wim.taymans@chello.be>",
};
diff --git a/ext/gdk_pixbuf/gstgdkpixbuf.c b/ext/gdk_pixbuf/gstgdkpixbuf.c
index e3c07ff4..c9c7d919 100644
--- a/ext/gdk_pixbuf/gstgdkpixbuf.c
+++ b/ext/gdk_pixbuf/gstgdkpixbuf.c
@@ -31,7 +31,7 @@
static GstElementDetails plugin_details = {
"GdkPixbuf image decoder",
- "Codec/Image",
+ "Codec/Decoder/Image",
"Decodes images in a video stream using GdkPixbuf",
"David A. Schleef <ds@schleef.org>",
};
diff --git a/ext/jpeg/gstjpegdec.c b/ext/jpeg/gstjpegdec.c
index 1320efd0..abade583 100644
--- a/ext/jpeg/gstjpegdec.c
+++ b/ext/jpeg/gstjpegdec.c
@@ -31,9 +31,9 @@ static GstPadTemplate *jpegdec_src_template, *jpegdec_sink_template;
/* elementfactory information */
GstElementDetails gst_jpegdec_details = {
- "jpeg image decoder",
- "Codec/Image",
- ".jpeg",
+ "JPEG image decoder",
+ "Codec/Decoder/Image",
+ "Decode images from JPEG format",
"Wim Taymans <wim.taymans@tvd.be>",
};
diff --git a/ext/jpeg/gstjpegenc.c b/ext/jpeg/gstjpegenc.c
index e35885af..937a308d 100644
--- a/ext/jpeg/gstjpegenc.c
+++ b/ext/jpeg/gstjpegenc.c
@@ -28,9 +28,9 @@
/* elementfactory information */
GstElementDetails gst_jpegenc_details = {
- "jpeg image encoder",
- "Codec/Image",
- ".jpeg",
+ "JPEG image encoder",
+ "Codec/Encoder/Image",
+ "Encode images in JPEG format",
"Wim Taymans <wim.taymans@tvd.be>",
};
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c
index 2536e01d..6dc8763f 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/libpng/gstpngenc.c b/ext/libpng/gstpngenc.c
index 061e3514..c3373b19 100644
--- a/ext/libpng/gstpngenc.c
+++ b/ext/libpng/gstpngenc.c
@@ -29,7 +29,7 @@
GstElementDetails gst_pngenc_details = {
"PNG encoder",
- "Codec/Image",
+ "Codec/Encoder/Image",
"Encode a video frame to a .png image",
"Jeremy SIMON <jsimon13@yahoo.fr>",
};
diff --git a/ext/mikmod/gstmikmod.c b/ext/mikmod/gstmikmod.c
index c2d61ff9..57fa9bb2 100644
--- a/ext/mikmod/gstmikmod.c
+++ b/ext/mikmod/gstmikmod.c
@@ -28,7 +28,7 @@
/* elementfactory information */
GstElementDetails mikmod_details = {
"MikMod",
- "Codec/Audio/Decoder",
+ "Codec/Decoder/Audio",
"Module decoder based on libmikmod",
"Jeremy SIMON <jsimon13@yahoo.fr>",
};
diff --git a/ext/pango/gsttextoverlay.c b/ext/pango/gsttextoverlay.c
index 7aaacd42..06f43ef5 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 <gjc@inescporto.pt>"
};
diff --git a/ext/pango/gsttimeoverlay.c b/ext/pango/gsttimeoverlay.c
index b13ff1e8..0f97f6bc 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 <ds@schleef.org>"
);
diff --git a/gst/audiofx/audiowsincband.c b/gst/audiofx/audiowsincband.c
index fe721f39..c7144621 100644
--- a/gst/audiofx/audiowsincband.c
+++ b/gst/audiofx/audiowsincband.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 <thomas@apestaart.org>, "
"Steven W. Smith"
diff --git a/gst/audiofx/audiowsinclimit.c b/gst/audiofx/audiowsinclimit.c
index 1ed5078d..aaa7463e 100644
--- a/gst/audiofx/audiowsinclimit.c
+++ b/gst/audiofx/audiowsinclimit.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 <thomas@apestaart.org>, "
"Steven W. Smith"
diff --git a/gst/auparse/gstauparse.c b/gst/auparse/gstauparse.c
index 0dc2ed7d..8b757982 100644
--- a/gst/auparse/gstauparse.c
+++ b/gst/auparse/gstauparse.c
@@ -32,7 +32,7 @@
/* elementfactory information */
static GstElementDetails gst_auparse_details = GST_ELEMENT_DETAILS (
".au parser",
- "Codec/Parser",
+ "Codec/Parser/Audio",
"Parse an .au file into raw audio",
"Erik Walthinsen <omega@cse.ogi.edu>"
);
diff --git a/gst/cutter/gstcutter.c b/gst/cutter/gstcutter.c
index 28c17c5a..7000346b 100644
--- a/gst/cutter/gstcutter.c
+++ b/gst/cutter/gstcutter.c
@@ -28,7 +28,7 @@
/* elementfactory information */
static GstElementDetails cutter_details = {
"Cutter",
- "Filter/Audio/Effect",
+ "Filter/Editor/Audio",
"Audio Cutter to split audio into non-silent bits",
"Thomas <thomas@apestaart.org>",
};
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c
index c2e90ee2..be7723cc 100644
--- a/gst/effectv/gstaging.c
+++ b/gst/effectv/gstaging.c
@@ -81,7 +81,7 @@ struct _GstAgingTVClass
/* elementfactory information */
static GstElementDetails gst_agingtv_details = GST_ELEMENT_DETAILS (
"AgingTV",
- "Filter/Video/Effect",
+ "Filter/Effect/Video",
"Apply aging effect on video",
"Wim Taymans <wim.taymans@chello.be>"
);
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c
index d2211b84..4f58a8fb 100644
--- a/gst/effectv/gstdice.c
+++ b/gst/effectv/gstdice.c
@@ -68,7 +68,7 @@ struct _GstDiceTVClass
/* elementfactory information */
static GstElementDetails gst_dicetv_details = GST_ELEMENT_DETAILS (
"DiceTV",
- "Filter/Video/Effect",
+ "Filter/Effect/Video",
"'Dices' the screen up into many small squares",
"Wim Taymans <wim.taymans@chello.be>"
);
diff --git a/gst/effectv/gstedge.c b/gst/effectv/gstedge.c
index f22fe48e..09d59251 100644
--- a/gst/effectv/gstedge.c
+++ b/gst/effectv/gstedge.c
@@ -62,7 +62,7 @@ struct _GstEdgeTVClass
/* elementfactory information */
static GstElementDetails gst_edgetv_details = GST_ELEMENT_DETAILS (
"EdgeTV",
- "Filter/Video/Effect",
+ "Filter/Effect/Video",
"Apply edge detect on video",
"Wim Taymans <wim.taymans@chello.be>"
);
diff --git a/gst/effectv/gstquark.c b/gst/effectv/gstquark.c
index 283ae867..5c2a95f7 100644
--- a/gst/effectv/gstquark.c
+++ b/gst/effectv/gstquark.c
@@ -68,7 +68,7 @@ struct _GstQuarkTVClass
/* elementfactory information */
static GstElementDetails gst_quarktv_details = GST_ELEMENT_DETAILS (
"QuarkTV",
- "Filter/Video/Effect",
+ "Filter/Effect/Video",
"Motion dissolver",
"FUKUCHI, Kentarou <fukuchi@users.sourceforge.net>"
);
diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c
index e7566469..91bbafee 100644
--- a/gst/effectv/gstrev.c
+++ b/gst/effectv/gstrev.c
@@ -87,7 +87,7 @@ struct _GstRevTVClass
/* elementfactory information */
static GstElementDetails gst_revtv_details = GST_ELEMENT_DETAILS (
"RevTV",
- "Filter/Video/Effect",
+ "Filter/Effect/Video",
"A video waveform monitor for each line of video processed",
"Wim Taymans <wim.taymans@chello.be>"
);
diff --git a/gst/effectv/gstshagadelic.c b/gst/effectv/gstshagadelic.c
index 10d7b077..0ebe415c 100644
--- a/gst/effectv/gstshagadelic.c
+++ b/gst/effectv/gstshagadelic.c
@@ -69,7 +69,7 @@ struct _GstShagadelicTVClass
/* elementfactory information */
static GstElementDetails gst_shagadelictv_details = GST_ELEMENT_DETAILS (
"ShagadelicTV",
- "Filter/Video/Effect",
+ "Filter/Effect/Video",
"Oh behave, ShagedelicTV makes images shagadelic!",
"Wim Taymans <wim.taymans@chello.be>"
);
diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c
index f1006b86..9ab0f0ab 100644
--- a/gst/effectv/gstvertigo.c
+++ b/gst/effectv/gstvertigo.c
@@ -71,7 +71,7 @@ struct _GstVertigoTVClass
/* elementfactory information */
static GstElementDetails gst_vertigotv_details = GST_ELEMENT_DETAILS (
"VertigoTV",
- "Filter/Video/Effect",
+ "Filter/Effect/Video",
"A loopback alpha blending effector with rotating and scaling",
"Wim Taymans <wim.taymans@chello.be>"
);
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index 4e03eb74..9ea36624 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -75,7 +75,7 @@ struct _GstWarpTVClass
/* elementfactory information */
static GstElementDetails gst_warptv_details = GST_ELEMENT_DETAILS (
"WarpTV",
- "Filter/Video/Effect",
+ "Filter/Effect/Video",
"WarpTV does realtime goo'ing of the video input",
"Sam Lantinga <slouken@devolution.com>"
);
diff --git a/gst/flx/gstflxdec.c b/gst/flx/gstflxdec.c
index 7140067d..6a8a6101 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 <mrrazz@garbage-coderz.net>"
};
diff --git a/gst/law/alaw-decode.c b/gst/law/alaw-decode.c
index c0eb3c14..d656fdd1 100644
--- a/gst/law/alaw-decode.c
+++ b/gst/law/alaw-decode.c
@@ -30,7 +30,7 @@ extern GstPadTemplate *alawdec_src_template, *alawdec_sink_template;
/* elementfactory information */
static GstElementDetails alawdec_details = {
"A Law to PCM conversion",
- "Codec/Audio/Decoder",
+ "Codec/Decoder/Audio",
"Convert 8bit A law to 16bit PCM",
"Zaheer Merali <zaheer@bellworldwide.net>"
};
diff --git a/gst/law/alaw-encode.c b/gst/law/alaw-encode.c
index be3ec77a..d13427bb 100644
--- a/gst/law/alaw-encode.c
+++ b/gst/law/alaw-encode.c
@@ -30,7 +30,7 @@ extern GstPadTemplate *alawenc_src_template, *alawenc_sink_template;
/* elementfactory information */
static GstElementDetails alawenc_details = {
"PCM to A Law conversion",
- "Codec/Audio/Encoder",
+ "Codec/Encoder/Audio",
"Convert 16bit PCM to 8bit A law",
"Zaheer Merali <zaheer@bellworldwide.net>"
};
diff --git a/gst/law/alaw.c b/gst/law/alaw.c
index a9c2447a..04c149ac 100644
--- a/gst/law/alaw.c
+++ b/gst/law/alaw.c
@@ -34,7 +34,7 @@ linear_factory (void)
NULL));
}
-GstPadTemplate *alawenc_src_template, *alawenc_sink_template;
+GstPadTemplate *alawenc_src_template, *alawenc_sink_template;
GstPadTemplate *alawdec_src_template, *alawdec_sink_template;
static gboolean
@@ -44,13 +44,13 @@ plugin_init (GstPlugin *plugin)
alaw_caps = alaw_factory ();
linear_caps = linear_factory ();
-
+
alawenc_src_template = gst_pad_template_new ("src",GST_PAD_SRC,GST_PAD_ALWAYS,alaw_caps, NULL);
alawenc_sink_template = gst_pad_template_new ("sink",GST_PAD_SINK,GST_PAD_ALWAYS,linear_caps, NULL);
alawdec_src_template = gst_pad_template_new ("src",GST_PAD_SRC,GST_PAD_ALWAYS,linear_caps, NULL);
alawdec_sink_template = gst_pad_template_new ("sink",GST_PAD_SINK,GST_PAD_ALWAYS,alaw_caps, NULL);
-
+
if (!gst_element_register (plugin, "alawenc",
GST_RANK_NONE, GST_TYPE_ALAWENC) ||
!gst_element_register (plugin, "alawdec",
diff --git a/gst/law/mulaw-decode.c b/gst/law/mulaw-decode.c
index 5986400e..725dc837 100644
--- a/gst/law/mulaw-decode.c
+++ b/gst/law/mulaw-decode.c
@@ -29,7 +29,7 @@ extern GstPadTemplate *mulawdec_src_template, *mulawdec_sink_template;
/* elementfactory information */
static GstElementDetails mulawdec_details = {
"Mu Law to PCM conversion",
- "Codec/Audio/Decoder",
+ "Codec/Decoder/Audio",
"Convert 8bit mu law to 16bit PCM",
"Zaheer Merali <zaheer@bellworldwide.net>"
};
diff --git a/gst/law/mulaw-encode.c b/gst/law/mulaw-encode.c
index 414ac7fc..97e861bb 100644
--- a/gst/law/mulaw-encode.c
+++ b/gst/law/mulaw-encode.c
@@ -29,7 +29,7 @@ extern GstPadTemplate *mulawenc_src_template, *mulawenc_sink_template;
/* elementfactory information */
static GstElementDetails mulawenc_details = {
"PCM to Mu Law conversion",
- "Codec/Audio/Encoder",
+ "Codec/Encoder/Audio",
"Convert 16bit PCM to 8bit mu law",
"Zaheer Merali <zaheer@bellworldwide.net>"
};
diff --git a/gst/law/mulaw.c b/gst/law/mulaw.c
index 368bea89..611dec0a 100644
--- a/gst/law/mulaw.c
+++ b/gst/law/mulaw.c
@@ -7,7 +7,7 @@
static GstCaps*
mulaw_factory (void)
{
- return
+ return
gst_caps_new (
"test_src",
"audio/x-mulaw",
@@ -23,7 +23,7 @@ mulaw_factory (void)
static GstCaps*
linear_factory (void)
{
- return
+ return
gst_caps_new (
"test_sink",
"audio/x-raw-int",
@@ -37,7 +37,7 @@ linear_factory (void)
NULL));
}
-GstPadTemplate *mulawenc_src_template, *mulawenc_sink_template;
+GstPadTemplate *mulawenc_src_template, *mulawenc_sink_template;
GstPadTemplate *mulawdec_src_template, *mulawdec_sink_template;
static gboolean
@@ -47,7 +47,7 @@ plugin_init (GstPlugin *plugin)
mulaw_caps = mulaw_factory ();
linear_caps = linear_factory ();
-
+
mulawenc_src_template = gst_pad_template_new ("src", GST_PAD_SRC, GST_PAD_ALWAYS,
mulaw_caps, NULL);
mulawenc_sink_template = gst_pad_template_new ("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
@@ -57,7 +57,7 @@ plugin_init (GstPlugin *plugin)
linear_caps, NULL);
mulawdec_sink_template = gst_pad_template_new ("sink", GST_PAD_SINK, GST_PAD_ALWAYS,
mulaw_caps, NULL);
-
+
if (!gst_element_register (plugin, "mulawenc",
GST_RANK_NONE, GST_TYPE_MULAWENC) ||
!gst_element_register (plugin, "mulawdec",
diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c
index 6f89a38d..736d2586 100644
--- a/gst/level/gstlevel.c
+++ b/gst/level/gstlevel.c
@@ -31,7 +31,7 @@
/* elementfactory information */
static GstElementDetails level_details = {
"Level",
- "Filter/Audio/Analysis",
+ "Filter/Analyzer/Audio",
"RMS/Peak/Decaying Peak Level signaller for audio/raw",
"Thomas <thomas@apestaart.org>"
};
diff --git a/gst/median/gstmedian.c b/gst/median/gstmedian.c
index ec7bd454..8c960e62 100644
--- a/gst/median/gstmedian.c
+++ b/gst/median/gstmedian.c
@@ -27,7 +27,7 @@
/* elementfactory information */
static GstElementDetails median_details = {
"Median effect",
- "Filter/Video",
+ "Filter/Effect/Video",
"Apply a median filter to an image",
"Wim Taymans <wim.taymans@chello.be>"
};
diff --git a/gst/rtp/gstrtpL16depay.c b/gst/rtp/gstrtpL16depay.c
index 2aa3207c..3a18e295 100644
--- a/gst/rtp/gstrtpL16depay.c
+++ b/gst/rtp/gstrtpL16depay.c
@@ -9,7 +9,7 @@
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more
+ * Library General Public License for more
*/
#ifdef HAVE_CONFIG_H
@@ -22,7 +22,7 @@
/* elementfactory information */
static GstElementDetails gst_rtp_L16parse_details = {
"RTP packet parser",
- "Codec/Network",
+ "Codec/Parser/Network",
"Extracts raw audio from RTP packets",
"Zeeshan Ali <zak147@yahoo.com>"
};
diff --git a/gst/rtp/gstrtpL16enc.c b/gst/rtp/gstrtpL16enc.c
index 0ec42a29..610ef051 100644
--- a/gst/rtp/gstrtpL16enc.c
+++ b/gst/rtp/gstrtpL16enc.c
@@ -26,7 +26,7 @@
/* elementfactory information */
static GstElementDetails gst_rtpL16enc_details = {
"RTP RAW Audio Encoder",
- "Codec/Network",
+ "Codec/Encoder/Network",
"Encodes Raw Audio into an RTP packet",
"Zeeshan Ali <zak147@yahoo.com>"
};
diff --git a/gst/rtp/gstrtpL16parse.c b/gst/rtp/gstrtpL16parse.c
index 2aa3207c..3a18e295 100644
--- a/gst/rtp/gstrtpL16parse.c
+++ b/gst/rtp/gstrtpL16parse.c
@@ -9,7 +9,7 @@
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Library General Public License for more
+ * Library General Public License for more
*/
#ifdef HAVE_CONFIG_H
@@ -22,7 +22,7 @@
/* elementfactory information */
static GstElementDetails gst_rtp_L16parse_details = {
"RTP packet parser",
- "Codec/Network",
+ "Codec/Parser/Network",
"Extracts raw audio from RTP packets",
"Zeeshan Ali <zak147@yahoo.com>"
};
diff --git a/gst/rtp/gstrtpL16pay.c b/gst/rtp/gstrtpL16pay.c
index 0ec42a29..610ef051 100644
--- a/gst/rtp/gstrtpL16pay.c
+++ b/gst/rtp/gstrtpL16pay.c
@@ -26,7 +26,7 @@
/* elementfactory information */
static GstElementDetails gst_rtpL16enc_details = {
"RTP RAW Audio Encoder",
- "Codec/Network",
+ "Codec/Encoder/Network",
"Encodes Raw Audio into an RTP packet",
"Zeeshan Ali <zak147@yahoo.com>"
};
diff --git a/gst/rtp/gstrtpgsmdepay.c b/gst/rtp/gstrtpgsmdepay.c
index ee009417..edc027b1 100644
--- a/gst/rtp/gstrtpgsmdepay.c
+++ b/gst/rtp/gstrtpgsmdepay.c
@@ -23,7 +23,7 @@
/* elementfactory information */
static GstElementDetails gst_rtp_gsmparse_details = {
"RTP packet parser",
- "Codec/Network",
+ "Codec/Parser/Network",
"Extracts GSM audio from RTP packets",
"Zeeshan Ali <zak147@yahoo.com>"
};
diff --git a/gst/rtp/gstrtpgsmenc.c b/gst/rtp/gstrtpgsmenc.c
index 47a622b7..c32e32f8 100644
--- a/gst/rtp/gstrtpgsmenc.c
+++ b/gst/rtp/gstrtpgsmenc.c
@@ -27,7 +27,7 @@
/* elementfactory information */
static GstElementDetails gst_rtpgsmenc_details = {
"RTP GSM Audio Encoder",
- "Codec/Network",
+ "Codec/Encoder/Network",
"Encodes GSM audio into an RTP packet",
"Zeeshan Ali <zak147@yahoo.com>"
};
diff --git a/gst/rtp/gstrtpgsmparse.c b/gst/rtp/gstrtpgsmparse.c
index ee009417..edc027b1 100644
--- a/gst/rtp/gstrtpgsmparse.c
+++ b/gst/rtp/gstrtpgsmparse.c
@@ -23,7 +23,7 @@
/* elementfactory information */
static GstElementDetails gst_rtp_gsmparse_details = {
"RTP packet parser",
- "Codec/Network",
+ "Codec/Parser/Network",
"Extracts GSM audio from RTP packets",
"Zeeshan Ali <zak147@yahoo.com>"
};
diff --git a/gst/rtp/gstrtpgsmpay.c b/gst/rtp/gstrtpgsmpay.c
index 47a622b7..c32e32f8 100644
--- a/gst/rtp/gstrtpgsmpay.c
+++ b/gst/rtp/gstrtpgsmpay.c
@@ -27,7 +27,7 @@
/* elementfactory information */
static GstElementDetails gst_rtpgsmenc_details = {
"RTP GSM Audio Encoder",
- "Codec/Network",
+ "Codec/Encoder/Network",
"Encodes GSM audio into an RTP packet",
"Zeeshan Ali <zak147@yahoo.com>"
};
diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c
index 6e38dcb0..de485105 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 <wim.taymans@chello.be>"
};
diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c
index eab15fe1..4b45ad7b 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 <omega@cse.ogi.edu>"
);
diff --git a/gst/videocrop/gstvideocrop.c b/gst/videocrop/gstvideocrop.c
index 666e5578..d96a6c53 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 <wim.taymans@chello.be>"
);
diff --git a/gst/videofilter/gstvideobalance.c b/gst/videofilter/gstvideobalance.c
index 4cc8efc5..1e4fb51a 100644
--- a/gst/videofilter/gstvideobalance.c
+++ b/gst/videofilter/gstvideobalance.c
@@ -90,7 +90,7 @@ gst_videobalance_base_init (gpointer g_class)
{
static GstElementDetails videobalance_details = GST_ELEMENT_DETAILS (
"Video Balance Control",
- "Filter/Video",
+ "Filter/Effect/Video",
"Adjusts brightness, contrast, hue, saturation on a video stream",
"David Schleef <ds@schleef.org>"
);
diff --git a/gst/videofilter/gstvideofilter.c b/gst/videofilter/gstvideofilter.c
index c8bb62c5..81736117 100644
--- a/gst/videofilter/gstvideofilter.c
+++ b/gst/videofilter/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 <ds@schleef.org>"
};
diff --git a/gst/videofilter/gstvideoflip.c b/gst/videofilter/gstvideoflip.c
index e1ffe2cf..1c64829c 100644
--- a/gst/videofilter/gstvideoflip.c
+++ b/gst/videofilter/gstvideoflip.c
@@ -112,7 +112,7 @@ gst_videoflip_base_init (gpointer g_class)
{
static GstElementDetails videoflip_details = GST_ELEMENT_DETAILS (
"Video Flipper",
- "Filter/Video",
+ "Filter/Effect/Video",
"Flips and rotates video",
"David Schleef <ds@schleef.org>"
);
diff --git a/gst/videofilter/gstvideotemplate.c b/gst/videofilter/gstvideotemplate.c
index 0422e156..71f9f164 100644
--- a/gst/videofilter/gstvideotemplate.c
+++ b/gst/videofilter/gstvideotemplate.c
@@ -85,7 +85,7 @@ gst_videotemplate_base_init (gpointer g_class)
{
static GstElementDetails videotemplate_details = GST_ELEMENT_DETAILS (
"Video Filter Template",
- "Filter/Video",
+ "Filter/Effect/Video",
"Template for a video filter",
"David Schleef <ds@schleef.org>"
);
diff --git a/gst/videoflip/gstvideoflip.c b/gst/videoflip/gstvideoflip.c
index 3b4a5450..7606e5b7 100644
--- a/gst/videoflip/gstvideoflip.c
+++ b/gst/videoflip/gstvideoflip.c
@@ -30,7 +30,7 @@
/* elementfactory information */
static GstElementDetails videoflip_details = GST_ELEMENT_DETAILS (
"Video scaler",
- "Filter/Video",
+ "Filter/Effect/Video",
"Resizes video",
"Wim Taymans <wim.taymans@chello.be>"
);
diff --git a/gst/wavenc/gstwavenc.c b/gst/wavenc/gstwavenc.c
index 3ae12e07..5d11ff7d 100644
--- a/gst/wavenc/gstwavenc.c
+++ b/gst/wavenc/gstwavenc.c
@@ -71,7 +71,7 @@ struct wave_header {
static GstElementDetails gst_wavenc_details = GST_ELEMENT_DETAILS (
"WAV encoder",
- "Codec/Audio/Encoder",
+ "Codec/Encoder/Audio",
"Encode raw audio into WAV",
"Iain Holmes <iain@prettypeople.org>"
);
diff --git a/gst/wavparse/gstwavparse.c b/gst/wavparse/gstwavparse.c
index f497ea96..23a09d4d 100644
--- a/gst/wavparse/gstwavparse.c
+++ b/gst/wavparse/gstwavparse.c
@@ -54,8 +54,8 @@ static void gst_wavparse_get_property (GObject *object, guint
/* elementfactory information */
static GstElementDetails gst_wavparse_details = GST_ELEMENT_DETAILS (
- ".wav parser",
- "Codec/Parser",
+ ".wav demuxer",
+ "Codec/Demuxer",
"Parse a .wav file into raw audio",
"Erik Walthinsen <omega@cse.ogi.edu>"
);