gstreamer/tests/check/ges
Sjors Gielen 84f7f04a64 Handle changing playback rate
Before this patch, NLE and GES did not support NleOperations (respectively
GESEffects) that changed the speed/tempo/rate at which the source plays. For
example, the 'pitch' element can make audio play faster or slower. In GES 1.5.90
and before, an NleOperation containing the pitch element to change the rate (or
tempo) would cause a pipeline state change to PAUSED after that stack; that has
been fixed in 1.5.91 (see #755012 [0]). But even then, in 1.5.91 and later,
NleComposition would send segment events to its NleSources assuming that one
source second is equal to one pipeline second. The resulting early EOS event
(in the case of a source rate higher than 1.0) would cause it to switch stacks
too early, causing confusion in the timeline and spectacularly messed up
output.

This patch fixes that by searching for rate-changing elements in
GESTrackElements such as GESEffects. If such rate-changing elements are found,
their final effect on the playing rate is stored in the corresponding NleObject
as the 'media duration factor', named like this because the 'media duration',
or source duration, of an NleObject can be computed by multiplying the duration
with the media duration factor of that object and its parents (this is called
the 'recursive media duration factor'). For example, a 4-second NleSource with
an NleOperation with a media duration factor of 2.0 will have an 8-second media
duration, which means that for playing 4 seconds in the pipeline, the seek
event sent to it must span 8 seconds of media. (So, the 'duration' of an
NleObject or GES object always refers to its duration in the timeline, not the
media duration.)

To summarize:

* Rate-changing elements are registered in the GESEffectClass (pitch::tempo and
  pitch::rate are registered by default);
* GESTimelineElement is responsible for detecting rate-changing elements and
  computing the media_duration_factor;
* GESTrackElement is responsible for storing the media_duration_factor in
  NleObject;
* NleComposition is responsible for the recursive_media_duration_factor;
* The latter property finally fixes media time computations in NleObject.

NLE and GES tests are included.

[0] https://bugzilla.gnome.org/show_bug.cgi?id=755012

Differential Revision: https://phabricator.freedesktop.org/D276
2016-02-26 19:54:40 +01:00
..
.gitignore track: [API]: ges_track_update_restriction_caps. 2014-12-05 22:12:11 +01:00
asset.c effect: Determine the effect type as soon as possible 2016-02-04 15:23:26 +01:00
audio_only.ogg tests: First filesource test port to assets 2012-12-19 18:59:50 -03:00
audio_video.ogg tests: First filesource test port to assets 2012-12-19 18:59:50 -03:00
backgroundsource.c Cleanup import of GNL and rename gnl to nle for Non Linear Engine 2014-10-31 11:58:12 +01:00
basic.c tests: don't leak clips list in basic unit test 2014-10-26 20:24:31 +00:00
clip.c tests: Do not use gst-structured-interface in the tests 2015-07-23 12:28:14 +02:00
effects.c Fix and test priority of TrackElement after splitting 2016-02-09 12:38:29 +01:00
group.c timeline: Never change output media time when trimming start 2015-07-03 09:31:07 +02:00
image.png tests::uriclip: Use a real file to test still images 2013-03-21 22:00:21 -03:00
layer.c timeline: Disable movement that lead to 2 transition at a position 2015-07-03 14:06:54 +02:00
mixers.c Revert "ges: Always create a project to back a timeline" 2013-11-28 15:12:15 -03:00
overlays.c Cleanup import of GNL and rename gnl to nle for Non Linear Engine 2014-10-31 11:58:12 +01:00
project.c effect: Determine the effect type as soon as possible 2016-02-04 15:23:26 +01:00
tempochange.c Handle changing playback rate 2016-02-26 19:54:40 +01:00
test-auto-transition.xges tests: add project auto-transition test 2013-05-09 19:04:13 -04:00
test-project.xges ges: Enhance xges format versioning 2015-05-18 21:27:48 +02:00
test-properties.xges tests: project: Add children properties check 2014-11-10 16:22:39 +01:00
test-utils.c ges: Enhance xges format versioning 2015-05-18 21:27:48 +02:00
test-utils.h xml-formatter: Serialize groups 2014-11-10 16:22:43 +01:00
text_properties.c Revert "ges: Always create a project to back a timeline" 2013-11-28 15:12:15 -03:00
timelineedition.c timeline: Never change output media time when trimming start 2015-07-03 09:31:07 +02:00
titles.c Cleanup import of GNL and rename gnl to nle for Non Linear Engine 2014-10-31 11:58:12 +01:00
track.c check/ges/track: add forgotten test file. 2014-12-05 22:19:32 +01:00
transition.c Cleanup import of GNL and rename gnl to nle for Non Linear Engine 2014-10-31 11:58:12 +01:00
uriclip.c asset: Port use of deprecated GSimpleAsyncResult to GTask 2015-07-06 10:32:32 +02:00
wrong_test.xptv tests: Implement tests for ges_formatter_can_load_uri 2012-09-25 15:10:35 +02:00