mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
Release 1.5.2
This commit is contained in:
parent
700e5b0ae0
commit
ff3209e6f7
5 changed files with 2941 additions and 17 deletions
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
||||||
This is the 1.4.0 release of the GStreamer Editing Services
|
This is the 1.5.2 release of the GStreamer Editing Services
|
||||||
|
|
31
RELEASE
31
RELEASE
|
@ -1,22 +1,29 @@
|
||||||
|
|
||||||
Release notes for GStreamer Editing Services 1.4.0
|
Release notes for GStreamer Editing Services 1.5.2
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is proud to announce a new feature release
|
The GStreamer team is proud to announce a new development release
|
||||||
in the 1.0.x stable series of the GStreamer Editing Services.
|
in the 1.5.x development serie of the GStreamer Editing Services.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Add support to gst-validate, allowing us to easily write integration testsuites
|
|
||||||
* Add multifilesrc support
|
|
||||||
* Give a name/unique identifier to all GESTimelineElement in the timeline
|
|
||||||
* ges-launch: Cleanup and allow using encoding profiles from project files
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 738624 : gst-editing-services fails to build with current git gstreamer-validate via Cerbero
|
* 721602 : Pitivi renders videoless files when the projects begins with an image bigger then the project settings
|
||||||
|
* 727880 : Expose TitleSource children properties as any other child properties in a GESTrackElement
|
||||||
|
* 728634 : Expose outline-color in GES.TitleSource
|
||||||
|
* 728635 : Expose shaded-background in GES.TitleSource
|
||||||
|
* 729487 : The GESEffect.active property is deserialized from xges always as True
|
||||||
|
* 739527 : Loading a project the setting video track caps restriction leads to video source height to be wrong
|
||||||
|
* 740726 : track: [API]: ges_track_update_restriction_caps.
|
||||||
|
* 740727 : *source: new lines in xml break my parser.
|
||||||
|
* 743406 : Make sure the GESTextOverlayClip is registered on init
|
||||||
|
* 746354 : Malformed XGES syntax detection problems
|
||||||
|
* 709148 : [pitivi] Groups are not saved / serialized into formatters
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
|
@ -55,5 +62,13 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
|
* Edward Hervey
|
||||||
|
* Joris Valette
|
||||||
|
* Luis de Bethencourt
|
||||||
|
* Mathieu Duponchelle
|
||||||
|
* Nicolas Dufresne
|
||||||
|
* Sebastian Dröge
|
||||||
|
* Stefan Sauer
|
||||||
* Thibault Saunier
|
* Thibault Saunier
|
||||||
|
* Tim-Philipp Müller
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.62)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer Editing Services, 1.5.0.1,
|
AC_INIT(GStreamer Editing Services, 1.5.2,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gstreamer-editing-services)
|
gstreamer-editing-services)
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@ AC_SUBST(GST_API_VERSION)
|
||||||
AS_LIBTOOL(GST, 0, 0, 0)
|
AS_LIBTOOL(GST, 0, 0, 0)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.5.0.1
|
GST_REQ=1.5.1
|
||||||
GSTPB_REQ=1.5.0.1
|
GSTPB_REQ=1.5.1
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@ PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ,
|
||||||
AM_CONDITIONAL(WITH_PYTHON, [test "x$HAVE_PYGOBJECT" = "xyes"])
|
AM_CONDITIONAL(WITH_PYTHON, [test "x$HAVE_PYGOBJECT" = "xyes"])
|
||||||
|
|
||||||
dnl check for pygobject
|
dnl check for pygobject
|
||||||
PKG_CHECK_MODULES(GST_VALIDATE, gst-validate-1.0 >= 1.0.0.0,
|
PKG_CHECK_MODULES(GST_VALIDATE, gst-validate-1.0 >= 1.5.2,
|
||||||
[
|
[
|
||||||
HAVE_GST_VALIDATE=yes
|
HAVE_GST_VALIDATE=yes
|
||||||
AC_DEFINE(HAVE_GST_VALIDATE, 1, [Define if build with gst-validate support])
|
AC_DEFINE(HAVE_GST_VALIDATE, 1, [Define if build with gst-validate support])
|
||||||
|
|
|
@ -30,6 +30,15 @@ GStreamer library for creating audio and video editors
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.5.2</revision>
|
||||||
|
<branch>1.5</branch>
|
||||||
|
<created>2015-06-24</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.5.2.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.4.0</revision>
|
<revision>1.4.0</revision>
|
||||||
|
|
Loading…
Reference in a new issue