diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-04-23 15:16:37 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-25 10:18:49 +0200 |
commit | 6bebb21783af1cfdf401741f97897ce7a53a6d0d (patch) | |
tree | ed0fe27fa3b99fafe6df05fdb45ed33d186e46bb | |
parent | ae13e9a1b6d1d8baa51588312e32d4563034e513 (diff) |
-rw-r--r-- | ChangeLog | 77 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | RELEASE | 53 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-editing-services.doap | 11 |
5 files changed, 93 insertions, 52 deletions
@@ -1,9 +1,82 @@ +=== release 1.2.1 === + +2014-04-23 Thibault Saunier <tsaunier@gnome.org> + + * configure.ac: + releasing 1.2.1 + +2014-04-17 13:04:26 +0200 Thibault Saunier <tsaunier@gnome.org> + + * ges/ges-uri-asset.c: + uri-asset: Check return value of gst_tag_list_copy_value + CID 1139597 + +2014-04-10 18:03:55 +0200 Edward Hervey <bilboed@bilboed.com> + + * ges/gstframepositionner.c: + framepositioner: Set the proper default value + Most likely a copy/paste error. + CID #1139646 + +2014-04-10 18:01:03 +0200 Edward Hervey <bilboed@bilboed.com> + + * ges/ges-xml-formatter.c: + xml-formatter: Use proper value for string extraction + The pass would be filled with some bogus (pointer) numerical value + CID #1139652 + +2014-04-10 17:52:20 +0200 Edward Hervey <bilboed@bilboed.com> + + * ges/ges-base-xml-formatter.c: + base-xml-formatter: Don't attempt to use NULL entry + Instead return straight away + CID #1139739 + +2014-04-06 16:39:33 +0200 Thibault Saunier <tsaunier@gnome.org> + + * ges/Makefile.am: + build: Add reference to GstVideo in gir file + +2014-03-26 23:47:03 +0100 Lubosz Sarnecki <lubosz@gmail.com> + + * ges/Makefile.am: + build: install ges-version.h + +2014-03-26 11:45:07 +0100 Thibault Saunier <tsaunier@gnome.org> + + * tools/ges-launch.c: + ges-launch: Not being able to load an asset is an error + +2014-03-21 10:22:52 +0100 Thibault Saunier <tsaunier@gnome.org> + + * ges/ges-pipeline.c: + pipeline: Do not set EncodingProfile.presence when we have no track for the type + That leads to freeze as encodebin will be waiting for a pad and EOS + forever + +2014-01-09 16:31:01 +0100 Thibault Saunier <thibault.saunier@collabora.com> + + * tools/ges-launch.c: + ges-launch: Format the position printing as in gst-validate and friends + +2013-10-12 10:07:28 -0300 Thibault Saunier <thibault.saunier@collabora.com> + + * tools/ges-launch.c: + ges-launch: Properly handle project loading + So we start the pipeline only when the project is done loading, and we save it when it is + loaded, taking into account possible media URI updates. + === release 1.2.0 === -2014-03-16 Thibault Saunier <tsaunier@gnome.org> +2014-03-16 12:46:26 +0100 Thibault Saunier <tsaunier@gnome.org> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.2.0 + * ges/ges.c: + * gst-editing-services.doap: + Release 1.2.0 2014-03-15 10:34:17 +0100 Thibault Saunier <thibault.saunier@collabora.com> @@ -1 +1 @@ -This is the 1.2.0 Release of the GStreamer Editing Services +This is the 1.2.1 Release of the GStreamer Editing Services @@ -1,9 +1,9 @@ -Release notes for GStreamer Editing Services 1.2.0 +Release notes for GStreamer Editing Services 1.2.1 - The GStreamer team is proud to announce the first feature release - in the 1.x stable series of the GStreamer Editing Services. +The GStreamer team is proud to announce a new bug-fix release +in the 1.x stable series of the GStreamer Editing Services. @@ -11,41 +11,8 @@ Release notes for GStreamer Editing Services 1.2.0 Features of this release -Bugs fixed in this release - - * 673040 : [pitivi] xptv formatter does not load project settings and metadata - * 651806 : Implement Video compositing and Audio Mixing - * 432662 : [pitivi] Cache/save discoverer information in formatters - * 644943 : Integration of a pitivi formatter in GES - * 645385 : Transitions act randomly depending on the video codec in use. - * 646293 : GESTimelineLayer and GESSimpleTimelineLayer don't take gaps into account. - * 669827 : [pitivi] [ges] Inserting at the end of the timeline sometimes deadlocks - * 669959 : Switching from an automatic crossfade transition to another type does not work - * 672751 : Error messages after removing object from track [pitivi] - * 673038 : [pitivi] Broken/nonsensical playback with pitivi projects - * 673714 : Saving/loading projects with empty timeline doesn't work [pitivi] - * 677048 : ges-launch hangs up - * 679941 : No permissions / sanity checks when trying to use formatter save functions - * 681774 : [pitivi] Support setting the background color and alpha channel for colors in TitleSource - * 692864 : Fails to build with Automake 1.13 due to deprecated macro AM_CONFIG_HEADER - * 695267 : Bad GST_DEBUG_OBJECT invocations - * 696226 : XML generated by the formatters (such as xges) is not indented - * 701115 : Fails to build on Windows because of unconditionally including unistd.h - * 702424 : build: Fixes out of source directory build. - * 702426 : deadlock : timelinepipeline lock dyn vs timeline lock dyn - * 702605 : project: move enable update before the formatter is removed. - * 703152 : Crash on split when run from PiTiVi - * 706855 : Remove custom clips and related code - * 707914 : gst_buffer_unref() not required for gst_sample_get_buffer() - * 709777 : [GES] Can't play videos with PCM (raw) audio - * 710168 : ges-video-source: Negotiation problem for interlaced videos - * 710172 : ges-formatter.h: 'class' usage as function argument name breaks build with c++ compilers - * 710390 : gst-editing-services: several memory leaks - * 721111 : Segfault while re-importing a clip that was removed - * 724337 : segfault when loading an xges - * 726365 : ges-smart-adder.c:47:57: error: expected ')' before ';' token - * 678558 : Implement GESMaterials - * 663869 : GesTimelinePipeline could provide API ala playbin2 to set and get the audio and video preview sinks +There were no bugs fixed in this release + ==== Download ==== @@ -84,15 +51,7 @@ Applications Contributors to this release - * Alexandru Băluț - * Andreas Schwab - * Dan Williams * Edward Hervey - * Kishore Arepalli * Lubosz Sarnecki - * Mathieu Duponchelle - * Sebastian Dröge - * Stefan Sauer * Thibault Saunier - * Tim-Philipp Müller - +
\ No newline at end of file diff --git a/configure.ac b/configure.ac index 278bdeaa..b02feefb 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.62) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer Editing Services, 1.2.0, +AC_INIT(GStreamer Editing Services, 1.2.1, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer-editing-services) diff --git a/gst-editing-services.doap b/gst-editing-services.doap index 8adea7e0..14022f85 100644 --- a/gst-editing-services.doap +++ b/gst-editing-services.doap @@ -32,10 +32,19 @@ GStreamer library for creating audio and video editors <release> <Version> + <revision>1.2.1</revision> + <branch>1.2</branch> + <created>2014-04-23</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-1.2.1.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.2.0</revision> <branch>1.0</branch> <created>2011-01-20</created> - <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.2.0.tar.xz" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer-editing-services/gstreamer-editing-services-1.2.0.tar.xz" /> </Version> </release> |