Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,001
Issues
1,001
List
Boards
Labels
Service Desk
Milestones
Merge Requests
198
Merge Requests
198
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-plugins-bad
Commits
5b283c92
Commit
5b283c92
authored
Nov 16, 2003
by
Leif Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+ checking in plugin category changes
Original commit message from CVS: + checking in plugin category changes
parent
531a3a69
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
44 additions
and
59 deletions
+44
-59
ext/audiofile/gstafparse.c
ext/audiofile/gstafparse.c
+1
-1
ext/gsm/gstgsmdec.c
ext/gsm/gstgsmdec.c
+3
-3
ext/gsm/gstgsmenc.c
ext/gsm/gstgsmenc.c
+3
-3
ext/hermes/gstcolorspace.c
ext/hermes/gstcolorspace.c
+1
-1
ext/ladspa/gstladspa.c
ext/ladspa/gstladspa.c
+1
-1
ext/mplex/gstmplex.cc
ext/mplex/gstmplex.cc
+1
-1
ext/snapshot/gstsnapshot.c
ext/snapshot/gstsnapshot.c
+1
-1
ext/swfdec/gstswfdec.c
ext/swfdec/gstswfdec.c
+1
-1
gst/deinterlace/gstdeinterlace.c
gst/deinterlace/gstdeinterlace.c
+1
-1
gst/deinterlace/gstdeinterlace.h
gst/deinterlace/gstdeinterlace.h
+3
-10
gst/festival/gstfestival.c
gst/festival/gstfestival.c
+1
-1
gst/filter/gstbpwsinc.c
gst/filter/gstbpwsinc.c
+1
-1
gst/filter/gstiir.c
gst/filter/gstiir.c
+1
-1
gst/filter/gstlpwsinc.c
gst/filter/gstlpwsinc.c
+1
-1
gst/flx/gstflxdec.c
gst/flx/gstflxdec.c
+1
-1
gst/mixmatrix/mixmatrix.c
gst/mixmatrix/mixmatrix.c
+1
-1
gst/modplug/gstmodplug.cc
gst/modplug/gstmodplug.cc
+1
-1
gst/mpeg1videoparse/gstmp1videoparse.c
gst/mpeg1videoparse/gstmp1videoparse.c
+1
-1
gst/mpeg2sub/gstmpeg2subt.c
gst/mpeg2sub/gstmpeg2subt.c
+1
-1
gst/mpegaudioparse/gstmpegaudioparse.c
gst/mpegaudioparse/gstmpegaudioparse.c
+1
-1
gst/overlay/gstoverlay.c
gst/overlay/gstoverlay.c
+1
-1
gst/passthrough/gstpassthrough.c
gst/passthrough/gstpassthrough.c
+1
-1
gst/passthrough/gstpassthrough.h
gst/passthrough/gstpassthrough.h
+4
-12
gst/rtjpeg/gstrtjpegdec.c
gst/rtjpeg/gstrtjpegdec.c
+1
-1
gst/rtjpeg/gstrtjpegenc.c
gst/rtjpeg/gstrtjpegenc.c
+1
-1
gst/smooth/gstsmooth.c
gst/smooth/gstsmooth.c
+1
-1
gst/smpte/gstsmpte.c
gst/smpte/gstsmpte.c
+1
-1
gst/spectrum/gstspectrum.c
gst/spectrum/gstspectrum.c
+1
-1
gst/speed/gstspeed.c
gst/speed/gstspeed.c
+1
-1
gst/stereo/gststereo.c
gst/stereo/gststereo.c
+2
-2
gst/vbidec/gstvbidec.c
gst/vbidec/gstvbidec.c
+1
-1
gst/videocrop/gstvideocrop.c
gst/videocrop/gstvideocrop.c
+1
-1
gst/videodrop/gstvideodrop.c
gst/videodrop/gstvideodrop.c
+1
-1
gst/y4m/gsty4mencode.c
gst/y4m/gsty4mencode.c
+1
-1
No files found.
ext/audiofile/gstafparse.c
View file @
5b283c92
...
...
@@ -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>"
,
};
...
...
ext/gsm/gstgsmdec.c
View file @
5b283c92
...
...
@@ -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>"
,
};
...
...
ext/gsm/gstgsmenc.c
View file @
5b283c92
...
...
@@ -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>"
,
};
...
...
ext/hermes/gstcolorspace.c
View file @
5b283c92
...
...
@@ -30,7 +30,7 @@
static
GstElementDetails
colorspace_details
=
{
"Colorspace converter"
,
"Filter/Convert"
,
"Filter/Convert
er/Video
"
,
"Converts video from one colorspace to another using libhermes"
,
"Wim Taymans <wim.taymans@chello.be>"
,
};
...
...
ext/ladspa/gstladspa.c
View file @
5b283c92
...
...
@@ -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
);
...
...
ext/mplex/gstmplex.cc
View file @
5b283c92
...
...
@@ -32,7 +32,7 @@
/* elementfactory information */
static
GstElementDetails
gst_mplex_details
=
{
"MPlex multiplexer"
,
"Codec/
Audio/Decod
er"
,
"Codec/
Mux
er"
,
"multiplex mpeg audio and video into a system stream"
,
"Wim Taymans <wim.taymans@chello.be> "
,
};
...
...
ext/snapshot/gstsnapshot.c
View file @
5b283c92
...
...
@@ -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>"
,
};
...
...
ext/swfdec/gstswfdec.c
View file @
5b283c92
...
...
@@ -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>"
);
...
...
gst/deinterlace/gstdeinterlace.c
View file @
5b283c92
...
...
@@ -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>"
);
...
...
gst/deinterlace/gstdeinterlace.h
View file @
5b283c92
...
...
@@ -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__ */
gst/festival/gstfestival.c
View file @
5b283c92
...
...
@@ -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>"
);
...
...
gst/filter/gstbpwsinc.c
View file @
5b283c92
...
...
@@ -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"
...
...
gst/filter/gstiir.c
View file @
5b283c92
...
...
@@ -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>"
...
...
gst/filter/gstlpwsinc.c
View file @
5b283c92
...
...
@@ -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"
...
...
gst/flx/gstflxdec.c
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/mixmatrix/mixmatrix.c
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/modplug/gstmodplug.cc
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/mpeg1videoparse/gstmp1videoparse.c
View file @
5b283c92
...
...
@@ -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>"
);
...
...
gst/mpeg2sub/gstmpeg2subt.c
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/mpegaudioparse/gstmpegaudioparse.c
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/overlay/gstoverlay.c
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/passthrough/gstpassthrough.c
View file @
5b283c92
...
...
@@ -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>"
...
...
gst/passthrough/gstpassthrough.h
View file @
5b283c92
...
...
@@ -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__ */
gst/rtjpeg/gstrtjpegdec.c
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/rtjpeg/gstrtjpegenc.c
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/smooth/gstsmooth.c
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/smpte/gstsmpte.c
View file @
5b283c92
...
...
@@ -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>"
};
...
...
gst/spectrum/gstspectrum.c
View file @
5b283c92
...
...
@@ -27,7 +27,7 @@
/* elementfactory information */
static
GstElementDetails
gst_spectrum_details
=
GST_ELEMENT_DETAILS
(
"Spectrum analyzer"
,
"Filter/A
udio/Analysis
"
,
"Filter/A
nalyzer/Audio
"
,
"Run an FFT on the audio signal, output spectrum data"
,
"Erik Walthinsen <omega@cse.ogi.edu>"
);
...
...
gst/speed/gstspeed.c
View file @
5b283c92
...
...
@@ -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>"
);
...
...
gst/stereo/gststereo.c
View file @
5b283c92
...
...
@@ -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 it
s 'stereo-ness'"
,
"Erik Walthinsen <omega@cse.ogi.edu>"
);
...
...
gst/vbidec/gstvbidec.c
View file @
5b283c92
...
...
@@ -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>"
);
...
...
gst/videocrop/gstvideocrop.c
View file @
5b283c92
...
...
@@ -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>"
);
...
...
gst/videodrop/gstvideodrop.c
View file @
5b283c92
...
...
@@ -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>"
);
...
...
gst/y4m/gsty4mencode.c
View file @
5b283c92
...
...
@@ -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>"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment