baseparse: Fixed http seek slow issue in case of souphttpsrc
[platform/upstream/gstreamer.git] / RELEASE
1
2 Release notes for GStreamer 1.6.1
3
4
5 The GStreamer team is proud to announce the first bugfix release in the stable
6 1.6 release series of your favourite cross-platform multimedia framework!
7
8
9 Binaries for Android, iOS, Mac OS X and Windows are provided by the
10 GStreamer project for this release.
11
12 This release only contains bugfixes and it is safe to update from 1.6.0. For a
13 full list of bugfixes see Bugzilla.
14
15 The 1.x series is a stable series targeted at end users. It is not API
16 or ABI compatible with the 0.10.x series. It can, however, be installed
17 in parallel with the 0.10.x series and will not affect an existing
18 0.10.x installation.
19
20
21 See http://gstreamer.freedesktop.org/releases/1.6/
22 for the full release notes.
23
24
25
26 This module, gstreamer, only contains core functionality.
27 For actual media playback, you will need other modules.
28
29 gst-plugins-base
30 contains a basic set of well-supported plugins
31 gst-plugins-good
32 contains a set of well-supported plugins under our preferred license
33 gst-plugins-ugly
34 contains a set of well-supported plugins, but might pose problems for
35     distributors
36 gst-plugins-bad
37 contains a set of less supported plugins that haven't passed the
38     rigorous quality testing we expect, or are still missing documentation
39     and/or unit tests
40 gst-libav
41 contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
42
43
44
45   
46
47 Bugs fixed in this release
48      
49       * 747612 : Valgrind 3.7.0 chokes on match-leak-kinds in gst.supp
50       * 756069 : Gstreamer: Fix sample memory leaks
51       * 756136 : gstreamer-1.6.0 doesn't compile on OS X 10.6: header file issue in gst-ptp-helper.c
52       * 756645 : multiqueue: Improve incoming SEGMENT handling
53       * 756810 : segment_to_stream_time and position_from_stream_time miscalculate when applied_rate < 0
54       * 756898 : pad: gst_pad_probe_info_get_buffer_list() has wrong ownership transfer
55       * 757065 : uri: incorrect behavior when merging uris ending in ..
56       * 757257 : pad: Unblock blocking pad probes when receiving FLUSH_START in send_event() too
57
58 ==== Download ====
59
60 You can find source releases of gstreamer in the download
61 directory: http://gstreamer.freedesktop.org/src/gstreamer/
62
63 The git repository and details how to clone it can be found at
64 http://cgit.freedesktop.org/gstreamer/gstreamer/
65
66 ==== Homepage ====
67
68 The project's website is http://gstreamer.freedesktop.org/
69
70 ==== Support and Bugs ====
71
72 We use GNOME's bugzilla for bug reports and feature requests:
73 http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
74
75 Please submit patches via bugzilla as well.
76
77 For help and support, please subscribe to and send questions to the
78 gstreamer-devel mailing list (see below for details).
79
80 There is also a #gstreamer IRC channel on the Freenode IRC network.
81
82 ==== Developers ====
83
84 GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
85 from there (see link above).
86
87 Interested developers of the core library, plugins, and applications should
88 subscribe to the gstreamer-devel list.
89
90         
91 Contributors to this release
92     
93       * Edward Hervey
94       * Florin Apostol
95       * Sebastian Dröge
96       * Stefan Sauer
97       * Tim-Philipp Müller
98       * Vineeth TM
99       * Vivia Nikolaidou
100