- 20 Oct, 2014 1 commit
-
-
Thibault Saunier authored
-
- 13 Oct, 2014 2 commits
-
-
Thibault Saunier authored
Otherwize we will print meaningless garbage.
-
Thibault Saunier authored
-
- 12 Oct, 2014 5 commits
-
-
Thibault Saunier authored
Keeping backward compatiblity with the old naming
-
Thibault Saunier authored
The _register naming corresponds much better to what the method does and makes it more similar to how we refer to this kind of action in GStreamer. It is a last minute API change, but that API should not change anymore after 1.4 is released.
-
Thibault Saunier authored
-
Thibault Saunier authored
Making clearer the meaning of the parameter and closer to the usual naming in the GStreamer land.
-
Thibault Saunier authored
This was always a mandatory field but was not documented
-
- 09 Oct, 2014 1 commit
-
-
Anuj Jaiswal authored
Free glist of criticals Signed-off-by:
Anuj Jaiswal <anuj.jaiswal@samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=736313
-
- 01 Oct, 2014 1 commit
-
-
Thibault Saunier authored
-
- 30 Sep, 2014 3 commits
-
-
+ Return a copy of that list in get_reports. + update tests.
-
-
-
- 29 Sep, 2014 1 commit
-
-
Thibault Saunier authored
-
- 12 Sep, 2014 7 commits
-
-
Thibault Saunier authored
Instead of copy/pasting that code badly
-
Edward Hervey authored
-
Thibault Saunier authored
Fixing make distcheck
-
Thibault Saunier authored
Making sure they are printed in the right order
-
Currently implemented tests are: * Settup and cleanup on monitor is done properly * Some tests in the PadMonitor are done properly, namely: - Buffer before segment - Buffer outside segment - First buffer running time is always 0 - The Demuxer flow aggregation is properly checked https://bugzilla.gnome.org/show_bug.cgi?id=736379
-
Edward Hervey authored
Instead just include required (public and local) header gst-validate-scenario.h:43:44: error: redefinition of typedef 'GstValidateActionParameter' is a C11 feature [-Werror,-Wtypedef-redefinition]
-
- 11 Sep, 2014 19 commits
-
-
René Stadler authored
-
René Stadler authored
-
René Stadler authored
-
René Stadler authored
-
René Stadler authored
Apparently events are dropped internally, so the last position after you stop dragging can be off.
-
René Stadler authored
-
René Stadler authored
Attributes don't work from introspection, so this blocks porting to gtk3. In MessageColumn, admit that multiple highlighters don't actually work.
-
René Stadler authored
-
René Stadler authored
Improves rendering performance a lot.
-
René Stadler authored
Regression caused by previous commit.
-
René Stadler authored
-
René Stadler authored
Regression from 25cfe9 (timeline: make log level calculation a lot faster).
-
René Stadler authored
-
René Stadler authored
This is the step where the timeline graph gets colored with the individual log level colors. It's roughly 4.5 times faster now. Probably can be made even better, the code also needs a cleanup.
-
René Stadler authored
A ~9% improvement for files without colors. This now slightly outperforms the code before color support was added.
-
René Stadler authored
Otherwise, the UI would be blocked while loading something big that is not a log file at all.
-
René Stadler authored
-
René Stadler authored
Adds a ~5% penalty for loading stripped files.
-
René Stadler authored
Hide lines before/after doesn't work as expected in this case.
-