summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gstreamer/0.10.31.xml
blob: ae9d360f16876cf44c039be0aeaa3646689d95b5 (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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<?xml version="1.0"?>
<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
<release>
  <module>gstreamer</module>
  <module-fancy>GStreamer</module-fancy>
  <name>Safety Pins</name>
  <version>0.10.31</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>bin: add "message-forward" property to force forwarding of messages that would usually be filtered such as ASYNC_DONE or EOS</feature>
    <feature>bin: improve tracking of source elements for more efficient event dispatch</feature>
    <feature>bufferlist: add function to add a list of buffers</feature>
    <feature>clock: fix racy shutdown clock id leak</feature>
    <feature>element: add support for arbitrary element class / factory details</feature>
    <feature>element: link_many should activate pads if needed</feature>
    <feature>gst: add math-compat.h header</feature>
    <feature>datetime: add GstDateTime API</feature>
    <feature>elementfactory: add utility functions to filter features by type</feature>
    <feature>plugin: load the gst-python plugin loader with G_MODULE_BIND_LAZY</feature>
    <feature>query: add buffering ranges API to retrieve informations about the areas of the stream currently buffered</feature>
    <feature>value: add int64 range type</feature>
    <feature>info: write debugging output to file if GST_DEBUG_FILE environment variable is set</feature>
    <feature>pad: use more efficient g_object_notify_by_pspec() for caps notifies if compiling against new-enough GLib</feature>
    <feature>pipeline: If the currently used clock gets lost update it the next time when going from PAUSED to playing</feature>
    <feature>plugin: add release datetime field to GstPluginDesc and set it if GST_PACKAGE_RELEASE_DATETIME is defined</feature>
    <feature>utils: speed up pad linking utility functions by not trying pads that will never work</feature>

    <feature>adapter: add function to get a list of buffers; support 0-sized buffers</feature>
    <feature>adapter: optimize gst_adapter_take() and gst_adapter_peek() a little</feature>
    <feature>basesink: only answer the SEGMENT query in pull mode</feature>
    <feature>basesrc: return values in stream time for the POSITION query</feature>
    <feature>basetransform: allow the subclass to add new fields to caps when getting new caps from downstream</feature>
    <feature>basetransform: avoid useless memcpy</feature>
    <feature>basetransform: upstream caps-renegotiation fixes</feature>
    <feature>bitreader: add inlined and unchecked versions of the most important functions</feature>
    <feature>bytewriter: add inline and unchecked variants of all important functions</feature>
    <feature>bytewriter: fix possible infinite loop caused by an overflow</feature>

    <feature>queue: add "silent" property to suppress signal emission (for better performance)</feature>
    <feature>queue: avoid unnecessary g_cond_signal() (for better performance)</feature>
    <feature>queue: push newsegment event when linking in PLAYING</feature>
    <feature>queue2: extend ring buffer to support RAM mode</feature>
    <feature>queue2: in download mode, prevent range corruption due to race</feature>
    <feature>queue2: don't send seeks beyond the end of the file upstream in pull mode (fixes apple trailers and youtube/html5 playback in webkit)</feature>
    <feature>multiqueue: flush the data queue if downstream return WRONG_STATE too</feature>

    <feature>gst-inspect: print GST_PARAM_MUTABLE_* property flags</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>Alessandro Decina</person>
	<person>Arun Raghavan</person>
	<person>Colin Walters</person>
	<person>David Hoyt</person>
	<person>David Schleef</person>
	<person>Edward Hervey</person>
	<person>Evan Nemerson</person>
	<person>Havard Graff</person>
	<person>Jan Schmidt</person>
	<person>Jeffrey S. Smith</person>
	<person>Jonas Holmberg</person>
	<person>Jonathan Matthew</person>
	<person>Mark Nauwelaerts</person>
	<person>Michael Bunk</person>
	<person>Ognyan Tonchev</person>
	<person>Olivier Crête</person>
	<person>Philippe Normand</person>
	<person>Rob Clark</person>
	<person>Robert Swain</person>
	<person>Sebastian Dröge</person>
	<person>Shixin Zeng</person>
	<person>Stefan Kost</person>
	<person>Thiago Santos</person>
	<person>Thijs Vermeir</person>
	<person>Tim-Philipp Müller</person>
	<person>Trond Andersen</person>
	<person>Vincent Penquerc'h</person>
	<person>Vladimir Eremeev</person>
	<person>Wim Taymans</person>
	<person>reynaldo</person>
  </contributors>

  <api>
    <additions>
      <item>gst_is_initialized</item>
      <item>gst_buffer_list_iterator_add_list</item>

      <item>GstBin:message-forward</item>

      <item>GST_TYPE_DATE_TIME</item>
      <item>gst_date_time_get_day</item>
      <item>gst_date_time_get_hour</item>
      <item>gst_date_time_get_microsecond</item>
      <item>gst_date_time_get_minute</item>
      <item>gst_date_time_get_month</item>
      <item>gst_date_time_get_second</item>
      <item>gst_date_time_get_time_zone_offset</item>
      <item>gst_date_time_get_type</item>
      <item>gst_date_time_get_year</item>
      <item>gst_date_time_new</item>
      <item>gst_date_time_new_from_unix_epoch_local_time</item>
      <item>gst_date_time_new_from_unix_epoch_utc</item>
      <item>gst_date_time_new_local_time</item>
      <item>gst_date_time_new_now_local_time</item>
      <item>gst_date_time_new_now_utc</item>
      <item>gst_date_time_ref</item>
      <item>gst_date_time_unref</item>
      <item>gst_tag_list_get_date_time</item>
      <item>gst_tag_list_get_date_time_index</item>

      <item>GST_TAG_GEO_LOCATION_HORIZONTAL_ERROR</item>
      <item>GST_TAG_APPLICATION_DATA</item>
      <item>GST_TAG_APPLICATION_NAME</item>
      <item>GST_TAG_DATE_TIME</item>

      <item>GST_ELEMENT_IS_SOURCE</item>
      <item>gst_element_class_set_documentation_uri</item>
      <item>gst_element_class_set_icon_name</item>
      <item>gst_element_factory_get_documentation_uri</item>
      <item>gst_element_factory_get_icon_name</item>
      <item>gst_element_factory_list_filter</item>
      <item>gst_element_factory_list_get_elements</item>
      <item>gst_element_factory_list_is_type</item>
      <item>GstElementFactoryListType</item>
      <item>GST_ELEMENT_FACTORY_TYPE_ANY</item>
      <item>GST_ELEMENT_FACTORY_TYPE_AUDIOVIDEO_SINKS</item>
      <item>GST_ELEMENT_FACTORY_TYPE_AUDIO_ENCODER</item>
      <item>GST_ELEMENT_FACTORY_TYPE_DECODABLE</item>
      <item>GST_ELEMENT_FACTORY_TYPE_DECODER</item>
      <item>GST_ELEMENT_FACTORY_TYPE_DEMUXER</item>
      <item>GST_ELEMENT_FACTORY_TYPE_DEPAYLOADER</item>
      <item>GST_ELEMENT_FACTORY_TYPE_ENCODER</item>
      <item>GST_ELEMENT_FACTORY_TYPE_FORMATTER</item>
      <item>GST_ELEMENT_FACTORY_TYPE_MAX_ELEMENTS</item>
      <item>GST_ELEMENT_FACTORY_TYPE_MEDIA_AUDIO</item>
      <item>GST_ELEMENT_FACTORY_TYPE_MEDIA_IMAGE</item>
      <item>GST_ELEMENT_FACTORY_TYPE_MEDIA_METADATA</item>
      <item>GST_ELEMENT_FACTORY_TYPE_MEDIA_SUBTITLE</item>
      <item>GST_ELEMENT_FACTORY_TYPE_MEDIA_VIDEO</item>
      <item>GST_ELEMENT_FACTORY_TYPE_MEDIA_ANY</item>
      <item>GST_ELEMENT_FACTORY_TYPE_MUXER</item>
      <item>GST_ELEMENT_FACTORY_TYPE_PARSER</item>
      <item>GST_ELEMENT_FACTORY_TYPE_PAYLOADER</item>
      <item>GST_ELEMENT_FACTORY_TYPE_SINK</item>
      <item>GST_ELEMENT_FACTORY_TYPE_SRC</item>
      <item>GST_ELEMENT_FACTORY_TYPE_VIDEO_ENCODER</item>
      <item>GST_ELEMENT_FACTORY_KLASS_DECODER</item>
      <item>GST_ELEMENT_FACTORY_KLASS_ENCODER</item>
      <item>GST_ELEMENT_FACTORY_KLASS_SINK</item>
      <item>GST_ELEMENT_FACTORY_KLASS_SRC</item>
      <item>GST_ELEMENT_FACTORY_KLASS_MUXER</item>
      <item>GST_ELEMENT_FACTORY_KLASS_DEMUXER</item>
      <item>GST_ELEMENT_FACTORY_KLASS_PARSER</item>
      <item>GST_ELEMENT_FACTORY_KLASS_PAYLOADER</item>
      <item>GST_ELEMENT_FACTORY_KLASS_DEPAYLOADER</item>
      <item>GST_ELEMENT_FACTORY_KLASS_FORMATTER</item>
      <item>GST_ELEMENT_FACTORY_KLASS_MEDIA_VIDEO</item>
      <item>GST_ELEMENT_FACTORY_KLASS_MEDIA_AUDIO</item>
      <item>GST_ELEMENT_FACTORY_KLASS_MEDIA_IMAGE</item>
      <item>GST_ELEMENT_FACTORY_KLASS_MEDIA_SUBTITLE</item>
      <item>GST_ELEMENT_FACTORY_KLASS_MEDIA_METADATA</item>
      <item>gst_plugin_feature_list_debug</item>
      <item>gst_plugin_feature_rank_compare_func</item>
      <item>gst_query_add_buffering_range</item>
      <item>gst_query_get_n_buffering_ranges</item>
      <item>gst_query_parse_nth_buffering_range</item>
      <item>gst_structure_get_date_time</item>
      <item>gst_structure_id_take_value</item>
      <item>gst_structure_take_value</item>
      <item>GST_TYPE_INT64_RANGE</item>
      <item>gst_int64_range_get_type</item>
      <item>gst_util_fraction_compare</item>
      <item>gst_value_get_int64_range_max</item>
      <item>gst_value_get_int64_range_min</item>
      <item>gst_value_set_int64_range</item>
      <item>GST_VALUE_HOLDS_DATE_TIME</item>

      <item>gst_adapter_take_list</item>
      <item>gst_bit_reader_skip_unchecked</item>
      <item>gst_bit_reader_skip_to_byte_unchecked</item>
      <item>gst_bit_reader_get_bits_uint16_unchecked</item>
      <item>gst_bit_reader_get_bits_uint32_unchecked</item>
      <item>gst_bit_reader_get_bits_uint64_unchecked</item>
      <item>gst_bit_reader_get_bits_uint8_unchecked</item>
      <item>gst_bit_reader_peek_bits_uint16_unchecked</item>
      <item>gst_bit_reader_peek_bits_uint32_unchecked</item>
      <item>gst_bit_reader_peek_bits_uint64_unchecked</item>
      <item>gst_bit_reader_peek_bits_uint8_unchecked</item>
      <item>gst_byte_writer_put_int8_unchecked</item>
      <item>gst_byte_writer_put_int16_be_unchecked</item>
      <item>gst_byte_writer_put_int16_le_unchecked</item>
      <item>gst_byte_writer_put_int24_be_unchecked</item>
      <item>gst_byte_writer_put_int24_le_unchecked</item>
      <item>gst_byte_writer_put_int32_be_unchecked</item>
      <item>gst_byte_writer_put_int32_le_unchecked</item>
      <item>gst_byte_writer_put_int64_be_unchecked</item>
      <item>gst_byte_writer_put_int64_le_unchecked</item>
      <item>gst_byte_writer_put_uint8_unchecked</item>
      <item>gst_byte_writer_put_uint16_be_unchecked</item>
      <item>gst_byte_writer_put_uint16_le_unchecked</item>
      <item>gst_byte_writer_put_uint24_be_unchecked</item>
      <item>gst_byte_writer_put_uint24_le_unchecked</item>
      <item>gst_byte_writer_put_uint32_be_unchecked</item>
      <item>gst_byte_writer_put_uint32_le_unchecked</item>
      <item>gst_byte_writer_put_uint64_be_unchecked</item>
      <item>gst_byte_writer_put_uint64_le_unchecked</item>
      <item>gst_byte_writer_put_float32_be_unchecked</item>
      <item>gst_byte_writer_put_float32_le_unchecked</item>
      <item>gst_byte_writer_put_float64_be_unchecked</item>
      <item>gst_byte_writer_put_float64_le_unchecked</item>
      <item>gst_byte_writer_put_data_unchecked</item>
      <item>gst_byte_writer_fill_unchecked</item>
    </additions>
    <deprecations>
      <item>GST_FLOW_IS_FATAL</item>
      <item>GST_FLOW_IS_SUCCESS</item>
    </deprecations>
  </api>

  

  <bugs>
    <bug>
      <id>396774</id>
      <summary>Make GstElementDetails extensible</summary>
    </bug>
    <bug>
      <id>482147</id>
      <summary>[queue] Issue with current time level if source task is not started</summary>
    </bug>
    <bug>
      <id>579127</id>
      <summary>gst-launch: disable CLOCK_LOST message handling</summary>
    </bug>
    <bug>
      <id>594504</id>
      <summary>Need a GType of &quot; Date AND Time AND Timezone &quot; </summary>
    </bug>
    <bug>
      <id>600004</id>
      <summary>underrun signal emits when i tested queue overrun test case from file /gstreamerXXXX/tests/check/element/queue.c</summary>
    </bug>
    <bug>
      <id>610366</id>
      <summary>[gstcollectpads][doc] Add a reminder for 'data' doc</summary>
    </bug>
    <bug>
      <id>611918</id>
      <summary>leaky queue might not push newsegment event</summary>
    </bug>
    <bug>
      <id>618919</id>
      <summary>Registry/Plugin Loading Memory Leak</summary>
    </bug>
    <bug>
      <id>619522</id>
      <summary>basetransform fix for upstream caps-renegotiation</summary>
    </bug>
    <bug>
      <id>621299</id>
      <summary>make simple queues faster</summary>
    </bug>
    <bug>
      <id>621332</id>
      <summary>BaseTransform should disable proxy alloc if downstream changes caps</summary>
    </bug>
    <bug>
      <id>622740</id>
      <summary>GstPad: Do not call gst_pad_accept_caps() when caps change</summary>
    </bug>
    <bug>
      <id>623040</id>
      <summary>Add release_datetime field to GstPluginDesc</summary>
    </bug>
    <bug>
      <id>623121</id>
      <summary>[queue2] downloaded areas of the media are not exposed</summary>
    </bug>
    <bug>
      <id>623491</id>
      <summary>make *_get_type() thread safe</summary>
    </bug>
    <bug>
      <id>623541</id>
      <summary>[basetransform] Implement POSITION query</summary>
    </bug>
    <bug>
      <id>623622</id>
      <summary>[basesink/basesrc] Should return values in stream time for POSITION query</summary>
    </bug>
    <bug>
      <id>623806</id>
      <summary>[pipeline] Doesn't update the clock if the currently used one gets lost and the start time did not change</summary>
    </bug>
    <bug>
      <id>623875</id>
      <summary>gstregistrybinary.c compatibility with glib &gt; = 2.25.0</summary>
    </bug>
    <bug>
      <id>624203</id>
      <summary>gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the other side has</summary>
    </bug>
    <bug>
      <id>625239</id>
      <summary>FTBFS: ./gstreamer-decl.txt:9461: warning: GstTagList has multiple definitions.</summary>
    </bug>
    <bug>
      <id>625295</id>
      <summary>[info] regression: doesn't flush output stream after every debug print any longer</summary>
    </bug>
    <bug>
      <id>625368</id>
      <summary>gstdatetime.c doesn't compile in VS 2008</summary>
    </bug>
    <bug>
      <id>625862</id>
      <summary>[docs] unused symbol GST_CAT_LEVEL_LOG_valist breaks the build</summary>
    </bug>
    <bug>
      <id>626027</id>
      <summary>[tag] Add GST_TAG_APPLICATION_NAME</summary>
    </bug>
    <bug>
      <id>626181</id>
      <summary>GstElementFactory: add listing/filtering API</summary>
    </bug>
    <bug>
      <id>626651</id>
      <summary>[tag] Photography/capture settings tags</summary>
    </bug>
    <bug>
      <id>626784</id>
      <summary>element: link_many might assert elements are in paused or playing</summary>
    </bug>
    <bug>
      <id>627438</id>
      <summary>gst: Add a gst_is_initialized() API</summary>
    </bug>
    <bug>
      <id>627826</id>
      <summary>GstInt64Range type</summary>
    </bug>
    <bug>
      <id>627910</id>
      <summary>Warnings emitted when -Wcast-qual used</summary>
    </bug>
    <bug>
      <id>627959</id>
      <summary>[queue2] on-disk buffering failing for AVI container</summary>
    </bug>
    <bug>
      <id>628014</id>
      <summary>Deprecate GST_FLOW_IS_FATAL/GST_FLOW_IS_SUCCESS</summary>
    </bug>
    <bug>
      <id>628174</id>
      <summary>New gstvalue checks cause trouble in thoggen</summary>
    </bug>
    <bug>
      <id>628176</id>
      <summary>[basetransform] Problems with buffer handling in inplace mode</summary>
    </bug>
    <bug>
      <id>628408</id>
      <summary>Use GDateTime that has been released</summary>
    </bug>
    <bug>
      <id>629241</id>
      <summary>Build broken with introspection using gobject-introspection from master</summary>
    </bug>
    <bug>
      <id>629410</id>
      <summary>GstBaseTransform: position query refers to sink pad, not source pad</summary>
    </bug>
    <bug>
      <id>629494</id>
      <summary>Latest gst-launch.c doesn't build in Visual Studio 2008</summary>
    </bug>
    <bug>
      <id>629553</id>
      <summary>GstAdapter: timestamp not updated when empty buffer is pushed</summary>
    </bug>
    <bug>
      <id>629831</id>
      <summary>[API] add gst_structure_take_value() and gst_structure_id_take_value()</summary>
    </bug>
    <bug>
      <id>629946</id>
      <summary>Enumerations have incorrect names of enum values (GEnumValue.value_name)</summary>
    </bug>
    <bug>
      <id>630257</id>
      <summary>GST_DEBUG_DUMP_DOT_DIR not working anymore</summary>
    </bug>
    <bug>
      <id>630436</id>
      <summary>basesink: renderdelay needs to be subtracted in adjust_time()</summary>
    </bug>
    <bug>
      <id>630437</id>
      <summary>basetransform: Make a WARNING into a DEBUG statement</summary>
    </bug>
    <bug>
      <id>630439</id>
      <summary>clock: fix racy shutdown clock id leak</summary>
    </bug>
    <bug>
      <id>631755</id>
      <summary>Fix build with glib 2.21.3</summary>
    </bug>
    <bug>
      <id>631853</id>
      <summary>[queue2] deadlock when using temp-location and dispatch-properties</summary>
    </bug>
    <bug>
      <id>632236</id>
      <summary>[gst-inspect] unhelpful uri handler output</summary>
    </bug>
    <bug>
      <id>632433</id>
      <summary>[basesink] hangs/drops going to PLAYING following flushing step in PAUSED</summary>
    </bug>
    <bug>
      <id>632977</id>
      <summary>[queue2] qtdemux causes soup to request seeks past the end of the range</summary>
    </bug>
    <bug>
      <id>633147</id>
      <summary>Simple reverse negotiation pipeline is broken.</summary>
    </bug>
    <bug>
      <id>633886</id>
      <summary>Visual Studio emits warnings about double defined _USE_MATH_DEFINES</summary>
    </bug>
    <bug>
      <id>635031</id>
      <summary>[datetime] Fix unix epoch handling</summary>
    </bug>
    <bug>
      <id>635389</id>
      <summary>Include information on exported packages in GIRs</summary>
    </bug>
    <bug>
      <id>635869</id>
      <summary>GST_BOILERPLATE_FULL causes warnings in user C++ code</summary>
    </bug>
    <bug>
      <id>633176</id>
      <summary>recent multiqueue changes break DVD playback</summary>
    </bug>
  </bugs>
</release>