summaryrefslogtreecommitdiff
path: root/src/htdocs/releases/gstreamer/1.3.3.xml
blob: fb2417511903783e159e11a08afea255635faa4f (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
<?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.3.3</version>

  <intro>

<p>
The GStreamer team is pleased to announce the third release of the unstable
1.3 release series. The 1.3 release series is adding new features on top of
the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.3 release series
will lead to the stable 1.4 release series in the next weeks, and newly added
API can still change until that point.
</p>
<p>
This is hopefully the last 1.3 development release and will be followed by
the first 1.4.0 release candidate (1.3.90) in 1-2 weeks. Which then hopefully
is followed by 1.4.0 soonish in early July.
</p>
<p>
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
during the unstable 1.3 release series.
</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>

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

    <contributors>
	<person>Edward Hervey</person>
	<person>Evan Nemerson</person>
	<person>Nicolas Dufresne</person>
	<person>Olivier Crête</person>
	<person>Philip Withnall</person>
	<person>Piotr Drąg</person>
	<person>Sebastian Dröge</person>
	<person>Srimanta Panda</person>
	<person>Sungho Bae</person>
	<person>Thiago Santos</person>
	<person>Tim-Philipp Müller</person>
	<person>Vincent Penquerc'h</person>
	<person>Wim Taymans</person>
	<person>zhouming</person>
  </contributors>

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

  

  <bugs>
    <bug>
      <id>732007</id>
      <summary>Rename GstGlobalDeviceMonitor</summary>
    </bug>
    <bug>
      <id>703021</id>
      <summary>Missing Gst.VERSION_MAJOR, Gst.VERSION_MINOR</summary>
    </bug>
    <bug>
      <id>709224</id>
      <summary>audio/videodecoder: Not returning GST_FLOW_EOS when after segment</summary>
    </bug>
    <bug>
      <id>710268</id>
      <summary>basetransform: cannot answer GST_QUERY_ALLOCATION if its src has ANY caps</summary>
    </bug>
    <bug>
      <id>727746</id>
      <summary>Factor buffer flags-to-string code</summary>
    </bug>
    <bug>
      <id>729440</id>
      <summary>docs: DeviceMonitor missing in generated doc</summary>
    </bug>
    <bug>
      <id>729701</id>
      <summary>baseparse: rate parameter from segment event could not pass to downstream</summary>
    </bug>
    <bug>
      <id>730718</id>
      <summary>POTFILES.in is out of date</summary>
    </bug>
    <bug>
      <id>730982</id>
      <summary>Minor annotation fixes</summary>
    </bug>
    <bug>
      <id>731302</id>
      <summary>gst_data_queue_new documentation is misleading</summary>
    </bug>
    <bug>
      <id>731349</id>
      <summary>queuearray: doesn't expand with initial size of 1, resulting in invalid memory access</summary>
    </bug>
    <bug>
      <id>731355</id>
      <summary>GstFlowCombiner not introspection-friendly</summary>
    </bug>
    <bug>
      <id>731442</id>
      <summary>bytereader: optimize _scan_for_start_code() using pointer access</summary>
    </bug>
    <bug>
      <id>731541</id>
      <summary>minor introspection fixes</summary>
    </bug>
    <bug>
      <id>731704</id>
      <summary>gst_caps_is_any() returns FALSE or flag value, not TRUE or FALSE</summary>
    </bug>
    <bug>
      <id>731716</id>
      <summary>funnel: fix eos handling and unit test case</summary>
    </bug>
    <bug>
      <id>731756</id>
      <summary>gstvalue: Speed up gst_value_intersect/_subtract</summary>
    </bug>
    <bug>
      <id>731892</id>
      <summary>gstvalue: Avoid expensive g_type_check_value_holds calls when dealing with fundamental GType</summary>
    </bug>
    <bug>
      <id>727611</id>
      <summary>bufferpool: Add _set_flushing() and new (active,flushing) state</summary>
    </bug>
  </bugs>
</release>