gstreamer/debug-viewer/GstDebugViewer/Common
René Stadler b468acd836 Fix logging being on by default with recent Python
The fix for Python issue #1021 uncovered a mistake of mine.  I was under the
impression that logging.NOTSET level means "off", but in fact it means to not
modify the level, and setting that on the root logger with basicConfig leads to
turning on all levels.
2014-09-11 20:51:45 +02:00
..
__init__.py Fix copyright/license headers and module docstrings 2014-09-11 20:51:39 +02:00
Data.py Use low idle priority for dispatching, to fix initial vtimeline display 2014-09-11 20:51:40 +02:00
GUI.py When right clicking to open a context menu, pass the event on (which selects the row) 2014-09-11 20:51:43 +02:00
Main.py Fix logging being on by default with recent Python 2014-09-11 20:51:45 +02:00
utils.py Fix copyright/license headers and module docstrings 2014-09-11 20:51:39 +02:00