summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gstreamer/0.10.25.xml
blob: 90fa74fca007dd862cfab4677c6f5b5bdce0c038 (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
204
205
206
207
208
209
210
<?xml version="1.0"?>
<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
<release>
  <module>gstreamer</module>
  <module-fancy>GStreamer</module-fancy>
  <name>Feel the burn</name>
  <version>0.10.25</version>

  <intro>

<p>
The GStreamer team is proud to announce a new release
in the 0.10.x stable series of the
core of the GStreamer streaming media framework.
</p>
<p>
The 0.10.x series is a stable series targeted at end users.
It is not API or ABI compatible with the stable 0.8.x series.
It is, however, parallel installable with the 0.8.x series.
</p>
<p>
The 0.10.x series has been reworked for threadsafety.  It also features
various feature additions and enhancements.
</p>
<p>
This module, gstreamer, only contains core functionality.
For actual media playback, you will need other modules.
<dl>
<dt>gst-plugins-base</dt>
<dd>contains a basic set of well-supported plug-ins</dd>
<dt>gst-plugins-good</dt>
<dd>contains a set of well-supported plug-ins under our preferred license</dd>
<dt>gst-plugins-ugly</dt>
<dd>contains a set of well-supported plug-ins, but might pose problems for
    distributors</dd>
<dt>gst-plugins-bad</dt>
<dd>contains a set of less supported plug-ins that haven't passed the
    rigorous quality testing we expect</dd>
</dl>

</p>
  </intro>
  <features>
      <feature>Improve the byte-reader API</feature>
      <feature>GObject introspection support</feature>
      <feature>Improve clock accuracy on win32</feature>
      <feature>Optimisations in capabilities checking</feature>
      <feature>Optimisations and fixes in the basetransform base class</feature>
      <feature>new 64-bit scaling utility function variants</feature>
      <feature>Various bug-fixes and improvements (see ChangeLog and bugs list below)</feature>
  </features>

  <applications>
<p>
Applications ported to GStreamer 0.10 include Totem, RhythmBox, Sound-Juicer,
Gnome Media, Flumotion, Amarok, Jamboree, Pitivi, Istanbul, AnnoAmp, Elisa, and others.
Let us know if you want to be added to this list.
</p>
  </applications>

      <contributors>
	<person>Antoine Tremblay</person>
	<person>Aurelien Grimaud</person>
	<person>Benjamin Otte</person>
	<person>David Schleef</person>
	<person>Edward Hervey</person>
	<person>Jan Schmidt</person>
	<person>John Millikin</person>
	<person>Jonas Holmberg</person>
	<person>Kipp Cannon</person>
	<person>Laurent Glayal</person>
	<person>Mark Nauwelaerts</person>
	<person>Sebastian Dröge</person>
	<person>Stefan Kost</person>
	<person>Stian Selnes</person>
	<person>Thijs Vermeir</person>
	<person>Tim-Philipp Müller</person>
	<person>Wim Taymans</person>
	<person>Руслан Ижбулатов</person>
  </contributors>

<api>
    <additions>
        <item>gst_caps_can_intersect()</item>
        <item>gst_util_uint64_scale_int_round()</item>
        <item>gst_util_uint64_scale_int_ceil()</item>
        <item>gst_util_uint64_scale_round()</item>
        <item>gst_util_uint64_scale_ceil()</item>
        <item>gst_iterator_new_single()</item>
        <item>gst_byte_reader_skip_unchecked()</item>
        <item>gst_byte_reader_peek_*_unchecked()</item>
        <item>gst_byte_reader_get_*_unchecked()</item>
        <item>gst_byte_reader_{peek,get,dup}_data_unchecked()</item>
        <item>gst_byte_reader_get_float*_unchecked()</item>
    </additions>
<!--
    <deprecations>
    </deprecations>
-->
  </api>

  

  <bugs>
    <bug>
      <id>583999</id>
      <summary>[basetransform] caps refcounting problem causing GST_IS_CAPS assertion failures</summary>
    </bug>
    <bug>
      <id>566881</id>
      <summary>[GstIndex] support/caching in GstBin</summary>
    </bug>
    <bug>
      <id>588472</id>
      <summary>[basetransform] problems in reverse-negotiating</summary>
    </bug>
    <bug>
      <id>589173</id>
      <summary>macros cause spurious semicolon warnings</summary>
    </bug>
    <bug>
      <id>589314</id>
      <summary>[basetransform] clears GAP flag in passthrough mode</summary>
    </bug>
    <bug>
      <id>589524</id>
      <summary>gst_base_transform_acceptcaps() could provide more verbose debugging output</summary>
    </bug>
    <bug>
      <id>589849</id>
      <summary>[segment] Clipping fails to handle start=stop &lt; segment_start correctly</summary>
    </bug>
    <bug>
      <id>589991</id>
      <summary>[queue] limited error handling might cause pipeline appearing to hang</summary>
    </bug>
    <bug>
      <id>590045</id>
      <summary>Query position fails when pipeline is paused and format is not time</summary>
    </bug>
    <bug>
      <id>590430</id>
      <summary>Add support for &quot; album artist &quot; tags</summary>
    </bug>
    <bug>
      <id>590841</id>
      <summary>configure script check for libxml2 is incorrect</summary>
    </bug>
    <bug>
      <id>590919</id>
      <summary>gst_util_uint64_scale_int() and friends don't round</summary>
    </bug>
    <bug>
      <id>591045</id>
      <summary>[basesrc] Leaking GstTask instances</summary>
    </bug>
    <bug>
      <id>591318</id>
      <summary>ghostpad : core dump : on_src_target_notify called with an invalid ghostpad</summary>
    </bug>
    <bug>
      <id>591441</id>
      <summary>append mode for filesink</summary>
    </bug>
    <bug>
      <id>592209</id>
      <summary>[GstPad] Deprecated markers missing in the header for internal links function related things</summary>
    </bug>
    <bug>
      <id>592314</id>
      <summary>core/tests/examples/streams/ does not link to pthread</summary>
    </bug>
    <bug>
      <id>593460</id>
      <summary>Broken win32-specific systemclock code</summary>
    </bug>
    <bug>
      <id>593719</id>
      <summary>regression: segfault when using gstrtpbin and certain video codecs</summary>
    </bug>
    <bug>
      <id>594107</id>
      <summary>[gstbin] : use of freed message : valgrind Invalid read</summary>
    </bug>
    <bug>
      <id>594225</id>
      <summary>[API] [bytereader] add _unchecked() variants and inline most common functions</summary>
    </bug>
    <bug>
      <id>594990</id>
      <summary>[introspection] pkg-config file madness and another bug</summary>
    </bug>
    <bug>
      <id>595130</id>
      <summary>checks fail</summary>
    </bug>
    <bug>
      <id>595133</id>
      <summary>gst/gstutils check fails</summary>
    </bug>
    <bug>
      <id>595209</id>
      <summary>Fix out-of-tree build</summary>
    </bug>
    <bug>
      <id>368536</id>
      <summary>bin_change_state makes children go through unnecessary state changes</summary>
    </bug>
  </bugs>
</release>