- Jun 24, 2015
- Jun 23, 2015
-
-
Tim-Philipp Müller authored
-
- Jun 16, 2015
-
-
Nicolas Dufresne authored
From 6015d26 to f74b2df
-
- Jun 10, 2015
-
-
Thibault Saunier authored
Summary: The user might want to render only some media type of the timeline, for example he wants to only render the audio part of the timeline. It was failing as we were not connecting the track but were still trying to 'render' it. Depends on D153 Reviewers: Mathieu_Du Reviewed By: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D154
-
Thibault Saunier authored
And do not try to run the pipeline when that happens
-
Thibault Saunier authored
Making it possible to run ges-launch test under valgrind for example
-
- Jun 09, 2015
-
-
Tim-Philipp Müller authored
-
Edward Hervey authored
From d9a3353 to 6015d26
-
- Jun 08, 2015
-
-
Stefan Sauer authored
From d37af32 to d9a3353
-
- Jun 07, 2015
-
-
Stefan Sauer authored
From 21ba2e5 to d37af32
-
Stefan Sauer authored
From c408583 to 21ba2e5
-
Stefan Sauer authored
From d676993 to c408583
-
- Jun 05, 2015
-
-
-
-
Thibault Saunier authored
This means we need to properly track the layer a clip was in. We now keep track of the various signal IDs in a dedicated structure and keep a ref on the layer an object is in. http://phabricator.freedesktop.org/T88
-
Thibault Saunier authored
And force exiting GstValidate when wanted
-
- Jun 01, 2015
-
-
Luis de Bethencourt authored
Summary: No need to recheck if error exists since it has already been checked by the conditional above. Coverity CID #1302832 Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D200
-
Thibault Saunier authored
Meaning trimming neighbors. + And add a test
-
- May 29, 2015
-
-
Thibault Saunier authored
-
- May 20, 2015
-
-
Thibault Saunier authored
Summary: We use to end up removing the nleobject when the following case happened: * add an object * remove that object * re add the object * commit the composition Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D193
-
- May 19, 2015
-
-
Thibault Saunier authored
-
- May 18, 2015
-
-
Thibault Saunier authored
Summary: Handle the fact that some new features can be added and that means generated files will not be fully understandable by older versions of the formatter. Make sure that we set the format version to 0.2 when we serialize the GstEncodingProfile.enabled property. Add some tests around that. + Fix a minor bug in the test-utils + Add a meta on the projects to tell in what format version a project has been serialized/parsed back API: GES_META_FORMAT_VERSION Depends on D178 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D184
-
- May 14, 2015
-
-
Thibault Saunier authored
Summary: In case we just removed it from its layer, make sure to just use the first layer when none specified. Depends on D177 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D178
-
Thibault Saunier authored
Summary: Depends on D176 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D177
-
Thibault Saunier authored
Summary: Giving more details about the issue to the user Depends on D151 Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D176
-
Thibault Saunier authored
Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D151
-
- Apr 26, 2015
-
-
Tim-Philipp Müller authored
This is not needed any longer.
-
- Apr 23, 2015
-
-
Tim-Philipp Müller authored
-
- Apr 22, 2015
-
-
Only allocate the return string when we know we are going to return it. Coverity CID #1292292
-
Sebastian Dröge authored
autotools automatically generate this, and when using different versions for autogen.sh there will always be changes to a file tracked by git.
-
- Apr 21, 2015
-
-
Thibault Saunier authored
Summary: Otherwise the parser context will never know that is all the XML it will receive and fail out if the XML document is not valid (in that case if it does not end) https://bugzilla.gnome.org/show_bug.cgi?id=746354 Reviewers: Mathieu_Du Reviewed By: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D38
-
- Apr 20, 2015
-
-
Thibault Saunier authored
-
- Apr 16, 2015
-
-
Thibault Saunier authored
-
- Apr 15, 2015
-
-
Thibault Saunier authored
Summary: Before: $ ../gst-editing-services/tools/ges-launch-1.0 -p 0:00:00.028629728 8155 0x17e1b60 ERROR default ges-launcher.c:214:_create_timeline: serialized timeline is -p ** (lt-ges-launch-1.0:8155): ERROR **: Could not create timeline, error: Could not find a suitable formatter [1] 8155 trace trap (core dumped) ../gst-editing-services/tools/ges-launch-1.0 -p $ After: $ GST_DEBUG=0 ges-launch-1.0 -p ERROR: Could not create timeline, error: Could not find a suitable formatter $ Reviewers: Mathieu_Du Differential Revision: http://phabricator.freedesktop.org/D95
-
- Apr 09, 2015
-
-
Mathieu Duponchelle authored
Summary: It must only be done when the object is commited. We can do that in constructed though, as the changes will anyway be commited when the object is added to a composition. Also update the tests, as we set properties spearately then check the stop, we can commit the source at its creation without removing meaning from the tests. Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D84
-
Mathieu Duponchelle authored
Summary: + [API] GESTrack::commited signal. + [API] ges_track_commit_sync We were emitting commited when timeline_commit was called, which wasn't very helpful. This commit makes it so we emit commited once all the compositions have actually been commited. We also add a synchronous commit method to spare the user the need to connect to the signal and wait, and update the documentation. Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D83
-
- Apr 08, 2015
-
-
Mathieu Duponchelle authored
Summary: Otherwise if there was still a reference to the layer when it is removed from the timeline, it fails when the last reference is released, because timeline_element_set_timeline calls timeline_remove_element, which tries to remove the element from an already disposed hashtable. Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D82
-
Needed by the new automake test runner
-
- Apr 07, 2015
-
-
Mathieu Duponchelle authored
Summary: With the pattern as a mandatory argument. Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D68
-
Mathieu Duponchelle authored
Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D67
-