baseparse: Update internal position even if not linked
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.6.0
3
4
5 The GStreamer team is proud to announce a new major feature release in the
6 stable 1.x API series of your favourite cross-platform multimedia framework!
7
8
9 This release has been in the works for more than a year and is packed with new
10 features, bug fixes and other improvements.
11
12
13 See
14 http://gstreamer.freedesktop.org/releases/1.6/
15 for the full list of changes.
16
17
18
19 This module, gstreamer, only contains core functionality.
20 For actual media playback, you will need other modules.
21
22 gst-plugins-base
23 contains a basic set of well-supported plugins
24 gst-plugins-good
25 contains a set of well-supported plugins under our preferred license
26 gst-plugins-ugly
27 contains a set of well-supported plugins, but might pose problems for
28     distributors
29 gst-plugins-bad
30 contains a set of less supported plugins that haven't passed the
31     rigorous quality testing we expect, or are still missing documentation
32     and/or unit tests
33 gst-libav
34 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
35
36
37
38   
39
40 Bugs fixed in this release
41      
42       * 753887 : queue2: " Process SEEKING query " ok, but should handle SEEK events too (regression with non-seekable sources)
43       * 755141 : inputselector: fix buffer leak
44       * 755257 : Minor documentation typo in gstpad & gstcaps APIs
45       * 755342 : element: state_change may fail because of release_request_pad (racy)
46       * 755343 : funnel: Fix racy state change
47       * 755511 : gstharness: don't crash when adding a sink-harness without h- > sinkpad
48       * 755607 : ptpclock: Fix error leak during failures
49
50 ==== Download ====
51
52 You can find source releases of gstreamer in the download
53 directory: http://gstreamer.freedesktop.org/src/gstreamer/
54
55 The git repository and details how to clone it can be found at
56 http://cgit.freedesktop.org/gstreamer/gstreamer/
57
58 ==== Homepage ====
59
60 The project's website is http://gstreamer.freedesktop.org/
61
62 ==== Support and Bugs ====
63
64 We use GNOME's bugzilla for bug reports and feature requests:
65 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
66
67 Please submit patches via bugzilla as well.
68
69 For help and support, please subscribe to and send questions to the
70 gstreamer-devel mailing list (see below for details).
71
72 There is also a #gstreamer IRC channel on the Freenode IRC network.
73
74 ==== Developers ====
75
76 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
77 from there (see link above).
78
79 Interested developers of the core library, plugins, and applications should
80 subscribe to the gstreamer-devel list.
81
82         
83 Contributors to this release
84     
85       * Eunhae Choi
86       * Havard Graff
87       * Sebastian Dröge
88       * Stian Selnes
89       * Vikram Fugro
90       * Vineeth TM
91