summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-20Release 0.10.1gst-editing-services-0.10.1Edward Hervey6-2/+5659
2011-01-18random: Update goals/features documentEdward Hervey1-5/+113
So that everybody can know what features we want.
2011-01-17configure.ac: 0.10.0.4 pre-releaseEdward Hervey1-1/+1
2011-01-17ges-launch: Set restriction on video profile if presentEdward Hervey1-0/+3
2011-01-12ges-launch: Remove dead code and make functions/variables staticEdward Hervey1-49/+5
2011-01-12ges-launch: Fix and cleanup enum listingEdward Hervey1-49/+19
It wasn't displaying anything lately.
2011-01-110.10.0.3 pre-releaseEdward Hervey1-1/+1
2011-01-11ges-launch: Add GStreamer major/minor version to the executable filenameSebastian Dröge2-2/+5
https://bugzilla.gnome.org/show_bug.cgi?id=639222
2011-01-11ges: Fix more ges_timeline_get_layers() usage memory leaksEdward Hervey2-4/+8
2011-01-11ges: Don't install ges-internal.h and hide the GES debug category symbolsSebastian Dröge3-5/+7
Fixes bug #639219.
2011-01-11ges-utils: minor doc updateEdward Hervey1-2/+2
2011-01-11ges: Only export symbols starting with ges_ or GES_Sebastian Dröge1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=639218
2011-01-11ges: Mark some private symbols staticSebastian Dröge2-12/+12
https://bugzilla.gnome.org/show_bug.cgi?id=639218
2011-01-11configure: Require G-I 0.9.6 for the --identifier-prefix parameterSebastian Dröge1-1/+1
2011-01-11pkg-config: Require gstreamer-controller and gstreamer-pbutilsSebastian Dröge2-2/+2
Their headers are included by public GES headers
2011-01-11configure: Add parameter to select GTK+ version to use and default to 2.0Sebastian Dröge1-6/+23
2011-01-11Automatic update of common submoduleStefan Kost1-0/+0
From e572c87 to f94d739
2011-01-10Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 8b72fde to e572c87
2011-01-10common: Update to current masterEdward Hervey1-0/+0
2011-01-10TimelinePipeline: minor doc fixEdward Hervey1-1/+1
2011-01-10docs: Fix image inclusionEdward Hervey1-2/+2
2011-01-10configure.ac: 0.10.0.2 pre-releaseEdward Hervey1-1/+1
2011-01-10docs: Fix for uploading docsEdward Hervey1-2/+2
2011-01-10docs: Document all the undocumented public functionsThibault Saunier21-32/+209
2011-01-10TrackObject: Small cleanupEdward Hervey1-16/+17
2011-01-10TrackObject: Remove deprecated FIXMEEdward Hervey1-5/+0
You just need to connect to the notify signal to get updates
2011-01-10tests: Unref the GList returned by ges_timeline_get_layers...Edward Hervey1-12/+8
... in addition to the content themselves
2011-01-10docs: Fixup the sections for missing/renamed/removed symbolsEdward Hervey1-2/+6
2011-01-10Track: Mark as private the instance private structureEdward Hervey1-0/+1
2011-01-10Timeline: Fix documentation of return valueEdward Hervey1-1/+2
2011-01-08GESFormatter: Add private instance and move private variables to itThibault Saunier2-18/+35
2011-01-08TimelineFileSource: Create instance private and move private variables to itThibault Saunier5-57/+229
Fixe/Add getter and setters methods for those variables Fixup documentation
2011-01-08Timeline: Add instance private and Move private variables to itThibault Saunier7-115/+192
Fixe/Add getter methods to get those variables Fixup documentation
2011-01-08TimelineTestSource: Move private variables to instance privateThibault Saunier5-52/+148
Fixe/Add getter and setter methods for those variables Fixup documentation
2011-01-08TimelineTextOverlay: Move private variables to instance privateThibault Saunier4-64/+161
Fixe/Add getter and setter methods for those variables Fixup documentation
2011-01-08TimelineTitleSource: Move private variables to instance privateThibault Saunier4-77/+206
Fixe/Add getter and setters methods for those variables Fixup documentation
2011-01-08TrackAudioTestSource: Move private variables to instance privateThibault Saunier4-20/+50
Add getter methods to get those variables Fixup documentation
2011-01-08TrackAudioTransition: : Move private variables to instance privateThibault Saunier2-39/+38
2011-01-08TrackTextOverlay: Move private variables to instance privateThibault Saunier5-63/+119
Add getter methods to get those variables Add/Fixup documentation
2011-01-08test: make unit tests compile and work in uninstalled setupTim-Philipp Müller1-2/+7
2011-01-08 gobject-introspection: fix g-i build for uninstalled setupTim-Philipp Müller2-3/+8
Requires gst-plugins-base git (> 0.10.31.2) to actually work.
2011-01-06enums: Fix transition enumEdward Hervey2-2/+2
Leftovers from when we were using the old name
2011-01-06TrackTitleSource: Move private variables to instance privateEdward Hervey4-68/+128
Add getter methods to get those variables Add/Fixup documentation
2011-01-06TimelinePipeline: Fix thumbnail method docs and argumentsEdward Hervey2-17/+12
The provided gchar* aren't modified
2011-01-06TrackVideoTestSource: Move private data to instance privateEdward Hervey4-8/+28
Add a getter for the pattern Document methods
2011-01-06TrackVideoTransition: Move private variable to instance privateEdward Hervey5-84/+117
Also add/fixup methods to get/set the transition type and document them.
2011-01-06TimelinePipeline: Updates for pbutils API changeEdward Hervey1-2/+2
2011-01-05configure.ac: Require core gitEdward Hervey1-1/+1
2010-12-21GESTrackAudioTransition: Fix empty if() bodyEdward Hervey1-2/+2
2010-12-20GESTimelinePipeline: Fix usage of encodebinEdward Hervey1-3/+3
The property name is now avoid-reencoding