Rename GESTimelinePipeline to GESPipeline
[platform/upstream/gstreamer.git] / tests / check / ges / basic.c
2013-07-22 Lubosz SarneckiRename GESTimelinePipeline to GESPipeline
2013-07-09 Thibault Saunierges: Implement a GESGroup class, subclass of GESContainer
2013-07-09 Thibault Sauniertests: More safely check if objects where destroyed
2013-06-23 Thibault Saunierges: Port to the new commit based API in GNL
2013-05-29 Thibault Sauniertests: Add a basic test for pipeline state change
2013-05-28 Thibault Sauniertests: Use the gst_check_run_suite helper everywhere
2013-04-23 Thibault SaunierRename GESTimelineLayer to GESLayer
2013-03-28 Thibault Sauniertest:basic: Do not add useless references, and minor...
2013-03-18 Thibault SaunierAlways prefer gst_object_(un)ref over g_object_(un)ref
2013-03-15 Thibault SaunierRemove GESTrackElements from GESTracks when removing...
2013-03-15 Thibault SaunierImplement GESContainer
2013-02-15 Thibault SaunierRename object/tobj/trobj to clip or track_element as...
2013-02-15 Thibault SaunierRename GESTimelineLayer.xxx_object to GESTimelineLayer...
2013-02-15 Thibault SaunierFinish renaming timeline object to clip
2013-02-15 Thibault SaunierFinish renaming track object to track element
2013-02-15 Thibault SaunierRename GESTrackObject to GESTrackElement
2013-02-15 Thibault SaunierRename GESTimelineSource to GESSourceClip
2013-02-15 Thibault SaunierRename GESTimelineObject to GESClip
2012-12-29 Thibault Sauniertests: Fix misc issues
2012-12-29 Sebastian DrögeAllow applications to select to which track a track...
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-04-25 Thibault SaunierMerge remote-tracking branch 'origin/0.10'
2012-04-24 Thibault Saunier ges: Add a timeline edition mode API
2011-01-10 Edward Herveytests: Unref the GList returned by ges_timeline_get_lay...
2011-01-08 Thibault SaunierTimeline: Add instance private and Move private variabl...
2010-12-20 Edward HerveyGESTimelineObject: Subclass from GInitiallyUnowned
2010-12-20 Edward HerveyTimelineObject: Hold a reference to the controlled...
2010-12-20 Edward Herveytests: Put clearer names on tests
2010-12-15 Edward HerveyGESTrack: Make more properties private
2010-12-09 Edward Herveytests: Make sure gst_bin_add succeeds
2010-12-08 Thibault SaunierGESTimelineObject: add private structure
2010-11-27 Brandon Lewistests: test for track removal while timeline contains...
2010-11-27 Brandon Lewistests: test that adding tracks after adding layers...
2010-11-27 Brandon Lewistests: unit test to check that objects in layers are...
2010-03-13 Edward Herveytests: Check refcount of created trackobjects
2009-09-14 Edward Herveytests: Make basic test check for proper reference counting.
2009-09-08 Edward Herveytest/ges/basic: Adapt to API changes.
2009-08-07 Edward HerveyCustomTimelineSource: Allow giving user_data to the...
2009-08-07 Edward HerveyAdd 'caps' property on Track
2009-08-07 Edward Herveytests/ges/basic: Extend test to remove the object.
2009-08-06 Edward Herveytests: Add a simple scenario
2009-08-06 Edward HerveyAdd unit test system. Adjust GST_DEBUG usage.