Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gstreamer-java/gst1-java-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gstreamer-java/gst1-java-core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: meta
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 23 files changed
  • 4 contributors

Commits on Aug 19, 2020

  1. Implement timecode metadata

    Jokertwo committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    e0efa21 View commit details
    Browse the repository at this point in the history
  2. added test for timecode metadata

    Jokertwo committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    9844214 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Add metadata info structure and objects

    Jokertwo authored and Jokertwo committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    378b875 View commit details
    Browse the repository at this point in the history
  2. Added missing documentation, and checking of version

    Jokertwo authored and Jokertwo committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    cbafd49 View commit details
    Browse the repository at this point in the history
  3. added checking version in tests

    Jokertwo committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    da3e198 View commit details
    Browse the repository at this point in the history
  4. added a check for backward compatibility

    Jokertwo committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    597f6f8 View commit details
    Browse the repository at this point in the history
  5. added licence

    Jokertwo committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    75de65a View commit details
    Browse the repository at this point in the history
  6. fix build

    Jokertwo committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    ef9a6a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. replace mini object by native object

    Jokertwo committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    2492223 View commit details
    Browse the repository at this point in the history
  2. rename by naming conventions

    Jokertwo committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    530bc71 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    3688adf View commit details
    Browse the repository at this point in the history
  2. removed unnecessary class for register meta types

    Jokertwo committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    411ce57 View commit details
    Browse the repository at this point in the history
  3. change enum to flags

    Jokertwo committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    3c66be2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from aveco-devel/fix-comments

    Fix comments from Neil
    aveco-devel authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    e2f7c08 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Merge pull request #205 from aveco-devel/master

    Timecode meta
    neilcsmith-net authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    fae0b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a23843f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45dce4e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Refactor to match upstream structure, and maintain separation between…

    … public and lowlevel API.
    
    Move Meta to org.freedesktop.gstreamer, and add Meta.API type for mapping API GType / querying buffer.
    Remove MetaInfo wrapper.
    Add GstMetaPtr for use in lowlevel bindings.
    Move VideoTimeCodeMeta and related classes to video package, matching upstream structure.
    neilcsmith-net committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    d0fa8ff View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    4e5f3d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    675f50f View commit details
    Browse the repository at this point in the history
Loading