Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
591416e0
Commit
591416e0
authored
Feb 19, 2009
by
Jan Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Since: tags in autodetect srcs and audioecho
parent
1e55235c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gst/audiofx/audioecho.c
gst/audiofx/audioecho.c
+1
-1
gst/autodetect/gstautoaudiosrc.c
gst/autodetect/gstautoaudiosrc.c
+1
-1
gst/autodetect/gstautovideosrc.c
gst/autodetect/gstautovideosrc.c
+1
-1
No files found.
gst/audiofx/audioecho.c
View file @
591416e0
...
...
@@ -20,7 +20,7 @@
/**
* SECTION:element-audioecho
* @Since: 0.10.1
2
* @Since: 0.10.1
4
*
* audioecho adds an echo or (simple) reverb effect to an audio stream. The echo
* delay, intensity and the percentage of feedback can be configured.
...
...
gst/autodetect/gstautoaudiosrc.c
View file @
591416e0
...
...
@@ -114,7 +114,7 @@ gst_auto_audio_src_class_init (GstAutoAudioSrcClass * klass)
*
* This property can only be set before the element goes to the READY state.
*
* Since: 0.10.1
2
* Since: 0.10.1
4
**/
g_object_class_install_property
(
gobject_class
,
PROP_CAPS
,
g_param_spec_boxed
(
"filter-caps"
,
"Filter caps"
,
...
...
gst/autodetect/gstautovideosrc.c
View file @
591416e0
...
...
@@ -112,7 +112,7 @@ gst_auto_video_src_class_init (GstAutoVideoSrcClass * klass)
*
* This property can only be set before the element goes to the READY state.
*
* Since: 0.10.1
2
* Since: 0.10.1
4
**/
g_object_class_install_property
(
gobject_class
,
PROP_CAPS
,
g_param_spec_boxed
(
"filter-caps"
,
"Filter caps"
,
...
...
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