summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gst-plugins-good/1.10.3.xml
blob: 08623d017aa45629fb59b6dd2e3304ca3670ba2f (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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<?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-plugins-good</module>
  <module-fancy>GStreamer Good Plugins</module-fancy>
  <name></name>
  <version>1.10.3</version>

  <intro>
<p>
The GStreamer team is proud to announce the third bugfix release in the stable
1.10 release series of your favourite cross-platform multimedia framework!
</p>
<p>
This release only contains bugfixes and it is safe to update from 1.10.x. For a
full list of bugfixes see <a href="https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&amp;bug_status=VERIFIED&amp;classification=Platform&amp;limit=0&amp;list_id=187054&amp;order=bug_id&amp;product=GStreamer&amp;query_format=advanced&amp;resolution=FIXED&amp;target_milestone=1.10.3">Bugzilla</a>.
</p>
<p>
See <a href="&site;/releases/1.10/#1.10.3">&site;/releases/1.10/</a> for the full release notes.
</p>
<p>
<i>"Such ingratitude.  After all the times I've saved your life."</i>
</p>
<p>
A collection of plugins you'd want to have right next to you on the
battlefield.  Shooting sharp and making no mistakes, these plugins have it
all: good looks, good code, and good licensing.  Documented and dressed up
in tests.  If you're looking for a role model to base your own plugin on,
here it is.
</p>
<p>
If you find a plot hole or a badly lip-synced line of code in them,
let us know - it is a matter of honour for us to ensure Blondie doesn't look
like he's been walking 100 miles through the desert without water.
</p>
<p>
This module contains a set of plugins that we consider to have good quality
  code, correct functionality, our preferred license (LGPL for the plugin
  code, LGPL or LGPL-compatible for the supporting library).
We believe distributors can safely ship these plugins.
People writing elements should base their code on these elements.
</p>
<p>
Other modules containing plugins are:

<dl>
<dt>gst-plugins-base</dt>
<dd>contains a basic set of well-supported plugins</dd>
<dt>gst-plugins-ugly</dt>
<dd>contains a set of well-supported plugins, but might pose problems for
    distributors</dd>
<dt>gst-plugins-bad</dt>
<dd>contains a set of less supported plugins that haven't passed the
    rigorous quality testing we expect, or are still missing documentation
    and/or unit tests</dd>
<dt>gst-libav</dt>
<dd>contains a set of codecs plugins based on libav (formerly gst-ffmpeg)</dd>
</dl>

</p>
  </intro>

    <contributors>
	<person>Alejandro G. Castro</person>
	<person>Andre McCurdy</person>
	<person>Arnaud Vrac</person>
	<person>Brendan Shanks</person>
	<person>Edward Hervey</person>
	<person>Enrique Ocaña González</person>
	<person>Garima Gaur</person>
	<person>Havard Graff</person>
	<person>Heekyoung Seo</person>
	<person>Jan Schmidt</person>
	<person>Jean-Christophe Trotin</person>
	<person>Matt Staples</person>
	<person>Matthew Waters</person>
	<person>Rahul Bedarkar</person>
	<person>Sebastian Dröge</person>
	<person>Seungha Yang</person>
	<person>Vivia Nikolaidou</person>
  </contributors>

  <bugs>
    <bug>
      <id>775898</id>
      <summary>scaletempo: crash in Totem when doing Slow - &gt; Fast - &gt; Slow playback</summary>
    </bug>
    <bug>
      <id>754230</id>
      <summary>qtdemux: support sparse time ranges in qtdemux without needing a seek for MSE</summary>
    </bug>
    <bug>
      <id>765498</id>
      <summary>qtdemux: Fix key_time in gst_qtdemux_adjust_seek()</summary>
    </bug>
    <bug>
      <id>772646</id>
      <summary>rtpjitterbuffer: fix lost-event using dts instead of pts</summary>
    </bug>
    <bug>
      <id>773218</id>
      <summary>rtpbin: pipeline gets an EOS when any rtpsources byes</summary>
    </bug>
    <bug>
      <id>773891</id>
      <summary>rtpjitterbuffer: fix timer-reuse bug</summary>
    </bug>
    <bug>
      <id>773905</id>
      <summary>rtpjitterbuffer: fix bug in reschedule_timer</summary>
    </bug>
    <bug>
      <id>775071</id>
      <summary>memory leak in usage of gst_pad_get_current_caps() API</summary>
    </bug>
    <bug>
      <id>775450</id>
      <summary>aacparse: invalid memory read in gst_aac_parse_sink_setcaps</summary>
    </bug>
    <bug>
      <id>775451</id>
      <summary>qtdemux: out of bounds read in qtdemux_tag_add_str_full</summary>
    </bug>
    <bug>
      <id>775455</id>
      <summary>qtdemux: memory leaks in qtdemux_inflate</summary>
    </bug>
    <bug>
      <id>775472</id>
      <summary>matroskademux: memory leak in matroska parser / gst_ebml_read_binary</summary>
    </bug>
    <bug>
      <id>775479</id>
      <summary>avidemux: memory leak in gst_avi_demux_riff_parse_vprp</summary>
    </bug>
    <bug>
      <id>775543</id>
      <summary>rtspsrc: redirect-on-play skips stream cleanup and TEARDOWN</summary>
    </bug>
    <bug>
      <id>775794</id>
      <summary>qtdemux: can not play xvid/mp2 quicktime format</summary>
    </bug>
    <bug>
      <id>775888</id>
      <summary>flxdec: memory leaks in gst_flxdec_chain</summary>
    </bug>
    <bug>
      <id>776107</id>
      <summary>qtdemux: Crashes when parsing edit lists due to missing size checks</summary>
    </bug>
    <bug>
      <id>776720</id>
      <summary>souphttpsrc: no request retry on early server termination</summary>
    </bug>
    <bug>
      <id>777101</id>
      <summary>rtspsrc: tcp interleaved data dropped if first sub-streams are skipped during SETUP</summary>
    </bug>
    <bug>
      <id>777123</id>
      <summary>wavparse: CRITICAL warning with injected flush stop event in pull mode</summary>
    </bug>
    <bug>
      <id>777157</id>
      <summary>qtdemux: seqh buffer not freed after calling qtdemux_parse_svq3_stsd_data()</summary>
    </bug>
    <bug>
      <id>777174</id>
      <summary>qtmux resets request pad counters on PAUSED- &gt; READY</summary>
    </bug>
    <bug>
      <id>777222</id>
      <summary>souphttpsrc: redirect uri is never set</summary>
    </bug>
    <bug>
      <id>777327</id>
      <summary>v4l2allocator: memory type not correctly set in allocator probe</summary>
    </bug>
    <bug>
      <id>777362</id>
      <summary>qtmux: Error always printed after writing moov recovery file, regardless of success/failure</summary>
    </bug>
    <bug>
      <id>777469</id>
      <summary>qtdemux: out of bounds heap read in qtdemux_parse_samples</summary>
    </bug>
    <bug>
      <id>777500</id>
      <summary>avidemux: gst_avi_demux_parse_ncdt heap out of bounds read</summary>
    </bug>
    <bug>
      <id>777532</id>
      <summary>avidemux: invalid memory read in gst_avi_demux_parse_ncdt</summary>
    </bug>
    <bug>
      <id>777832</id>
      <summary>qtmux: Timecode track fixes for STSD entry</summary>
    </bug>
  </bugs>

</release>