Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thibault Saunier
gst-plugins-good
Commits
1940330e
Commit
1940330e
authored
Apr 01, 2006
by
Thomas Vander Stichele
Browse files
rework build; add translations for v4l2
Original commit message from CVS: rework build; add translations for v4l2
parent
c3141ee2
Changes
8
Hide whitespace changes
Inline
Side-by-side
gst/equalizer/gstiirequalizer.c
View file @
1940330e
...
...
@@ -436,4 +436,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR
,
"equalizer"
,
"GStreamer equalizers"
,
plugin_init
,
VERSION
,
"LGPL"
,
GST_PACKAGE
,
GST
_ORIGIN
)
plugin_init
,
VERSION
,
"LGPL"
,
GST_PACKAGE
_NAME
,
GST_PACKAGE
_ORIGIN
)
gst/qtdemux/qtdemux.c
View file @
1940330e
...
...
@@ -569,7 +569,7 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR
,
"qtdemux"
,
"Quicktime stream demuxer"
,
plugin_init
,
VERSION
,
"LGPL"
,
GST_PACKAGE
,
GST
_ORIGIN
);
plugin_init
,
VERSION
,
"LGPL"
,
GST_PACKAGE
_NAME
,
GST_PACKAGE
_ORIGIN
);
static
gboolean
gst_qtdemux_handle_sink_event
(
GstPad
*
sinkpad
,
GstEvent
*
event
)
...
...
gst/spectrum/gstspectrum.c
View file @
1940330e
...
...
@@ -215,4 +215,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR
,
"spectrum"
,
"Run an FFT on the audio signal, output spectrum data"
,
plugin_init
,
VERSION
,
GST_LICENSE
,
GST_PACKAGE
,
GST
_ORIGIN
)
plugin_init
,
VERSION
,
GST_LICENSE
,
GST_PACKAGE
_NAME
,
GST_PACKAGE
_ORIGIN
)
gst/videocrop/gstvideocrop.c
View file @
1940330e
...
...
@@ -573,4 +573,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR
,
"videocrop"
,
"Crops video into a user defined region"
,
plugin_init
,
VERSION
,
GST_LICENSE
,
GST_PACKAGE
,
GST
_ORIGIN
)
plugin_init
,
VERSION
,
GST_LICENSE
,
GST_PACKAGE
_NAME
,
GST_PACKAGE
_ORIGIN
)
sys/directdraw/gstdirectdrawplugin.c
View file @
1940330e
...
...
@@ -39,4 +39,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR
,
"directdraw"
,
"DIRECTDRAW plugin library"
,
plugin_init
,
VERSION
,
"LGPL"
,
GST_PACKAGE
,
GST
_ORIGIN
)
plugin_init
,
VERSION
,
"LGPL"
,
GST_PACKAGE
_NAME
,
GST_PACKAGE
_ORIGIN
)
sys/directsound/gstdirectsoundplugin.c
View file @
1940330e
...
...
@@ -40,4 +40,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR
,
"directsound"
,
"DIRECTSOUND plugin library"
,
plugin_init
,
VERSION
,
"LGPL"
,
GST_PACKAGE
,
GST
_ORIGIN
)
plugin_init
,
VERSION
,
"LGPL"
,
GST_PACKAGE
_NAME
,
GST_PACKAGE
_ORIGIN
)
sys/v4l2/gstv4l2.c
View file @
1940330e
...
...
@@ -63,4 +63,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR
,
"video4linux2"
,
"elements for Video 4 Linux"
,
plugin_init
,
VERSION
,
GST_LICENSE
,
GST_PACKAGE
,
GST
_ORIGIN
)
plugin_init
,
VERSION
,
GST_LICENSE
,
GST_PACKAGE
_NAME
,
GST_PACKAGE
_ORIGIN
)
sys/ximage/gstximagesrc.c
View file @
1940330e
...
...
@@ -827,4 +827,4 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR
,
"ximagesrc"
,
"XFree86 video input plugin based on standard Xlib calls"
,
plugin_init
,
VERSION
,
GST_LICENSE
,
GST_PACKAGE
,
GST
_ORIGIN
)
plugin_init
,
VERSION
,
GST_LICENSE
,
GST_PACKAGE
_NAME
,
GST_PACKAGE
_ORIGIN
)
Write
Preview
Supports
Markdown
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