summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gst-validate/1.5.2.xml
blob: 434f08a667b45d9a41f11aa6366d91961d8668b2 (plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0"?>
<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
<release>
  <module>gst-validate</module>
  <module-fancy>GStreamer Validate</module-fancy>
  <name></name>
  <version>1.5.2</version>

  <intro>

<p>
  The GStreamer team is pleased to announce the first release
  in the 1.4 development release series of GstValidate, a high level
  integration testing infrastructure for the GStreamer framework. This
  release will hopefully lead to the 1.6.0 stable release in the comming
  weeks.
</p>

<p>
  This module contains a whole testing infrastructure to help GStreamer developers
  to validate their elements, check the interaction between their element and the
  others.
</p>

<p>
  It allows to easily implement high level integration testsuite running scenarios on
  gstreamer pipeline checking that each element in the pipeline is behaving as expected.
</p>

<p>
  GstValidate also provide a default testsuite so that third party developers can
  test and validate their elements, this testsuite is also running on an integration server
  so that the upstream GStreamer project can detect any regression.
</p>

</intro>
  <features>
  </features>

<!--
  <applications>
  </applications>
-->

    <contributors>
	<person>Andrzej Bieniek</person>
	<person>Anuj Jaiswal</person>
	<person>Arnaud Vrac</person>
	<person>Aurélien Zanelli</person>
	<person>Edward Hervey</person>
	<person>Emanuele Aina</person>
	<person>Felix Schwarz</person>
	<person>Guillaume Desmottes</person>
	<person>Lubosz Sarnecki</person>
	<person>Luis de Bethencourt</person>
	<person>Mathieu Duponchelle</person>
	<person>Nicolas Dufresne</person>
	<person>Olivier Crête</person>
	<person>Ramiro Polla</person>
	<person>Ramprakash Jelari</person>
	<person>René Stadler</person>
	<person>Reynaldo H. Verdejo Pinochet</person>
	<person>Sebastian Dröge</person>
	<person>Sreerenj Balachandran</person>
	<person>Stefan Kost</person>
	<person>Stefan Sauer</person>
	<person>Thiago Santos</person>
	<person>Thibault Saunier</person>
	<person>Tim-Philipp Müller</person>
	<person>Vincent Penquerc'h</person>
	<person>Vineeth T M</person>
	<person>Wonchul Lee</person>
	<person>Young Han Lee</person>
	<person>Zaheer Abbas Merali</person>
  </contributors>

<!--
  <api>
    <additions>
    </additions>
    <deprecations>
    </deprecations>
  </api>
-->

  

  <bugs>
    <bug>
      <id>737790</id>
      <summary>validate: report: Simplify the issue ID registering using GQuarks</summary>
    </bug>
    <bug>
      <id>739091</id>
      <summary>validate: launcher: Restructure the folder hierarchy and don't implement product-specific test managers.</summary>
    </bug>
    <bug>
      <id>739854</id>
      <summary>validate:scenario: Properly handle ASYNC action execution in the API</summary>
    </bug>
    <bug>
      <id>739965</id>
      <summary>validate: Assumes first buffer should have a running time of 0</summary>
    </bug>
    <bug>
      <id>742966</id>
      <summary>validate: launcher: Fix test log header output</summary>
    </bug>
    <bug>
      <id>745510</id>
      <summary>validate:docs: Fix typos in Command Line Tools</summary>
    </bug>
    <bug>
      <id>746957</id>
      <summary>validate:launcher: Show timeout seconds for timeout result message</summary>
    </bug>
    <bug>
      <id>747006</id>
      <summary>validate:launcher: Fix wrong test number with -j option</summary>
    </bug>
    <bug>
      <id>747087</id>
      <summary>validate:launcher: Install config.py for non-development mode</summary>
    </bug>
    <bug>
      <id>747487</id>
      <summary>validate:docs: Fix typo gstvalidate scenario file format</summary>
    </bug>
    <bug>
      <id>747830</id>
      <summary>gst-validate-launcher --sync performs tests when annex failed</summary>
    </bug>
    <bug>
      <id>747840</id>
      <summary>validate: glvideomixer sometimes fails</summary>
    </bug>
    <bug>
      <id>747892</id>
      <summary>validate:launcher: Handle git error properly</summary>
    </bug>
    <bug>
      <id>748292</id>
      <summary>validateelements: Do not use GObject.Object.list_properties</summary>
    </bug>
    <bug>
      <id>748389</id>
      <summary>validate-utils: Passing value -1.0 to sqrt() leads to undefined result</summary>
    </bug>
    <bug>
      <id>749421</id>
      <summary>validate: avoid use of gdk_event_get_event_type() which requires GTK+ &gt; = 3.10</summary>
    </bug>
    <bug>
      <id>750089</id>
      <summary>validate: media-check: add to print new line</summary>
    </bug>
    <bug>
      <id>750606</id>
      <summary>validate: media-check: remove unnecessary unref</summary>
    </bug>
  </bugs>

</release>