Skip to content

Commit

Permalink
Added a pulse audio role to the av_listen program.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanis committed Dec 11, 2011
1 parent 81861c9 commit 8b699db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions experiments/av_listen.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ void main(int argc, char **argv){
fprintf(stderr, __FILE__": pa_simple_new() failed: %s\n", pa_strerror(pa_error));
}

setenv("PULSE_PROP_media.role", "video", 1);

//
// Read data
Expand Down

0 comments on commit 8b699db

Please sign in to comment.