mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 06:52:41 +00:00
implemented ring buffer
Original commit message from CVS: implemented ring buffer
This commit is contained in:
parent
11f77f27f9
commit
0e653a5623
2 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,7 @@ int main (int argc, char *argv[])
|
|||
g_object_set (G_OBJECT (cutter),
|
||||
"threshold_dB", -40.0,
|
||||
"runlength", 0.5,
|
||||
"prelength", 1.0,
|
||||
NULL);
|
||||
|
||||
/* create an audio src */
|
||||
|
|
|
@ -119,6 +119,7 @@ int main (int argc, char *argv[])
|
|||
g_object_set (G_OBJECT (cutter),
|
||||
"threshold_dB", -40.0,
|
||||
"runlength", 0.5,
|
||||
"prelength", 1.0,
|
||||
NULL);
|
||||
|
||||
/* create an audio src */
|
||||
|
|
Loading…
Reference in a new issue