Release 1.7.1

This commit is contained in:
Sebastian Dröge 2015-12-24 13:58:52 +01:00
parent b610d4c25f
commit 2a188848eb
9 changed files with 2173 additions and 96 deletions

2034
ChangeLog

File diff suppressed because it is too large Load diff

64
NEWS
View file

@ -1,64 +1,2 @@
This is GStreamer 1.6.0
The GStreamer team is proud to announce a new major feature release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
This release has been in the works for more than a year and is packed with new
features, bug fixes and other improvements.
See http://gstreamer.freedesktop.org/releases/1.6/ for the full list of
changes.
Highlights
- Stereoscopic 3D and multiview video support
- Trick mode API for key-frame only fast-forward/fast-reverse playback etc.
- Improved DTS (decoding timestamp) vs. PTS (presentation timestamp) handling
to account for negative DTS
- New GstVideoConverter API for more optimised and more correct conversion of
raw video frames between all supported formats, with rescaling
- v4l2src now supports renegotiation
- v4l2transform can now do scaling
- V4L2 Element now report Colorimetry properly
- Easier chunked recording of MP4, Matroska, Ogg, MPEG-TS: new splitmuxsink
and multifilesink improvements
- Content Protection signalling API and Common Encryption (CENC) support for
DASH/MP4
- Many adaptive streaming (DASH, HLS and MSS) improvements
- New PTP and NTP network client clocks and better remote clock tracking
stability
- High-quality text subtitle overlay at display resolutions with glimagesink
or gtkglsink
- RECORD support for the GStreamer RTSP Server
- Retransmissions (RTX) support in RTSP server and client
- RTSP seeking support in client and server has been fixed
- RTCP scheduling improvements and reduced size RTCP support
- MP4/MOV muxer acquired a new "robust" mode of operation which attempts to
keep the output file in a valid state at all times
- Live mixing support in aggregator, audiomixer and compositor was improved a
lot
- compositor now supports rescaling and converting inputs streams on the fly
- New audiointerleave element with proper input synchronisation and live input
support
- Blackmagic Design DeckLink capture and playback card support was rewritten
from scratch; 2k/4k support; mode sensing
- KLV metadata support in RTP and MPEG-TS
- H.265 video encoder (x265), decoders (libav, libde265) and RTP payloader and
depayloaders
- New DTLS plugin and SRTP/DTLS support
- OpenGL3 support, multiple contexts and context propagation, 3D video,
transfer/conversion separation, subtitle blending
- New OpenGL-based QML video sink, Gtk GL video sink, CoreAnimation
CAOpenGLLayerSink video sink
- gst-libav switched to ffmpeg as libav-provider, gains support for
3D/multiview video, trick modes, and the CAVS codec
- GstHarness API for unit tests
- gst-editing-services got a completely new ges-launch-1.0 interface, improved
mixing support and integration into gst-validate
- gnonlin has been deprecated in favor of nle (Non Linear Engine) in
gst-editing-services
- gst-validate has a new plugin system, an extensive default testsuite,
support for concurrent test runs and valgrind support
- cerbero build tool for SDK binary packages gains new 'bundle-source' command
- Various improvements to the Android, iOS, OS X and Windows platform support
This is GStreamer 1.7.1

109
RELEASE
View file

@ -1,18 +1,17 @@
Release notes for GStreamer 1.6.0
Release notes for GStreamer 1.7.1
The GStreamer team is proud to announce a new major feature release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
The GStreamer team is pleased to announce the first release of the unstable
1.7 release series. The 1.7 release series is adding new features on top of
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
series of the GStreamer multimedia framework. The unstable 1.7 release series
will lead to the stable 1.8 release series in the next weeks. Any newly added
API can still change until that point.
This release has been in the works for more than a year and is packed with new
features, bug fixes and other improvements.
See
http://gstreamer.freedesktop.org/releases/1.6/
for the full list of changes.
Binaries for Android, iOS, Mac OS X and Windows will be provided separately
during the unstable 1.7 release series.
@ -39,13 +38,53 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release
* 753887 : queue2: " Process SEEKING query " ok, but should handle SEEK events too (regression with non-seekable sources)
* 755141 : inputselector: fix buffer leak
* 755257 : Minor documentation typo in gstpad & gstcaps APIs
* 755342 : element: state_change may fail because of release_request_pad (racy)
* 755343 : funnel: Fix racy state change
* 755511 : gstharness: don't crash when adding a sink-harness without h- > sinkpad
* 755607 : ptpclock: Fix error leak during failures
* 600648 : multiqueue: queues up too much data, excessive memory use with subtitle streams
* 755822 : test_ABI: failed ABI check
* 702921 : [pygi] python applications cannot interpret buffer metadata
* 733187 : integrating the tracer branch
* 744040 : bin: Deadlock when sending event
* 753851 : gstreamer: Fix memory leaks when context parse fails.
* 754112 : pad: don't fallback to caps queries with proxy pads
* 754166 : debug: Dump pad properties values
* 754356 : event: Make sure that timestamp + diff in QoS events is never smaller than 0
* 754418 : segment: Added gst_segment_position_from_stream_time()
* 754457 : segment: Rewording of struct field descriptions
* 754464 : Add support for g_autoptr() and friends
* 754496 : tracer: stats: log message structures
* 754678 : controller: the cubic interpolation we have implemented can overshoot min/max of the control-point values
* 755498 : timedvaluecontrolsource: Use g_sequence_lookup where possible
* 755651 : gst-uninstalled: Added env var for uninstalled PTP helper
* 755657 : Fix -Werror build for clang
* 755832 : interpolationcontrolsource: memory corruption due to wrong assignment
* 756208 : pad: memory leak when pushing events to an EOS pad
* 756507 : multiqueue: Use buffer DTS if present, else PTS
* 756564 : segment: Don't return -1 for out-of-segment values in running/stream-time conversion functions
* 756760 : Tracer framework reuses existing GST_TRACE environment variable
* 756864 : stats: memory leak when fgets() fails
* 756870 : Don't disable assertions for releases and provide a new GST_ENABLE_EXTRA_CHECKS #define
* 756954 : basesink: rename 'pad' arg in LOCK/COND macros
* 757045 : tracer: Emit 'element-new' hook when using parse_launch
* 757193 : multiqueue: Handle negative DTS
* 757197 : pad: Append hooks instead of prepending to call them in the order they were added
* 757353 : multiqueue: Fix high_time computation
* 757596 : filesink: left in half cleaned in case of fclose failure
* 757821 : New GstPadEventFunction which returns a GstFlowReturn
* 758012 : systemclock: Use mach_time on Apple platforms
* 758078 : plugin: Dependency hash does not work with 32 or more files
* 758080 : plugin: Allow using device nodes as plugin dependency
* 758083 : plugin: Add prefix support to dependencies
* 758207 : debugutils: Fix string memory leak
* 758340 : tests: funnel test is racy
* 758541 : gstinfo: Fix ISO non-standard predefined identifier warning for __FUNCTION__ when compiled with gcc 5 -Wpedantic
* 758870 : clock: GST_STIME_ARGS does not handle GST_CLOCK_STIME_NONE
* 759055 : baseparse: post tag list updates on percentage delta instead of fixed delta
* 759089 : Add a fallback that copies the commit hook in autogen.sh
* 759125 : GstBin: async-handling latency handling is decoupled from parent pipeline
* 759300 : element: unref message in _post_message when there is no implementation
* 759430 : queue: Illegal memory access of sink event
* 759503 : Stopping a stream very soon after starting asserts
* 759713 : -Bsymbolic configure check doesn't work on FreeBSD.
* 751182 : identity: allow dropping buffers with specified flags
==== Download ====
@ -82,10 +121,40 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Eunhae Choi
* Havard Graff
* Aleix Conchillo Flaqué
* Anton Bondarenko
* Athanasios Oikonomou
* Aurélien Zanelli
* Duncan Palmer
* Edward Hervey
* Florin Apostol
* Guillaume Desmottes
* Heinrich Fink
* Jan Alexander Steffens (heftig)
* Jan Schmidt
* Koop Mast
* Luis de Bethencourt
* Lukasz Forynski
* Marcin Kolny
* Mathieu Duponchelle
* Matthew Waters
* Miguel París Díaz
* Nicolas Dufresne
* Nirbheek Chauhan
* Philippe Normand
* Ravi Kiran K N
* Reynaldo H. Verdejo Pinochet
* Ross Burton
* Sebastian Dröge
* Stefan Sauer
* Stian Selnes
* Vikram Fugro
* Thiago Santos
* Thibault Saunier
* Tim-Philipp Müller
* Ting-Wei Lan
* Vincent Penquerc'h
* Vineeth TM
* Vivia Nikolaidou
* Wim Taymans
* Xavier Claessens
 

View file

@ -4,7 +4,7 @@ dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
dnl
AC_INIT([GStreamer],[1.7.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
AC_INIT([GStreamer],[1.7.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer])
AG_GST_INIT
dnl initialize automake (we require GNU make)
@ -62,7 +62,7 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 700, 0, 700)
AS_LIBTOOL(GST, 701, 0, 701)
dnl *** autotools stuff ****

View file

@ -3,10 +3,10 @@
<description>GStreamer core elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
<version>1.7.0.1</version>
<version>1.7.1</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer git</package>
<package>GStreamer source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>

View file

@ -38,6 +38,36 @@ hierarchy, and a set of media-agnostic core elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.7.1</revision>
<branch>master</branch>
<name></name>
<created>2015-12-24</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.7.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.6.2</revision>
<branch>1.6</branch>
<name></name>
<created>2015-12-14</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.6.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.6.1</revision>
<branch>1.6</branch>
<name></name>
<created>2015-10-30</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.6.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.6.0</revision>

View file

@ -40,6 +40,9 @@
/* Define if pipeline parsing code is disabled */
#undef GST_DISABLE_PARSE
/* Define if extra runtime checks should be enabled */
#undef GST_ENABLE_EXTRA_CHECKS
/* Extra platform specific plugin suffix */
#undef GST_EXTRA_MODULE_SUFFIX
@ -65,7 +68,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2015-09-25"
#define GST_PACKAGE_RELEASE_DATETIME "2015-12-24"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
@ -194,6 +197,9 @@
/* Define to 1 if you have the `getpid' function. */
#undef HAVE_GETPID
/* Define to 1 if you have the `getrusage' function. */
#undef HAVE_GETRUSAGE
/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT
@ -355,6 +361,9 @@
/* Define to 1 if you have the <sys/prctl.h> header file. */
#undef HAVE_SYS_PRCTL_H
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
@ -454,7 +463,7 @@
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer 1.6.0"
#define PACKAGE_STRING "GStreamer 1.7.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer"
@ -463,7 +472,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.6.0"
#define PACKAGE_VERSION "1.7.1"
/* directory where plugins are located */
#ifdef _DEBUG
@ -507,7 +516,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "1.6.0"
#define VERSION "1.7.1"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */

View file

@ -1437,6 +1437,9 @@ gst_plugin_dependency_flags_get_type (void)
{C_FLAGS (GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_SUFFIX),
"GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_SUFFIX",
"file-name-is-suffix"},
{C_FLAGS (GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_PREFIX),
"GST_PLUGIN_DEPENDENCY_FLAG_FILE_NAME_IS_PREFIX",
"file-name-is-prefix"},
{0, NULL, NULL}
};

View file

@ -54,13 +54,13 @@ G_BEGIN_DECLS
*
* The minor version of GStreamer at compile time:
*/
#define GST_VERSION_MINOR (6)
#define GST_VERSION_MINOR (7)
/**
* GST_VERSION_MICRO:
*
* The micro version of GStreamer at compile time:
*/
#define GST_VERSION_MICRO (0)
#define GST_VERSION_MICRO (1)
/**
* GST_VERSION_NANO:
*