Nicola Murino
824e079273
removesilence: reset filter on start and on segment events
2018-12-14 18:43:49 +01:00
Nicola Murino
f7880c0272
removesilence: improve documentation
2018-12-14 18:43:49 +01:00
Nicola Murino
8978f55886
removesilence: add threshold property
...
silence thresold was hardcoded to -60 dB, now it is configurable
using this new property
Closes #63
2018-12-14 18:43:49 +01:00
Nicola Murino
e549566969
removesilence: add properties to detect silence only after minimum silence time/buffers
...
Closes #63
2018-12-14 18:43:49 +01:00
Nicola Murino
ef3da2787a
removesilence: add silent property to control bus message notifications
...
Closes #63
2018-12-14 18:43:49 +01:00
Nicola Murino
fa7da2fb16
removesilence: post bus messages when silence is detected/finished
...
Closes #63
2018-12-14 18:43:49 +01:00
Nicola Murino
50a84f8d7b
removesilence: add squash property
...
allows to output buffers without timestamp gap when silence is removed
Closes #63
2018-12-14 18:43:49 +01:00
Thibault Saunier
78022a6e0c
docs: Port all docstring to gtk-doc markdown
2017-04-12 12:57:57 -03:00
Vineeth TM
8cdfb13658
bad: use new gst_element_class_add_static_pad_template()
...
https://bugzilla.gnome.org/show_bug.cgi?id=763081
2016-03-24 14:56:51 +02:00
Vineeth TM
7c42ba97d7
plugins-bad: Fix example pipelines
...
rename gst-launch --> gst-launch-1.0
replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**)
fix caps in examples
https://bugzilla.gnome.org/show_bug.cgi?id=759432
2015-12-15 10:30:49 +00:00
Luis de Bethencourt
6a71b91c6e
removesilence: remove gst_remove_silence_reset()
...
No need to call gst_remove_silence_reset() in gst_remove_silence_init() because
vad_new() already calls this function. Since there are no more uses of
_silence_reset(), we can remove it altogether.
2015-05-08 14:24:07 +01:00
Luis de Bethencourt
d1f7c0e6fe
removesilence: update example launch line
2015-05-08 13:49:38 +01:00
Tim-Philipp Müller
9e1b75fda3
Fix FSF address
...
https://bugzilla.gnome.org/show_bug.cgi?id=687520
2012-11-04 00:09:59 +00:00
Tim-Philipp Müller
32ba17cd0f
Use gst_element_class_set_static_metadata()
...
where possible. Avoids some string copies. Also re-indent
some stuff. Also some indent fixes here and there.
2012-10-17 17:46:34 +01:00
Mark Nauwelaerts
578861abea
replace gst_element_class_set_details_simple with gst_element_class_set_metadata
2012-09-14 17:27:49 +02:00
Sebastian Dröge
cda192b3b7
gst: Update for GST_PLUGIN_DEFINE() API changes
2012-04-05 18:02:56 +02:00
Mark Nauwelaerts
3354fda883
removesilence: port to 0.11
2012-03-18 18:32:36 +01:00
Tiago César Katcipis
382346a6f3
removesilence: new plugin
...
Fixes : #597822 .
Signed-off-by: David Schleef <ds@schleef.org>
2011-08-21 15:28:08 -07:00