Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration #45

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Integration #45

wants to merge 11 commits into from

Commits on Aug 7, 2013

  1. integration: make test_basic be two concatenated clips.

    Mathieu Duponchelle committed Aug 7, 2013
    Configuration menu
    Copy the full SHA
    dd8cb5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ae74b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2013

  1. integration: NULL terminate options.

    Mathieu Duponchelle committed Aug 11, 2013
    Configuration menu
    Copy the full SHA
    417fb5e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2013

  1. pipeline: add a get_mode method.

    Mathieu Duponchelle committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    14f6d84 View commit details
    Browse the repository at this point in the history
  2. ges-audio-track: Change contructor prototype.

    We return an AudioTrack.
    Mathieu Duponchelle committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    2fa97cb View commit details
    Browse the repository at this point in the history
  3. timeline: when there are no objects anymore, set duration to 0.

    Mathieu Duponchelle committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    081ec9e View commit details
    Browse the repository at this point in the history
  4. container: resort children after prepending an element.

    Mathieu Duponchelle committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    3ff3c8d View commit details
    Browse the repository at this point in the history
  5. trackelement: update control bindings correctly.

    When duration or inpoint change, we need to remove edge control points,
    and set new control points with interpolated values.
    Also when duration == 0, we need to remove all control points, as otherwise
    the controller will raise !is_end assertions.
    It's the duty of the application to set keyframes back when duration gets
    != 0 again.
    Mathieu Duponchelle committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    e387aa0 View commit details
    Browse the repository at this point in the history
  6. trackelement: split bindings correctly.

    Mathieu Duponchelle committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    07f727d View commit details
    Browse the repository at this point in the history
  7. assets: add all effects assets at initialization.

    Mathieu Duponchelle committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    e85e641 View commit details
    Browse the repository at this point in the history
  8. integration: add an argument allowing to test specific effects.

    Mathieu Duponchelle committed Aug 16, 2013
    Configuration menu
    Copy the full SHA
    19a0f82 View commit details
    Browse the repository at this point in the history