mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
Revert last change, because it is wrong.
Original commit message from CVS: Revert last change, because it is wrong.
This commit is contained in:
parent
f63b0cf6c5
commit
dd67a01ad2
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
AUStream::AUStream ():
|
||||
cur_rd (0), cur_wr (0), totalctr (0), size (0), buf (0)
|
||||
{
|
||||
buf = new (Aunit **)[AUStream::BUF_SIZE];
|
||||
buf = new (Aunit *)[AUStream::BUF_SIZE];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue