Skip to content

Commit

Permalink
Disabled quiet for debug purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryr committed Feb 25, 2015
1 parent e0f346b commit 9d1c236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gec22_demo/vlc-oml.oedl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# [1] http://witestlab.poly.edu/site/page/oml-enabled-applications

defApplication('vlc') do |app|
app.quiet = true
#app.quiet = true
app.binary_path = "/usr/bin/vlc"
app.description = "OML-Instrumented VLC multimedia player and streamer"
app.defProperty(
Expand Down Expand Up @@ -89,4 +89,4 @@ defApplication('vlc') do |app|
mp.defMetric('timeSession_s',:float)
mp.defMetric('timeChunk_s',:float)
end
end
end

0 comments on commit 9d1c236

Please sign in to comment.