- 17 Dec, 2010 1 commit
-
-
Edward Hervey authored
Same requirement as for GStreamer
-
- 16 Dec, 2010 12 commits
-
-
Edward Hervey authored
-
Brandon Lewis authored
-
Brandon Lewis authored
-
Edward Hervey authored
Allows moving independently (or not) timelineobjects and trackobjects and have them synchronized with the offsets taken into account. Right now only the start and priority properties are synchronized. The duration and in-point properties will require more thoughts.
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
And make sure notifications are emitted at the right time
-
Edward Hervey authored
And update all code using it
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
Add needed setters/getters
-
- 15 Dec, 2010 15 commits
-
-
Edward Hervey authored
This should make GES gobject-introspection compliant now.
-
Edward Hervey authored
-
Edward Hervey authored
The refcount isn't incremented.
-
Edward Hervey authored
And ensure exported symbols are properly documented and have argument checking.
-
Brandon Lewis authored
-
Brandon Lewis authored
fires
-
Brandon Lewis authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
Added by error when I added the doc system
-
Edward Hervey authored
It wasn't making us gain anything, and confuses the hell out of g-ir-scanner.
-
Edward Hervey authored
-
Edward Hervey authored
Remove dependency on gst-convenience.
-
Edward Hervey authored
-
- 14 Dec, 2010 2 commits
-
-
Edward Hervey authored
-
Edward Hervey authored
-
- 10 Dec, 2010 2 commits
-
-
Edward Hervey authored
API: GESTrackObjectClass::gnlobject_factorytype API: GESTrackObjectClass::create_element Most track objects are only specific by the contents of the gnlobject, therefore move the 'create_element' vmethod which was already present in some subclasses to the top-level class. Also make the code more robust
-
Edward Hervey authored
-
- 09 Dec, 2010 8 commits
-
-
Edward Hervey authored
This will be made more generic by allowing any overlay/effect to be put on any source object.
-
Edward Hervey authored
-
Edward Hervey authored
And detect when we're trying to add contents to a gnlsource which already has something
-
Edward Hervey authored
This is to ensure people can create their own Layer Transition subclass. API : GESTimelineTransition is now GESTimelineStandardTransition
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
-
Edward Hervey authored
This is a new class for all timeline objects that both produce and consume data. The existing subclasses of it are now: * GESTimelineOverlay * GESTimelineTransition
-