summaryrefslogtreecommitdiff
path: root/RELEASE
blob: d631c33fa3c743841ad88b281ccdcbb7d039fdbe (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

GStreamer: Release notes for GStreamer Plugins 0.8.6 "IOU Love"
        

The GStreamer team is happy to announce a new release
in the 0.8.x stable series of the GStreamer Plugins.


The 0.8.x series is a stable series aimed at end users.
It is not API or ABI compatible with the stable 0.6.x series.
It is, however, parallel installable with the 0.6.x series.


This module contains plugins providing media encoding and decoding,
conversion, effects, and other elements that provide actual media
handling functionality to the core.  You need the GStreamer core module
to make them work.  The versions do not need to match exactly, as long
as all of them are in the 0.8.x series.


The FFmpeg-based decoder element has been moved to its own module.  If you
want support for a lot of popular video formats, you need to install this
module along with the GStreamer Core and Plugins.  An FFmpeg-based colorspace
element has been added to the Plugins however.

  
Features of this release
    
      * Parallel installability with 0.6.x series
      * Internationalization
      * New translation in this release: Norwegian Bokmaal
      * New translation in this release: Luca Ferretti
      * Translations: af az cs en_GB hu nb nl or sq sr sv uk
      * new element: polypsink
      * new element: musepack decoder
      * alsa fixes
      * playbin fixes
      * visualisation fixes
      * support for cd://, cdda:// and dv:// uri
      * v4lsrc fixes
      * id3demux fixes
      * avc-based Firewire camera support
      * speex fixes
      * tcp fixes
      * multifdsink improvements
      * ffmpegcolorspace fixes
      * chained ogg support

Bugs fixed in this release
    
      * 140994 : [mplex] configure failure
      * 143961 : MusePack codec support
      * 144389 : alsasink dies after some time playing
      * 144436 : opt / oggmux problem (endless interrupt event loop)
      * 150061 : gstreamer error in rhythmbox: vorbisdec(27925) vorbisdec....
      * 150576 : pad v4l2src0:src returned caps that are not a real subset...
      * 151059 : [sdlvideosink] doesn't implement overlay properly
      * 151064 : asfdemux crash
      * 151122 : playing a m4a-file using " spider " doesn't work
      * 152750 : audioconvert crash
      * 154781 : [playbin/totem] avi file with just divx video (no audio) ...
      * 154784 : [playbin/totem] playing avi with 320x240 raw yuv video an...
      * 154788 : Xv video in another window
      * 154807 : auparse doesn't error out on invalid files
      * 154834 : [dvdreadsrc] immediate EOS when specifying a title > 0
      * 154903 : cdparanoia plugin doesn't handle URIs
      * 154967 : [wavenc] missing cast and terminator in gst_event_new_dis...
      * 155008 : LoTr movie segfaulting with gstreamer+totem
      * 155223 : memleak in wavparse
      * 155814 : gst_bin_iterate() gets stuck on some images
      * 155864 : [oggdemux] regression with files without proper EOS flag
      * 156372 : gst-plugins fails to build on AMD64
      * 156387 : [oggdemux] seeking is off by up to 30 secs (regression)
      * 156477 : Ogg Vorbis file fails to play. Works with ogg123
      * 156488 : Introducing device for alsasink in gconf makes totem crash
      * 156565 : gst_bin_remove crashes deep down
      * 156910 : Rhythmbox crash at the end of this song
      * 157032 : Patch for dispose/finalize functions in gst-plugins
      * 157281 : crash with totem-gst
      * 157543 : [rtpgsmparse] missing NULL terminator to gst_caps_new_sim...
      * 157548 : [vorbisenc] premature and/or missing terminator to gst_ca...
      * 157632 : C99 style variable initialization(multifilesrc_test.c)
      * 157964 : smoothwave display warnings when launching gst-register
      * 157986 : [vorbisdec] fix warning when querying while draining
      * 158006 : alsasink/rhythmbox don't like each other anymore
      * 158125 : gstreamer apps have serious issues with 0.8.5.2 plugins & ...
      * 158221 : Build fix for gstreamer-plugins 0.8.5.3
      * 158365 : Fix for playbin hangs
      * 158375 : fix segfault in mp3 typefinding
      * 158462 : [dvdreadsrc] invalid reads / is_nav_pack assertion failure
      * 158832 : pngenc drops GstBuffer extra info (timestamp, length...)
      * 158976 : [oggdemux] seeking broken again [regression]
      * 159186 : [PATCH] videorate doesn't handle all colorspaces
      * 159187 : [PATCH] v4l probes too much and should cache

API changed in this release
     

- API additions:
    
* A new v4lsrc property, autoprobe-fps, has been added.

Download

You can find source releases of gst-plugins in the download directory:
http://gstreamer.freedesktop.org/src/gst-plugins/

GStreamer Homepage

More details can be found on the project's website:
http://gstreamer.freedesktop.org/

Support and Bugs

We use GNOME's bugzilla for bug reports and feature requests:
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer

Developers

CVS is hosted on cvs.freedesktop.org.
All code is in CVS and can be checked out from there.
Interested developers of the core library, plug-ins, and applications should
subscribe to the gstreamer-devel list. If there is sufficient interest we
will create more lists as necessary.

        
Applications

The GConf settings have moved to a versioned location and can now be found
under /system/gstreamer/0.8.  Applications should use the gconf library,
as provided by gstreamer-gconf-0.8.pc, to access the default settings.

  
Contributors to this release
    
      * Arwed v. Merkatz
      * Benjamin Otte
      * Christophe Fergeau
      * David Schleef
      * Iain Holmes
      * James Henstridge
      * James Morrison
      * Jan Schmidt
      * Johan Dahlin
      * Julien Moutte
      * Kjartan Maraas
      * Koop Mast
      * Luca Ferretti
      * Martin Pitt
      * Milosz Derezynski
      * Ronald Bultje
      * Sebastien Cote
      * Stefan Kost
      * Takao Fujiwara
      * Thomas Vander Stichele
      * Tim-Philipp Müller
      * Wim Taymans
      * Zaheer Abbas Merali