Changeset 5296:b7fd2c45243e in roaraudio for libroar/simple.c


Ignore:
Timestamp:
11/25/11 02:27:12 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Updated connection object. (Closes: #188)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/simple.c

    r5289 r5296  
    120120 int fh; 
    121121 
    122  if ( (fh = roar_simple_stream_obj(s, rate, channels, bits, codec, NULL /* server, we hope this is ok here... */, 
     122 if ( (fh = roar_simple_stream_obj(s, rate, channels, bits, codec, roar_get_connection_server(con), 
    123123                                   dir, "libroar temp stream", mixer)) == -1 ) 
    124124  return -1; 
Note: See TracChangeset for help on using the changeset viewer.