summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gstreamer/1.0.1.xml
blob: 6c23e666c8e0cc3cfc44a020f51da63ba6f48662 (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
<?xml version="1.0"?>
<?xml-stylesheet href="../releases.xsl" type="text/xsl"?>
<release>
  <module>gstreamer</module>
  <module-fancy>GStreamer</module-fancy>
  <name></name>
  <version>1.0.1</version>

  <intro>

<p>
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
core of the GStreamer streaming media framework.
</p>
<p>
The 1.x series is a stable series targeted at end users.
It is not API or ABI compatible with the stable 0.10.x series.
It is, however, parallel installable with the 0.10.x series and
will not affect an existing 0.10.x installation.
</p>
<p>
The 1.x series has been reworked for more flexible memory handling, improved
caps negotiation and re-negotiation, better handling of dynamic pipelines,
and increased performance in general. It also features countless other 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 plugins</dd>
<dt>gst-plugins-good</dt>
<dd>contains a set of well-supported plugins under our preferred license</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>

  <features>
    <feature>Parallel installability with 0.10.x series</feature>
    <feature>Capsfilter prefers filter caps over passthrough now</feature>
    <feature>Application Development Manual, Plugin Writer's Guide and other documentation updated and extended for 1.0</feature>
    <feature>Bug fixes</feature>
  </features>

<!--
  <applications>
<p>
Applications ported to GStreamer 1.0 include Totem, RhythmBox, Sound-Juicer,
Pitivi, Cheese, Empathy, Transmageddon, and others.
</p>
  </applications>
-->

                <contributors>
	<person>Jan Schmidt</person>
	<person>Josep Torra Valles</person>
	<person>Mark Nauwelaerts</person>
	<person>Olivier Blin</person>
	<person>Olivier Crête</person>
	<person>Sebastian Dröge</person>
	<person>Tim-Philipp Müller</person>
	<person>Wim Taymans</person>
  </contributors>

<api>
    <additions>
      <item>gst_base_transform_set_prefer_passthrough ()</item>
    </additions>
<!--
    <deprecations>
    </deprecations>
-->
  </api>

  

  

  

  <bugs>
    <bug>
      <id>680862</id>
      <summary> &quot; identity &quot; with single-segment=true gives buffer.pts of CLOCK_TIME_NONE</summary>
    </bug>
    <bug>
      <id>684538</id>
      <summary>baseparse: no timestamps after seeking in mp3 or aac</summary>
    </bug>
    <bug>
      <id>684755</id>
      <summary>typo - whithin &gt; within</summary>
    </bug>
    <bug>
      <id>684765</id>
      <summary>Plugins without a klass in the metadata crashes autoaudiosink</summary>
    </bug>
    <bug>
      <id>684809</id>
      <summary>proxypad don't hold a ref to their internal pad while streaming through it</summary>
    </bug>
    <bug>
      <id>684970</id>
      <summary>Don't register printf extension for %p when glib is not using system printf</summary>
    </bug>
    <bug>
      <id>684981</id>
      <summary>Pipeline hangs on PREROLLING negotiating caps</summary>
    </bug>
    <bug>
      <id>685072</id>
      <summary>memory: map(READ)/unmap clears the READONLY status</summary>
    </bug>
  </bugs>
</release>