From b1d3b194cdf9ccb4554ecc44df951095c098d93c Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 24 Sep 2014 11:07:40 +0200 Subject: [PATCH] Release 1.3.90 --- ChangeLog | 667 +++++++++++++++++++++++++++++++++++++- NEWS | 2 +- RELEASE | 71 ++-- configure.ac | 6 +- gst-editing-services.doap | 9 + 5 files changed, 707 insertions(+), 48 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb2d553af9..599ccb8612 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,670 @@ -=== release 1.2.0 === +=== release 1.3.90 === -2014-03-16 Thibault Saunier +2014-09-24 Thibault Saunier * configure.ac: - releasing 1.2.0 + releasing 1.3.90 + +2014-09-13 16:16:15 +0100 Tim-Philipp Müller + + * configure.ac: + configure: bump (soft) gst-validate requirement + Won't build against all older git versions with + 0.0.1.0 as version number. + +2014-07-20 11:47:18 +0200 Lubosz Sarnecki + + * tools/ges-launch.c: + ges-launch: option to select encoding profile from xml + https://bugzilla.gnome.org/show_bug.cgi?id=735121 + +2014-07-20 11:47:56 +0200 Lubosz Sarnecki + + * tools/ges-launch.c: + ges-launch: clean up help page + https://bugzilla.gnome.org/show_bug.cgi?id=735121 + +2014-09-05 23:14:10 +0200 Thibault Saunier + + * tools/ges-validate.c: + validate: gst_validate_print_action_types now takes a const gchar ** + +2014-09-05 23:08:41 +0200 Thibault Saunier + + * tools/ges-validate.c: + validate: Add the "ges" as implementer namespace for our action types + +2014-09-05 22:09:44 +0300 Sebastian Dröge + + * tools/ges-launch.c: + ges-launch: Fix typo in --help output + +2014-09-05 22:08:49 +0300 Sebastian Dröge + + * tools/ges-launch.c: + * tools/ges-validate.h: + ges-launch: Fix compiler warnings + ges_validate_print_action_types() takes a const gchar **. + +2014-08-22 21:02:58 +0200 Thibault Saunier + + * tools/ges-validate.c: + ges-validate: Rename edit-clip to edit-container + So it represent better what the action does at the GES level + +2014-08-22 21:01:07 +0200 Thibault Saunier + + * tools/ges-launch.c: + * tools/ges-validate.c: + * tools/ges-validate.h: + ges-validate: Port to the new GstValidate action registration API + +2014-07-24 19:03:50 +0200 Thibault Saunier + + * tools/ges-validate.c: + tools:validate: Concider seek in PAUSED position being not exact as WARNING + In some corner cases in GNL it is totally correct that a position in a + seek in paused is not perfectly exact + +2014-08-08 10:41:48 +0200 Thibault Saunier + + * tools/ges-validate.c: + ges-validate: Let GstValidate handle assert logs + +2014-07-27 15:42:42 +0200 Thibault Saunier + + * tools/ges-launch.c: + * tools/ges-validate.c: + * tools/ges-validate.h: + ges:validate: Port to the new handles-states API + +2014-08-01 10:44:57 +0200 Edward Hervey + + * Makefile.am: + * common: + Makefile: Add usage of build-checks step + Allows building checks without running them + +2014-07-24 13:23:36 +0300 Lazar Claudiu + + * ges/ges-text-overlay.c: + text-overlay: added text properties as child-properties + +2014-06-16 11:38:29 +0200 Thibault Saunier + + * ges/ges-internal.h: + * ges/ges-smart-video-mixer.c: + * ges/ges-utils.c: + * ges/ges-video-transition.c: + ges: Use registry to select the compositor element + +2014-07-18 18:27:20 +0200 Mathieu Duponchelle + + * ges/ges-xml-formatter.c: + xml-formatter: Set errno to 0 before g_ascii_strtoll. + +2014-06-12 09:51:02 +0100 Vincent Penquerc'h + + * ges/ges-smart-video-mixer.c: + smart-video-mixer: fix memory leak on error path + Coverity 1212166 + +2014-03-20 17:04:31 +0100 Thibault Saunier + + * ges/ges-track-element.c: + trackelement: Sort paramspec by name in list_children_properties + https://bugzilla.gnome.org/show_bug.cgi?id=720023 + +2014-06-06 12:08:47 +0200 Thibault Saunier + + * tools/ges-launch.c: + tools: Fix transition handling in ges-launch + https://bugzilla.gnome.org/show_bug.cgi?id=730806 + +2014-06-05 04:20:15 +0200 Thibault Saunier + + * ges/ges-clip.c: + * tests/check/ges/clip.c: + * tests/check/ges/test-utils.h: + clip: Fix the ges_clip_set_position function + And enhance the new test + https://bugzilla.gnome.org/show_bug.cgi?id=731248 + +2014-06-05 04:05:06 +0200 Thibault Saunier + + * docs/libs/ges-sections.txt: + * ges/ges-clip.c: + * ges/ges-clip.h: + clip: Rename top_effect_index to top_effect_index + Keeping the old method to not break the API but removing it from the + documentation as users should use the new method (which is the exact + same with a better naming) + https://bugzilla.gnome.org/show_bug.cgi?id=731248 + +2014-06-05 03:48:12 +0200 Thibault Saunier + + * ges/ges-clip.c: + * ges/ges-timeline.c: + * tests/check/ges/clip.c: + tests: Check ges_clip_set_position behaviour + + Minor fix to handle properly the feature when clip is not in any layer + https://bugzilla.gnome.org/show_bug.cgi?id=731248 + +2014-06-04 23:16:42 +0200 Alexandru Băluț + + * tests/check/ges/clip.c: + clip: Add test for effects priorities + https://bugzilla.gnome.org/show_bug.cgi?id=731248 + +2014-06-05 02:16:01 +0200 Thibault Saunier + + * ges/ges-pipeline.c: + * tools/ges-launch.c: + pipeline: Add support to rendering without container + + Simplify the support in ges-launch as we should not require the + profile desc to start with : in that case + https://bugzilla.gnome.org/show_bug.cgi?id=731245 + +2014-05-24 19:16:12 +0200 Christoph Reiter + + * ges/ges-enums.c: + Fix invalid GEnumValue.value_name entries. + This makes the enum entries in the gir have valid c:identifiers and documentation. + https://bugzilla.gnome.org/show_bug.cgi?id=730691 + +2014-06-03 17:53:23 +0200 Mathieu Duponchelle + + * ges/ges-track.c: + ges-track: fill the gaps left empty by deactivated track elements. + +2014-05-21 10:54:19 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From 211fa5f to 1f5d3c3 + +2014-05-19 12:21:52 +0200 Thibault Saunier + + * docs/libs/ges-sections.txt: + * ges/ges-clip.c: + * ges/ges-clip.h: + * tests/check/ges/clip.c: + ges:clip: Add a method to look for a list of TrackElement-s + + Add unit tests to check it works properly. + API: + + ges_clip_find_track_elements + +2014-05-18 18:34:26 +0200 Thibault Saunier + + * tools/ges-launch.c: + * tools/ges-validate.c: + * tools/ges-validate.h: + tools: Handle request state changes from GstValidate + +2014-05-15 20:44:35 +0200 Thibault Saunier + + * ges/ges-timeline-element.c: + * tests/check/ges/basic.c: + ges: Do not forget to update the count when updating already used name + That could still lead to naming conflicts + +2014-05-15 19:37:05 +0200 Thibault Saunier + + * ges/ges-video-source.c: + ges: Add a queue after the decoder in video test src + +2014-05-14 22:06:55 +0200 Thibault Saunier + + * ges/ges-timeline-element.c: + * ges/ges-timeline.c: + * tests/check/ges/basic.c: + ges: Avoid GESTimelineElement naming conflicts + When users (can be formatters) set timeline element names in the + default 'namespace' we need to update our counter to avoid setting + twice the same name on TimelineElements so afterward there is no + problem adding them in the GESTimeline + + add a testcase to check that new code and fix leaks on the + existing testcases. + + Sensibly enhance debugs + +2014-05-13 14:30:39 +0200 Edward Hervey + + * ges/ges-xml-formatter.c: + xml-formatter: Don't leak children_props + By going through the cleanup code-path + CID #1212146 + +2014-05-10 22:52:18 +0200 Thibault Saunier + + * ges/ges-base-xml-formatter.c: + * tools/ges-launch.c: + ges: Do not use freed pointers + COVERTY CID 1212182 + COVERTY CID 1212184 + COVERTY CID 1212185 + +2014-05-10 22:48:12 +0200 Thibault Saunier + + * ges/ges-smart-adder.c: + ges: Plug a leak in ges-smart-adder + COVERTY CID 1212166 + +2014-05-10 22:45:34 +0200 Thibault Saunier + + * ges/ges-xml-formatter.c: + ges-xml-formatter: fix memory leak + COVERTY CID 1212148 + +2014-05-10 22:41:23 +0200 Thibault Saunier + + * ges/ges-xml-formatter.c: + ges-xml-formatter: fix memory leak in error path + COVERITY CID 1212147 + +2014-05-10 22:38:21 +0200 Thibault Saunier + + * ges/ges-asset.c: + ges: Assert if an asset is not in the global hashtable + COVERITY CID 1151679 + +2014-05-10 22:33:15 +0200 Thibault Saunier + + * ges/ges-timeline.c: + ges: Remove useless pointer assignement + COVERITY CID: 1139442 + +2014-05-10 22:30:00 +0200 Thibault Saunier + + * ges/ges-meta-container.c: + ges: Remove useless pointer assignement + COVERITY CID: 1139941 + +2014-05-10 22:28:01 +0200 Thibault Saunier + + * ges/ges-meta-container.c: + ges: Add license header in ges-meta-container + +2014-05-10 22:09:31 +0200 Thibault Saunier + + * ges/ges-timeline.c: + ges: remove comparison of unsigned inferior to 0 + COVERITY CID 1139769 + +2014-05-09 13:00:32 +0100 Tim-Philipp Müller + + * ges/ges-xml-formatter.c: + ges-xml-formatter: fix memory leak in error path + CID 1212146 + +2014-05-08 17:21:33 +0200 Thibault Saunier + + * tools/ges-launch.c: + tool: Add the option to set audiosink + And use gst_parse_bin_from_description to create the sinks letting more + control to users. + +2014-05-08 17:11:54 +0200 Mathieu Duponchelle + + * tools/ges-validate.c: + scenarios: update the prototype of ges_validate_activate + if validate is not present. + +2014-05-08 14:12:11 +0200 Mathieu Duponchelle + + * tools/ges-launch.c: + ges-launch: add an option to use a custom video sink + +2014-05-08 01:38:26 +0200 Mathieu Duponchelle + + * tools/ges-validate.c: + validate: make sure we release our ref when we get_timeline. + Conflicts: + tools/ges-validate.c + +2014-05-08 01:15:42 +0200 Mathieu Duponchelle + + * tools/ges-validate.c: + scenarios: Check priority before creating a layer. + +2014-05-06 15:32:18 +0200 Mathieu Duponchelle + + * tools/ges-launch.c: + * tools/ges-validate.c: + * tools/ges-validate.h: + ges-launch: Make it so actions are executed directly when needed. + +2014-05-02 17:11:24 +0200 Mathieu Duponchelle + + * tools/ges-validate.c: + validate: implement remove / add clip actions + And a helper to get a layer by priority + +2014-05-02 16:48:46 +0200 Mathieu Duponchelle + + * ges/ges-timeline-element.c: + timeline-element: return TRUE in _set_name when both names match. + +2014-05-02 14:17:07 +0200 Mathieu Duponchelle + + * tools/ges-launch.c: + ges-launch: Only create a layer if needed. + That way scenarios can start with an empty timeline + +2014-05-02 13:37:04 +0200 Mathieu Duponchelle + + * tools/ges-validate.c: + validate: Add add-layer and remove-layer + +2014-05-08 01:13:02 +0200 Mathieu Duponchelle + + * tools/ges-validate.c: + scenarios: add a remove-asset action + +2014-05-01 17:02:05 +0200 Mathieu Duponchelle + + * tools/ges-validate.c: + ges-validate: add an add-asset action + Conflicts: + tools/ges-validate.c + +2014-05-01 17:00:25 +0200 Mathieu Duponchelle + + * tools/ges-launch.c: + ges-launch: When a scenario is set, don't request triplets + +2014-05-01 16:59:15 +0200 Mathieu Duponchelle + + * ges/ges-timeline.h: + ges-timeline: Fix ges_timeline_get_project macro. + This macro was a little confused about its own meaning. + +2014-05-05 11:58:45 +0100 Tim-Philipp Müller + + * tools/ges-launch.c: + ges-launch: remove dead code + duration can't be smaller than 0 because it's unsigned, + and it can't be 0 because 0 is transformed to CLOCK_TIME_NONE + earlier. + Coverity CID 1211822. + +2014-05-03 10:18:12 +0200 Sebastian Dröge + + * common: + Automatic update of common submodule + From bcb1518 to 211fa5f + +2014-05-01 10:13:39 +0200 Thibault Saunier + + * tools/ges-launch.c: + tools: Add a way to look for moved media sample recursively + In ges-launch let the user set a folder where the media sample that + move can be found recursing into that specified folder. + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-04-30 20:58:42 +0200 Thibault Saunier + + * ges/ges-track.c: + * tools/ges-launch.c: + tools: Add an option to disable mixing + + Add a a GObject property so that the info is seralized + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-04-30 16:26:03 +0200 Thibault Saunier + + * ges/ges-project.c: + project: Enhance debugging when updating URI with an invalid one + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-05-02 16:49:10 +0200 Thibault Saunier + + * tools/ges-validate.c: + tools: Always activate gst-validate to have position printing + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-04-29 21:29:54 +0200 Thibault Saunier + + * tools/ges-launch.c: + tools: Handle times as doubles + concider duration=0 as TIME_NONE + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-04-26 09:51:37 +0200 Thibault Saunier + + * tools/ges-launch.c: + tools: Disable --set-scenario if not compiled against gst-validate + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-04-26 08:55:31 +0200 Thibault Saunier + + * ges/ges-clip.c: + ges: Rename remaning tlobj to clip + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-05-02 16:43:42 +0200 Thibault Saunier + + * tools/ges-validate.c: + ges-validate: Add an action to serialize the project + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + Conflicts: + tools/ges-validate.c + +2014-04-25 18:23:06 +0200 Thibault Saunier + + * tools/ges-validate.c: + tools:validate: Always seek after editing a clip + Otherwize the displayed frame will not be updated when paused. + + Add a get_timeline internal helper method in ges-validate.c + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-03-14 12:10:53 +0100 Thibault Saunier + + * tools/ges-validate.c: + ges-validate: Add a GstValidate action to set children properties + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-02-18 18:52:38 +0100 Thibault Saunier + + * configure.ac: + * tests/Makefile.am: + * tests/scenarios/Makefile.am: + * tests/scenarios/ges-edit-clip-while-paused.scenario: + scenario: Add a scenario that edits a clip while the pipeline is paused + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-02-18 17:25:05 +0100 Thibault Saunier + + * tools/ges-validate.c: + tools:validate: Add an action to allow editing clips + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-02-18 15:14:40 +0100 Thibault Saunier + + * docs/libs/ges-sections.txt: + * ges/ges-internal.h: + * ges/ges-timeline-element.c: + * ges/ges-timeline-element.h: + * ges/ges-timeline.c: + * ges/ges-timeline.h: + * ges/ges-xml-formatter.c: + * tests/check/ges/basic.c: + * tests/check/ges/clip.c: + * tests/check/ges/group.c: + * tests/check/ges/layer.c: + * tests/check/ges/timelineedition.c: + * tests/check/ges/uriclip.c: + Add a notion of 'name' in GESTimelineElement + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-04-23 11:28:20 +0200 Thibault Saunier + + * tools/ges-launch.c: + * tools/ges-validate.c: + tools: Position printing is now done at the gst-validate level + https://bugzilla.gnome.org/show_bug.cgi?id=729382 + +2014-04-17 13:04:26 +0200 Thibault Saunier + + * 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 + + * 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 + + * 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 + + * ges/ges-base-xml-formatter.c: + base-xml-formatter: Don't attempt to use NULL entry + Instead return straight away + CID #1139739 + +2014-04-07 21:02:48 +0200 Christoph Reiter + + * docs/libs/ges-docs.sgml: + * docs/libs/ges-sections.txt: + * ges/ges-asset.c: + * ges/ges-audio-source.c: + * ges/ges-audio-test-source.c: + * ges/ges-audio-track.c: + * ges/ges-audio-transition.c: + * ges/ges-audio-uri-source.c: + * ges/ges-base-effect-clip.c: + * ges/ges-base-effect.c: + * ges/ges-base-transition-clip.c: + * ges/ges-clip-asset.c: + * ges/ges-clip.c: + * ges/ges-container.c: + * ges/ges-effect-asset.c: + * ges/ges-effect-clip.c: + * ges/ges-effect.c: + * ges/ges-extractable.c: + * ges/ges-formatter.c: + * ges/ges-group.c: + * ges/ges-image-source.c: + * ges/ges-layer.c: + * ges/ges-meta-container.c: + * ges/ges-multi-file-source.c: + * ges/ges-operation-clip.c: + * ges/ges-operation.c: + * ges/ges-overlay-clip.c: + * ges/ges-pipeline.c: + * ges/ges-pitivi-formatter.c: + * ges/ges-project.c: + * ges/ges-source-clip.c: + * ges/ges-source.c: + * ges/ges-test-clip.c: + * ges/ges-text-overlay-clip.c: + * ges/ges-text-overlay.c: + * ges/ges-timeline-element.c: + * ges/ges-timeline.c: + * ges/ges-title-clip.c: + * ges/ges-title-source.c: + * ges/ges-track-element-asset.c: + * ges/ges-track-element.c: + * ges/ges-track.c: + * ges/ges-transition-clip.c: + * ges/ges-transition.c: + * ges/ges-uri-asset.c: + * ges/ges-uri-clip.c: + * ges/ges-video-source.c: + * ges/ges-video-test-source.c: + * ges/ges-video-track.c: + * ges/ges-video-transition.c: + * ges/ges-video-uri-source.c: + Include class related section documentation in the gir file. + g-ir-scanner includes section docs as class/interface docs if the section name is equal to the lowercase type name. + Since all the documentation is in section blocks, rename them to match the type names. + https://bugzilla.gnome.org/show_bug.cgi?id=727776 + +2014-04-06 16:39:33 +0200 Thibault Saunier + + * ges/Makefile.am: + build: Add reference to GstVideo in gir file + +2014-03-26 23:48:45 +0100 Lubosz Sarnecki + + * ges/ges-types.h: + multifilesrc: remove unused class declaration + +2014-03-26 23:47:03 +0100 Lubosz Sarnecki + + * ges/Makefile.am: + build: install ges-version.h + +2014-03-26 11:45:07 +0100 Thibault Saunier + + * 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 + + * 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 + + * tools/ges-launch.c: + ges-launch: Format the position printing as in gst-validate and friends + +2013-09-13 18:15:21 -0300 Thibault Saunier + + * configure.ac: + * tools/Makefile.am: + * tools/ges-launch.c: + * tools/ges-validate.c: + * tools/ges-validate.h: + ges-launch: Play nicely with gst-validate if avalaible + +2013-09-20 01:31:10 +0200 Thibault Saunier + + * tools/ges-launch.c: + ges-launch: Add a way to mute test video and audio output + +2013-10-12 10:07:28 -0300 Thibault Saunier + + * 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. + +2013-11-12 12:13:31 +0100 Lubosz Sarnecki + + ges: multifilesrc support + * GESMultiFileSource class + * multifilesrc example + * Support multifile:// urls in uri asset + * start/stop index modification + * Doc + https://bugzilla.gnome.org/show_bug.cgi?id=719373 + +2014-03-16 12:48:22 +0100 Thibault Saunier + + * configure.ac: + Back to development + +=== release 1.2.0 === + +2014-03-16 12:46:26 +0100 Thibault Saunier + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * ges/ges.c: + * gst-editing-services.doap: + Release 1.2.0 2014-03-15 10:34:17 +0100 Thibault Saunier diff --git a/NEWS b/NEWS index 346078260d..25eac75587 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is the 1.2.0 Release of the GStreamer Editing Services +This is the 1.3.90 release candidate before the 1.4.0 release of the GStreamer Editing Services diff --git a/RELEASE b/RELEASE index 98ad4a64d6..2873357b57 100644 --- a/RELEASE +++ b/RELEASE @@ -1,9 +1,23 @@ -Release notes for GStreamer Editing Services 1.2.0 +Release notes for GStreamer Editing Services 1.3.90 - 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 pleased to announce the first release candidate of +the stable 1.4 release series. The 1.4 release series is adding new features +on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x +release series of the GStreamer Editing Services. + + +This release candidate will hopefully shortly be followed by the stable 1.4.0 +release if no bigger regressions or bigger issues are detected, and enough +testing of the release candidate happened. The new API that was added during +the 1.3 release series is not expected to change anymore at this point. + + +The stable 1.4 release series is API and ABI compatible with 1.0.x, 1.2.x and +any other 1.x release series in the future. Compared to 1.2.x it contains some +new features and more intrusive changes that were considered too risky as a +bugfix. @@ -13,39 +27,15 @@ 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 + * 719373 : Add multifilesrc support to GES + * 720023 : [pitivi] GStreamer effect properties are received in random order + * 727776 : docs: include class related section documentation in the gir file + * 729382 : Add a name property to GESTimelineElement + * 730691 : Fix invalid GEnumValue.value_name entries + * 730806 : Incorrect handling of transitions in ges-launch + * 731245 : pipeline: Add support to rendering without container + * 731248 : Enhance and rename ges_clip_set_priority and add tests to it + * 735121 : ges-launch: Clean up help page and add profile option ==== Download ==== @@ -85,14 +75,13 @@ Applications Contributors to this release * Alexandru Băluț - * Andreas Schwab - * Dan Williams + * Christoph Reiter * Edward Hervey - * Kishore Arepalli + * Lazar Claudiu * Lubosz Sarnecki * Mathieu Duponchelle * Sebastian Dröge - * Stefan Sauer * Thibault Saunier * Tim-Philipp Müller -  + * Vincent Penquerc'h +  \ No newline at end of file diff --git a/configure.ac b/configure.ac index 959ed65133..1c43e2a24a 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.3.0.1, +AC_INIT(GStreamer Editing Services, 1.3.90, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer-editing-services) @@ -54,8 +54,8 @@ AC_SUBST(GST_API_VERSION) AS_LIBTOOL(GST, 0, 0, 0) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.3.0 -GSTPB_REQ=1.3.0 +GST_REQ=1.4.0 +GSTPB_REQ=1.4.0 dnl *** autotools stuff **** diff --git a/gst-editing-services.doap b/gst-editing-services.doap index 8adea7e0fc..14d37b5db4 100644 --- a/gst-editing-services.doap +++ b/gst-editing-services.doap @@ -30,6 +30,15 @@ GStreamer library for creating audio and video editors + + + 1.3.90 + 1.0 + 2014-09-23 + + + + 1.2.0