-
Notifications
You must be signed in to change notification settings - Fork 45
/
RELEASE
57 lines (38 loc) · 1.11 KB
/
RELEASE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
= Release v0.2.0 =
* The following tracers are supported:
- Graphic
- Framerate
- CPU Usage (for GNU/Linux)
- Schedule Time
- Interlatency
* Data is logged to:
- GStreamer Debug
- CTF file
* A first draft of an Eclipse plugin to plot data
* Simple GNU/Octave plotting scripts
= Release v0.2.1 =
* Fix for memory bus error on some 32 bit architectures
= Release v0.2.2 =
* Fix bug in octave scripts
= Release v0.2.3 =
* Fix bug where framerate and cpuusage tracer were reporting
duplicated results.
= Release v0.4.0 =
* The following tracers have been added:
- Bitrate
- Identity
- Queue Level
= Release v0.4.1 =
* Renamed identity plugin to buffer, to avoid plugin conflict
= Release v0.4.4 =
* Fix bug where interlatency, scheduletime and proctime tracers were having
problems due to a race condition.
= Release v0.4.5 =
* Avoid assertions with invalid GstEvents
= Release v0.4.6 =
* Remove Evaluation Version feature
* Avoid Overflow reading Interlatency Timestamps
= Release v0.4.7 =
* Handle permissions failure writing CTF output files
* Fix plugin name
* Avoid sink synchronization pause