1 This is GStreamer Base Plug-ins 0.10.6, "Chao"
5 * QoS in sinks and transform elements
6 * Needs GStreamer 0.10.5 for new GstBaseSink::async_playback() vmethod
7 * added theoraparse element
9 Bugs fixed since 0.10.5:
11 * 313136 : [playbin] hang while playing truncated ogg file
12 * 172848 : [subparse] subtitles with special chars are displayed as ...
13 * 305279 : [riff] uncompressed AVIs with 24bpp don't work
14 * 320765 : [ffmpegcolorspace] make win32+msvc compliant, don't use _...
15 * 323852 : Disable tests/icles on platforms that do not have X
16 * 325653 : build errors compiling audioresample on win32(vs7)
17 * 327357 : gst-plugins-base fails to compile with GCC 4.1
18 * 334620 : [gnomevfssrc] fails to connect to icecast streaming servers
19 * 334822 : [ffmpegcolorspace] YVU9 support
20 * 335028 : [typefinding] ID3 v1 tag is not recognized with mp3-in-wa...
21 * 335365 : inefficient use of GList in gst-plugins-base
22 * 336190 : [gnomevfssink] should accept non-URI filenames as " location "
23 * 336194 : [gnomevfssrc] some minor memory leaks
24 * 336477 : plugins need better/univied descriptions
25 * 336617 : Unable to recognise MPEG TS stream
26 * 337548 : Memory leaks in basertpdepayload
27 * 337945 : [oggdemux] segment stop position ignored
28 * 338419 : Regression in the handling of files with multiple audio/s...
29 * 338897 : Videoscale crashes as part of DVD to Ogg transcoding
30 * 339013 : [videorate] Goes into an infinite loop
31 * 339047 : [riff] handle H264 fourcc in addition to h264
32 * 339212 : ISO file typefinding regression
33 * 330748 : deadlock in base audio sink on playing- > paused state change
35 Bugs fixed since 0.10.4:
37 * 334216 : [gnomevfssrc] won't open some media on NFS mounts any longer
38 * 334226 : typefindfunctions plugin crashes on PPC on registration
42 * (Experimental) QoS support
43 * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex
44 * documentation updates
45 * better support for subtitles (seeking)
47 Bugs fixed since 0.10.3:
49 * 310202 : [subtitles] < i > < /i > tags and others should be supported i...
50 * 312439 : XVideo output doesn't work on remote displays (probably r...
51 * 321271 : audio output is truncated at EOS
52 * 321650 : Can't decode this ogm file
53 * 325732 : [oggdemux] problem when seeking to time less than 4s with...
54 * 325972 : [typefinding] doesn't recognise this mp3
55 * 326720 : [alsasink] doesn't support more than 2 channels anymore
56 * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount...
57 * 330789 : gstbaseaudiosink causes noise on seeking
58 * 330888 : Fix build with gcc 2.95 (again)
59 * 331295 : gnomevfssink doesn't respect umask when creating files
60 * 331526 : 3GP type detection is too simple
61 * 331678 : Decodebin is not reusable within a single pipeline (as in...
62 * 331690 : playbin won't play my last.fm stream
63 * 331763 : [alsamixer] unmute sets the volume to 100%
64 * 331765 : [alsamixer] mixer applet slider doesn't want to move from...
65 * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely
66 * 332778 : [ogmparse] " Already an existing pad " WARNING
67 * 332964 : random crashes in mp3_type_find
68 * 333254 : theora encoder does not set IN_CAPS flag properly
69 * 333352 : [gnomevfssink] reports disk full as generic error
70 * 333488 : Allow for palette < 256 colours in AVI files
71 * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem...
72 * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll...
73 * 333663 : [patch] unref the result of gst_pad_get_parent
74 * 333900 : [typefind] cannot play a particular mp3 file
75 * 334112 : variable not initialized
76 * 334129 : Disable frame dropping for now
77 * 317038 : use default channel layout if none is specified in multic...
78 * 319340 : [cdparanoia] uncorrected-error signal never fired
80 API added since 0.10.3:
82 * GstTextOverlay::halignment
83 * GstTextOverlay::valignment
87 * typefind improvements
88 * Ogg decoding and encoding fixes
89 * Improved audio and video sink classes
91 * Improved video scaling
92 * On-the-fly visualisation switching
95 Bugs fixed since 0.10.2:
97 * 330244 : gsttextoverlay.c:895: 'struct _GstCollectData' has no mem...
98 * 324000 : [playbin] post error or message on unknown input
99 * 153004 : [typefind] can't identify mp3 file with one single mpeg f...
100 * 323874 : [playbin] leaks sinks and threads when using gconfaudiosink
101 * 324626 : ffmpegcolorspace support for fourcc " UYVY "
102 * 326447 : check that all elements in -base pass queries they can't ...
103 * 328263 : Fix build with gcc 2.95
104 * 328279 : [decodebin] timeout issue when pre-rolling
105 * 329326 : Fix oggmux removing pads from collect pads
107 Changes since 0.10.1:
109 * ported gnomevfssink, cdparanoia
110 * New library and base class: GstCddaBaseSrc
111 * ported mixerutils.h
112 * added 'sine-tab' waveform to audiotestsrc
113 * added float audio to audiorate
115 Bugs fixed since 0.10.1:
117 * 324216 : [cdparanoia] missing patches from 0.8
118 * 324696 : [videotestsrc] does not start counting the time from zero...
119 * 324900 : Problem compiling gst-plugins-base with Forte
120 * 325984 : [playbin] cannot handle sources that produce raw audio/video
121 * 325990 : patch videotestsrc for using glib types
122 * 326601 : GstRingBuffer crashes with alaw/mulaw caps
123 * 327114 : [theoradec] should post tags on the bus
124 * 327216 : vorbisdec segfaults on certain queries
126 API added since 0.10.1:
128 * added libgstcddabase
131 Changes since 0.10.0:
133 * Parallel installability with 0.8.x series
134 * Threadsafe design and API
135 * removed gst-launch-ext
137 * Fixes for: subparse, xvimagesink, audioresample, videorate, decodebin
139 Bugs fixed since 0.10.0:
141 * 322347 : GstBaseRtpDepayload timestamps are wring
142 * 323900 : Basertpdepayloader lets NEWSEGMENT events through unfiltered
143 * 323878 : missing < string.h > inclusion (for memset & FD_ZERO)
145 API added since 0.10.0:
147 * GstAlsaMixer::device
148 * GstAlsaMixer::device-name
150 Bugs fixed since 0.9.7:
152 * 319172 : gstreamer-plugins-base-0.9.pc doesn't export linking flags
153 * 323017 : While(1) loop with sleep(0) in basertpdepayload.c
157 * Parallel installability with 0.8.x series
158 * Threadsafe design and API
159 * ximagesink and xvimagesink updates and interactive test
161 * rename net to netbuffer library
162 * rtp element renaming
163 * stream selector fixes
165 Bugs fixed since 0.9.6:
167 * 319618 : [decodebin] some ogg videos don't play
168 * 320644 : RTP packetizer does't set the packet timestamps correctly
169 * 322388 : xvimagesink force-aspect-ratio=True always displays squar...
170 * 322704 : oggdemux typefind list leak
174 * Parallel installability with 0.8.x series
175 * Threadsafe design and API
177 * flicker-free and rewritten X sinks
178 * fractional framerates
179 * removed sinesrc, replaced by audiotestsrc
181 Bugs fixed since 0.9.5:
183 * 316442 : playbin should use autoaudiosink/autovideosink by default
184 * 318353 : [ffmpegcolorspace] forward-port fixes from 0.8 branch
185 * 320200 : vorbisenc: min-bitrate and max-bitrate are 1/1000 bps rat...
186 * 321164 : gstringbuffer stops working under load
187 * 321426 : ximage plugin should be renamed to ximagesink
188 * 321446 : sinesrc should be dropped in favour of audiotestsrc
189 * 321451 : GstRtpBuffer: no way to create a sub buffer with only the...
190 * 321816 : [API] xoverlay API to post prepare-xwindow-id message
191 * 321894 : vorbisenc doesn't compile
192 * 322117 : Rename libgsttagedit to libgsttag
196 * video caps now use a good range for framerate and w/h
197 * oggdemux/oggmux improvements
198 * playbin improvements
200 Bugs fixed since 0.9.4:
202 * 319110 : [PATCH] oggdemux chain finding is slow
203 * 320058 : playbin of a jpeg over http does not work
204 * 320923 : [volume] doesn't build on Solaris
205 * 321011 : gstbasertpdepayload doesn't send the " new segment " event ...
209 * New element: audiotestsrc
210 * typefind improvements
211 * buffer-frames removed
217 Bugs fixed since 0.9.2:
219 * 313251 : ximagesink unused functions
220 * 315159 : audioconvert lost 24 bit conversions in the rewrite