Changeset 1811:1106ac98c209 in roaraudio


Ignore:
Timestamp:
05/22/09 18:20:18 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do not show mixer and meta data on thru streams, they are meaningless there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r1810 r1811  
    300300   } 
    301301  } 
    302   display_mixer(con, id[i]); 
    303   show_meta_all(con, id[i]); 
     302 
     303  if ( s.dir != ROAR_DIR_THRU ) { 
     304   display_mixer(con, id[i]); 
     305   show_meta_all(con, id[i]); 
     306  } 
    304307 } 
    305308 
Note: See TracChangeset for help on using the changeset viewer.