tee: Check for the removed pad flag also in the slow pushing path
[platform/upstream/gstreamer.git] / RELEASE
diff --git a/RELEASE b/RELEASE
index b67b6ce..518b691 100644 (file)
--- a/RELEASE
+++ b/RELEASE
+This is GStreamer core 1.16.1.
 
-Release notes for GStreamer 1.1.1
-
-
-The GStreamer team is proud to announce a new bug-fix release
-in the 1.x stable series of the
-core of the GStreamer streaming media framework.
-
-
-The 1.x series is a stable series targeted at end users.
-It is not API or ABI compatible with the stable 0.10.x series.
-It is, however, parallel installable with the 0.10.x series and
-will not affect an existing 0.10.x installation.
-
-
-The 1.x series has been reworked for more flexible memory handling, improved
-caps negotiation and re-negotiation, better handling of dynamic pipelines,
-and increased performance in general. It also features countless other feature
-additions and enhancements.
-
-
-This module, gstreamer, only contains core functionality.
-For actual media playback, you will need other modules.
-
-gst-plugins-base
-contains a basic set of well-supported plugins
-gst-plugins-good
-contains a set of well-supported plugins under our preferred license
-gst-plugins-ugly
-contains a set of well-supported plugins, but might pose problems for
-    distributors
-gst-plugins-bad
-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
-gst-libav
-contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
-
-
-
-  
-
-Features of this release
-    
-
-Bugs fixed in this release
-     
-      * 571832 : [API] add gst_plugin_feature_get_plugin_name()
-      * 613081 : info: make GST_PTR_FORMAT etc. work on win32, OSX and non-glibc systems
-      * 638749 : (Duration) queries on a source-only bin are currently not supported
-      * 679152 : add gst_debug_set_threshold_from_string function ()
-      * 679315 : g-i: avoid multiple libraries in the shared-library tag
-      * 683012 : check: add GstTestClock for use in unit testing
-      * 685555 : collectpads unit test fails
-      * 685650 : GStreamer should not set the locale
-      * 687523 : gst-launch: use GST_TIME_FORMAT to report execution time
-      * 687899 : queue event handling broken with unlinked queue and sticky events
-      * 688130 : Compilation error when debugging disabled
-      * 688785 : Provide single include headers
-      * 688824 : queue: Dropping sticky events on flush without resending them later
-      * 689043 : gstreamer-1.0.pc declares public dependency on libgthread
-      * 690515 : tools: bash tab-completion for gst-launch pipelines
-      * 690557 : Corrected the control of whether a SingleQueue is full or not
-      * 690908 : adapter: wrong return value on gst_adapter_masked_scan_*
-      * 690936 : [basesink] Lateness check should be done before ::prepare()
-      * 691370 : caps intersection is broken for channel-layout / bitmasks
-      * 691475 : [API] baseparse: need vfunc to intercept queries
-      * 691828 : GstABI and LibsABI checks fail on ARM
-      * 692612 : tests: use g_timeout_add_seconds where possible
-      * 692784 : typefind element pushes caps event before stream_start
-      * 692809 : gstbitreader-docs.h : Align the comments correctly with the API declaration
-      * 693314 : gst_element_send_event on GstBin without sink/src element but with sink/src ghostpads
-      * 693481 : gst-launch: Use signalfd() to handle keyboard interruption
-      * 694717 : gst_memory_share: assertion `!GST_MEMORY_FLAG_IS_SET (mem, GST_MEMORY_FLAG_NO_SHARE)' failed in flacparse unit test
-      * 695035 : Recent GstMemory changes cause leaks all over the place
-      * 695599 : tests: test_read_macros doesn't pass on ARM / raspberry pi
-      * 695937 : gst-uninstalled script should add gst-editing-services typelib path to GI_TYPELIB_PATH
-      * 696911 : GstSegment adds lot of warning noise
-      * 697058 :  " git-update.sh " script is missing some modules.
-      * 697093 : gst-uninstalled script should add orc/orc-test/.libs paths
-      * 697549 : clock: Make use of HAVE_CLOCK_GETTIME
-      * 697550 : clock: Winpthreads compatibility
-      * 697551 : libsabi: W32-compatible ABI tests
-      * 697608 : netclientclock: gst_net_client_clock_start() always fails on windows
-      * 697609 : tests: skip GstPoll tests on windows as they are broken
-      * 697610 : gstpad test fails due to unclean buffers list
-      * 697872 : plugin: fix name expansion in GST_PLUGIN_DEFINE() macro
-      * 697970 : info: glibc " %n in writable segment detected " with new printf implementation
-      * 697990 : pluginfeature: Fix the GstPluginFeature name comparison.
-      * 698209 : READMEs all claim to be part of 0.10 or 0.9 releases
-      * 698242 : printf: abort() in custom printf with old printf extension specifiers
-      * 699767 : typefind: send stream-start after caps
-      * 699827 : controller: Fix the function signature and a minor typo fix
-      * 699937 : pad: Event mis-orderng caused by " 418dcd72 pad: Remove SEGMENT sticky events when flushing " 
-      * 699968 : capsfilter: Send caps after segment if source has no caps
-      * 700806 : pad: Sticky events are dropped before stored on a pad and nothing is resending them
-      * 701177 : scripts: improve git-update.sh status message
-      * 701323 : input-selector: crash when requesting " active " property of pad with no selector
-      * 701632 : gstvalue: Add _append_and_take_value() public variants
-      * 701633 : gstbuffer: Use internal function for buffer_new_wrapped
+The GStreamer team is pleased to announce another bug-fix release in the
+stable 1.x API series of your favourite cross-platform multimedia framework!
+
+The 1.16 release series adds new features on top of the 1.14 series and is
+part of the API and ABI-stable 1.x release series of the GStreamer multimedia
+framework.
+
+Full release notes will one day be found at:
+
+  https://gstreamer.freedesktop.org/releases/1.16/
+
+Binaries for Android, iOS, Mac OS X and Windows will usually be provided
+shortly after the release.
+
+This module will not be very useful by itself and should be used in conjunction
+with other GStreamer modules for a complete multimedia experience.
+
+ - gstreamer: provides the core GStreamer libraries and some generic plugins
+
+ - gst-plugins-base: a basic set of well-supported plugins and additional
+                     media-specific GStreamer helper libraries for audio,
+                     video, rtsp, rtp, tags, OpenGL, etc.
+
+ - gst-plugins-good: a set of well-supported plugins under our preferred
+                     license
+
+ - gst-plugins-ugly: a set of well-supported plugins which might pose
+                     problems for distributors
+
+ - gst-plugins-bad: a set of plugins of varying quality that have not made
+                    their way into one of core/base/good/ugly yet, for one
+                    reason or another. Many of these are are production quality
+                    elements, but may still be missing documentation or unit
+                    tests; others haven't passed the rigorous quality testing
+                    we expect yet.
+
+ - gst-libav: a set of codecs plugins based on the ffmpeg library. This is
+                    where you can find audio and video decoders and encoders
+                    for a wide variety of formats including H.264, AAC, etc.
+
+ - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
+                    VA-API on Linux. Primarily for Intel graphics hardware.
+
+ - gst-omx: hardware-accelerated video decoding and encoding, primarily for
+                    embedded Linux systems that provide an OpenMax
+                    implementation layer such as the Raspberry Pi.
+
+ - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
+
+ - gst-editing-services: library an plugins for non-linear editing
 
 ==== Download ====
 
 You can find source releases of gstreamer in the download
-directory: http://gstreamer.freedesktop.org/src/gstreamer/
+directory: https://gstreamer.freedesktop.org/src/gstreamer/
 
 The git repository and details how to clone it can be found at
-http://cgit.freedesktop.org/gstreamer/gstreamer/
+https://gitlab.freedesktop.org/gstreamer/
 
 ==== Homepage ====
 
-The project's website is http://gstreamer.freedesktop.org/
+The project's website is https://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
+We have recently moved from GNOME Bugzilla to GitLab on freedesktop.org
+for bug reports and feature requests:
+
+  https://gitlab.freedesktop.org/gstreamer
 
-Please submit patches via bugzilla as well.
+Please submit patches via GitLab as well, in form of Merge Requests. See
+
+  https://gstreamer.freedesktop.org/documentation/contribute/
+
+for more details.
 
 For help and support, please subscribe to and send questions to the
 gstreamer-devel mailing list (see below for details).
@@ -125,57 +83,14 @@ There is also a #gstreamer IRC channel on the Freenode IRC network.
 
 ==== Developers ====
 
-GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
-from there (see link above).
+GStreamer source code repositories can be found on GitLab on freedesktop.org:
+
+  https://gitlab.freedesktop.org/gstreamer
+
+and can also be cloned from there and this is also where you can submit
+Merge Requests or file issues for bugs or feature requests.
 
 Interested developers of the core library, plugins, and applications should
-subscribe to the gstreamer-devel list.
-
-        
-Contributors to this release
-    
-      * Alessandro Decina
-      * Alexander Schrab
-      * Andre Moreira Magalhaes (andrunko)
-      * Andrzej Bieniek
-      * Arnaud Vrac
-      * B.Prathibha
-      * Branko Subasic
-      * Brendan Long
-      * Christian Fredrik Kalager Schaller
-      * Daniel Díaz
-      * David Rothlisberger
-      * David Schleef
-      * Douglas Bagnall
-      * Edward Hervey
-      * Evan Nemerson
-      * Gert Michael Kulyk
-      * Gwenole Beauchesne
-      * Jan Schmidt
-      * Jonas Holmberg
-      * Jose Antonio Santos Cadenas
-      * Josep Torra
-      * Krzysztof Konopko
-      * Luis de Bethencourt
-      * Mark Nauwelaerts
-      * Matthew Waters
-      * Nate Bogdanowicz
-      * Nicolas Dufresne
-      * Niv Sardi
-      * Olivier Crête
-      * Philippe Normand
-      * Sebastian Dröge
-      * Sebastian Rasmussen
-      * Simon Feltman
-      * Sreerenj Balachandran
-      * Stefan Sauer
-      * Thiago Santos
-      * Thibault Saunier
-      * Thijs Vermeir
-      * Tim 'mithro' Ansell
-      * Tim-Philipp Müller
-      * Vincent Penquerc'h
-      * Wim Taymans
-      * italarab@gmail.com
-      * Руслан Ижбулатов
\ No newline at end of file
+subscribe to the gstreamer-devel list:
+
+  https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel