mapmapteam / mapmap

Open source video mapping software
http://www.mapmap.info
GNU General Public License v3.0
430 stars 65 forks source link

Allow DEBUG, INFO and WARNING logging levels #164

Open aalex opened 8 years ago

aalex commented 8 years ago

The GStreamer pipeline is very verbose:

Pipeline state for movie /home/aalex/Documents/toonloop/default/movies/movie-20151125T133031.811133-0.mov changed from PAUSED to PLAYING:
Seeking at position 0. 
Pipeline state for movie /home/aalex/Documents/toonloop/default/movies/movie-20151125T133031.811133-0.mov changed from PAUSED to PAUSED:
Pipeline state for movie /home/aalex/Documents/toonloop/default/movies/movie-20151125T133031.811133-0.mov changed from PAUSED to PAUSED:
Pipeline state for movie /home/aalex/Documents/toonloop/default/movies/movie-20151125T133031.811133-0.mov changed from PAUSED to PLAYING:
Seeking at position 0. 
Pipeline state for movie /home/aalex/Documents/toonloop/default/movies/movie-20151125T133031.811133-0.mov changed from PAUSED to PAUSED:
Pipeline state for movie /home/aalex/Documents/toonloop/default/movies/movie-20151125T133031.811133-0.mov changed from PAUSED to PAUSED:
Pipeline state for movie /home/aalex/Documents/toonloop/default/movies/movie-20151125T133031.811133-0.mov changed from PAUSED to PLAYING:
aalex commented 8 years ago

See also Display logging output in a console and be able to turn it on and off #183