summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gst-validate/1.5.90.xml
blob: 817b7c5a7f1811e2ed2fe3f8d9753434812d8ba6 (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
<?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.90</version>

  <intro>

<p>
  The GStreamer team is pleased to announce the first release candidate of
  the stable 1.6 release series of GstValidate, a high level
  integration testing infrastructure for the GStreamer
  framework.
</p>

<p>
  This release candidate will hopefully shortly be followed by the stable 1.6.0
  release if no bigger regressions or bigger issues are detected, and enough
  testing of the release candidate happened. The new API that was added during
  the 1.5 release series is not expected to change anymore at this point.
</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>Guillaume Desmottes</person>
	<person>Nicolas Dufresne</person>
	<person>Olivier Crête</person>
	<person>Sebastian Dröge</person>
	<person>Thiago Santos</person>
	<person>Thibault Saunier</person>
	<person>Vineeth T M</person>
	<person>Vineeth TM</person>
  </contributors>

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

  

  

  

  <bugs>
    <bug>
      <id>748390</id>
      <summary>validate: media-descriptor: remove duplicate conditions</summary>
    </bug>
    <bug>
      <id>752455</id>
      <summary>validate:main.py: trivial document fixes</summary>
    </bug>
    <bug>
      <id>752461</id>
      <summary>validate:launcher: skip default assets for --medias-paths</summary>
    </bug>
    <bug>
      <id>752518</id>
      <summary>validate:launcher: Improvements for --media-paths option</summary>
    </bug>
    <bug>
      <id>752521</id>
      <summary>validate: error when seek_forward with mp3 file</summary>
    </bug>
    <bug>
      <id>752611</id>
      <summary>validate:launcher: handle folder names with spaces in --medias-paths.</summary>
    </bug>
    <bug>
      <id>752650</id>
      <summary>validate:launcher: catch errors and continue</summary>
    </bug>
    <bug>
      <id>752692</id>
      <summary>validate:launcher: handle file path in --medias-paths</summary>
    </bug>
    <bug>
      <id>752748</id>
      <summary>validate:launcher: Fix documentation</summary>
    </bug>
    <bug>
      <id>752749</id>
      <summary>validate: tools: transcoding error due to wrong condition check</summary>
    </bug>
    <bug>
      <id>752758</id>
      <summary>validate: descriptor-writer: Print proper error message when discover fails</summary>
    </bug>
    <bug>
      <id>752945</id>
      <summary>validate:tools: set locale to all</summary>
    </bug>
    <bug>
      <id>753079</id>
      <summary>validate: Should not store stream-id in media-info for local files</summary>
    </bug>
    <bug>
      <id>753339</id>
      <summary>validate: scenario: fix leak during error cases</summary>
    </bug>
  </bugs>

</release>