playbin: check the flags before set again
[platform/upstream/gst-plugins-base.git] / NEWS
diff --git a/NEWS b/NEWS
index efca995..14b25e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,7 @@
-This is GStreamer Base Plugins 1.3.3
+This is GStreamer Base Plugins 1.4.0
 
 Changes since 1.2:
 
-
 New API:
  • GstMessageType has GST_MESSAGE_EXTENDED added. All types before
    that can be used together as a flags type as before, but from
@@ -98,7 +97,7 @@ Major changes:
      are available on OS X and iOS now.
 
  • Other changes:
-   ∘ gst-libav now uses libav 10.1, and gained support for H265/HEVC.
+   ∘ gst-libav now uses libav 10.2, and gained support for H265/HEVC.
    ∘ Support for hardware codecs and special memory types has been
      improved with bugfixes and feature additions in various plugins
      and base classes.
@@ -130,7 +129,7 @@ Major changes:
      with downstream via caps.
    ∘ Lots of fixes for coverity warnings all over the place.
    ∘ Negotiation related performance improvements.
-   ∘ 500+ fixed bug reports, and many other bug fixes and other
+   ∘ 800+ fixed bug reports, and many other bug fixes and other
      improvements everywhere that had no bug report.
 
 Things to look out for:
@@ -138,5 +137,9 @@ Things to look out for:
    element.
  • The mfcdec element was removed and replaced by v4l2videodec.
  • osxvideosink is only available in OS X 10.6 or newer.
- • The GstDeviceMonitor API will likely change slightly before the
-   1.4.0 release.
+ • On Android the namespace of the automatically generated Java class
+   for initialization of GStreamer has changed from com.gstreamer to
+   org.freedesktop.gstreamer to prevent namespace pollution.
+ • On iOS you have to update your gst_ios_init.h and gst_ios_init.m in
+   your projects from the one included in the binaries if you used the
+   GnuTLS GIO module before. The loading mechanism has slightly changed.