platform/upstream/gstreamer.git
2009-09-14 Edward Herveytests: Make basic test check for proper reference counting.
2009-09-14 Edward HerveyGESTrack: The track steals the refcount to the caps...
2009-09-14 Edward Herveydocs/libs: ignore more files
2009-09-14 Edward HerveyGESTimeline: Fix reference counting of tracks, add...
2009-09-14 Edward HerveyGESTimelineLayer: Fix reference handling of objects...
2009-09-14 Edward Herveyconfigure.ac: Require latest gst-plugins-base for ...
2009-09-14 Edward HerveyGESTimeline: start more documentation
2009-09-14 Edward HerveyGESTrackObject: Document some more
2009-09-14 Edward HerveyGESTrack: document more
2009-09-10 Tim-Philipp... docs: fix gtk-doc build and make distcheck for me
2009-09-10 Edward HerveyDocument first high-level demo.
2009-09-10 Edward HerveyMore documentation. Coverage now at 25%
2009-09-10 Edward Herveydocs: move working document
2009-09-10 Edward Herveydocs: Add gtk-doc API documentation
2009-09-09 Edward Herveytest1: Expand example to also use an audio track.
2009-09-09 Edward HerveyGESTimeline: Make sure added ghostpads are unique.
2009-09-09 Edward Herveytest1: Actually change videotestsrc patterns to make...
2009-09-09 Edward Herveytest1: Use mainloop, required for proper gnonlin behaviour.
2009-09-09 Edward HerveyGESTimelinePipeline: Reconfigure playsink once we've...
2009-09-08 Edward Herveyexamples: Add timeline to pipeline and set it to playing.
2009-09-08 Edward Herveytest/ges/basic: Adapt to API changes.
2009-09-08 Edward HerveyGESTimelinePipeline: Use 'playsink', track added/remove...
2009-09-08 Edward HerveyGESTimeline: Track internal pads and tracks in sync.
2009-09-08 Edward Herveygitignore: Ignore more files
2009-09-08 Edward HerveyGESTrack: Add TrackType enum and constructor property.
2009-09-08 Edward HerveyCustomTimelineSource: Fix typo in debug statement
2009-09-07 Edward HerveyGESTimelinePipeline: Fix typo
2009-08-07 Edward HerveyTrackObject: Add debugging and make default duration 1s
2009-08-07 Edward HerveyTimelineObject: Add start/inpoint/duration/priority...
2009-08-07 Edward HerveyTrack: Handle pads
2009-08-07 Edward HerveyTrack: Add convenience methods for creating a raw Audio...
2009-08-07 Edward HerveyCustomTimelineSource: Allow giving user_data to the...
2009-08-07 Edward HerveyAdd directory for examples along with a minimalistic...
2009-08-07 Edward HerveyAdd 'caps' property on Track
2009-08-07 Edward HerveyFix build. Can now run make distcheck.
2009-08-07 Edward HerveyTrack: Add/Remove the GnlComposition from ourself.
2009-08-07 Edward Herveytests/ges/basic: Extend test to remove the object.
2009-08-07 Edward HerveyTrackSource: Include TrackObject header file
2009-08-07 Edward Herveyges.c: Add debug line to inform of initialization
2009-08-07 Edward HerveyNew CustomTimelineSource class.
2009-08-07 Edward HerveyTrack: Implement remove_object()
2009-08-07 Edward HerveyTrackObject: Add 'valid' property, Make _set_track...
2009-08-07 Edward HerveyTimeline: Implement remove_track, remove_layer, and...
2009-08-07 Edward HerveyTimelineSource: Implenent _create_track_object() virtua...
2009-08-07 Edward HerveyTimelineObject: Implement _release_track_object()
2009-08-07 Edward HerveyTimelineLayer: Implement _remove_object()
2009-08-06 Edward Herveytests: Add a simple scenario
2009-08-06 Edward Herveyges: Remove unused private structures. We'll re-add...
2009-08-06 Edward HerveyAdd unit test system. Adjust GST_DEBUG usage.
2009-08-06 Edward HerveyAdd new GESTrackSource
2009-08-06 Edward Herveyintermediary commit. Still need to fill in more blanks :(
2009-08-06 Edward HerveyAdd signal marshalling code
2009-08-06 Edward Herveybuild fixed again. Moved type declarations in a standal...
2009-08-06 Edward Herveysrc/ => ges/
2009-08-06 Edward HerveyMORE HACKING
2009-08-04 Edward HerveyREADME: Mention license
2009-08-04 Edward Hervey.gitignore: ignore cruft
2009-08-04 Edward HerveyIt builds !!!! :)
2009-08-04 Edward HerveyInitial code drop