summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gst-validate/1.10.0.xml
blob: 73226edf2289d4d3a5c2177a2c639348897d5c7b (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
<?xml version="1.0"?>
<!DOCTYPE xml [ <!ENTITY % site-entities SYSTEM "../../entities.site"> %site-entities; ]>
<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
<release>
  <module>gst-validate</module>
  <module-fancy>GStreamer Validate</module-fancy>
  <name></name>
  <version>1.10.0</version>

  <intro>
<p>
The GStreamer team is pleased to announce the first release of the new stable
1.10 release series. The 1.10 release series is adding new features on top of
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
release series of the GStreamer multimedia framework.
</p>
<p>
Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
the source release by the GStreamer project during the stable 1.10 release
series.
</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>
      <contributors>
	<person>Edward Hervey</person>
	<person>Jinwoo Ahn</person>
	<person>Nicolas Dufresne</person>
	<person>Nirbheek Chauhan</person>
	<person>Scott D Phillips</person>
	<person>Stefan Sauer</person>
	<person>Thibault Saunier</person>
	<person>Tim-Philipp Müller</person>
	<person>William Manley</person>
  </contributors>

  <bugs>
    <bug>
      <id>772439</id>
      <summary>validate: fix typo in gst-validate-report.c</summary>
    </bug>
    <bug>
      <id>772543</id>
      <summary>validate: fix typo in dot file name</summary>
    </bug>
  </bugs>

</release>