- Mar 16, 2014
- Mar 15, 2014
-
-
-
In this case we had a FIXME about reverting everything that was done, implement that FIXME!
-
- Mar 14, 2014
-
-
Thibault Saunier authored
We currenty do not support multiple tracks with same type in GESPipeline and we actually need to set the presence field to avoid a scenario where we have only video in a video track, and no audio in the audio track. So audiotestsrc is used and we end up encoding the whole audio stream but no decoded video frame as reached the decodebin src pad, so the pad has not been created and thus it will not be linked to the encodebin. On the audio part, the EOS will be emitted so fast that the resulting stream will not have any video in it as the muxer will not even have a video pad created. Setting the presence will ensure that the muxer does have a video pad (because of how encodebin behaves) and thus will create a pad for it and wait for its EOS.
-
Thibault Saunier authored
The method was badly called _clip_ instead of _source_ we have not release the API so we still can change it.
-
- Mar 08, 2014
- Mar 07, 2014
-
-
- Feb 28, 2014
-
-
Sebastian Dröge authored
From fe1672e to bcb1518
-
- Feb 27, 2014
-
-
Alexandru Băluț authored
-
Alexandru Băluț authored
It breaks the display in the index.html page.
-
Alexandru Băluț authored
-
- Feb 26, 2014
-
-
Stefan Sauer authored
From 1a07da9 to fe1672e
-
- Feb 18, 2014
-
-
Thibault Saunier authored
-
Thibault Saunier authored
Without that, if a UriClip contains several tracks of a same type (ie. video or audio...), we would add all the TrackElements to each track making everything failling as we end up with several GNL sources at the same position with the same priority.
-
- Feb 17, 2014
-
-
Thibault Saunier authored
First, it was not in any namespace, second the name of the enum is GESPipelineFlags.
-
- Feb 16, 2014
-
-
Thibault Saunier authored
This avoid segfault as we are not guaranteed that the formatter will not be destroyed in the meantime. + Minor cleanup of handling of private members https://bugzilla.gnome.org/show_bug.cgi?id=724337
-
- Feb 09, 2014
-
-
Sebastian Dröge authored
-
- Feb 08, 2014
-
-
Sebastian Dröge authored
error: comparison of unsigned expression < 0 is always false
-
Sebastian Dröge authored
The return type of this function is gchar *, not GType
-
- Feb 04, 2014
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Alexandru Băluț authored
API BREAKAGE: - ges_pipeline_add_timeline + ges_pipeline_set_timeline
-
Thibault Saunier authored
It sounds like the most logical thing to do in that case. https://bugzilla.gnome.org/show_bug.cgi?id=721111
-
Thibault Saunier authored
It might be needed in some cases (for example when decoding prores files) and it is the way it is done with playbin now. Also deinterlace now properly supports passtrough mode.
-
- Jan 30, 2014
-
-
+ Add test in the testsuite + Fix broken tests https://bugzilla.gnome.org/show_bug.cgi?id=721111
-
Edward Hervey authored
From d48bed3 to 1a07da9
-
- Jan 10, 2014
-
-
Mathieu Duponchelle authored
-
Tim-Philipp Müller authored
-
- Dec 27, 2013
-
-
-
Thibault Saunier authored
Most of the time the user should not create GESTrackElements himself, instead he should add a GESAsset to a layer, that will result in a clip creation and the proper TrackElements to be created and added to the tracks. The case of effects and overlays is a bit different as the user should create the TrackElement and add them to a clip.
-
Thibault Saunier authored
They are now meaningless, all the current symbols are the basic ones for the 1.X serie.
-
Thibault Saunier authored
-
- Dec 22, 2013
-
-
Tim-Philipp Müller authored
From dbedaa0 to d48bed3
-
- Nov 28, 2013
-
-
Thibault Saunier authored
Keeping it simple, and making sure everything is synchronous
-
Thibault Saunier authored
This reverts commit 59d83f1a. Conflicts: tests/check/ges/backgroundsource.c tests/check/ges/effects.c tests/check/ges/overlays.c tests/check/ges/simplelayer.c tests/check/ges/text_properties.c tests/check/ges/titles.c
-
- Nov 25, 2013
-
-
Thibault Saunier authored
-
- Nov 22, 2013
-
-
Thibault Saunier authored
The priority handling of clip is now handled by GESLayer itself, and handling clip as a ordered list should be implemented in GESLayer itself too, this way the user can decide to switch mode at any time instead of
-
Thibault Saunier authored
In the provided start of a clip is GST_CLOCK_TIME_NONE in ges_layer_add_asset, it means that we want the clip to be added at the end of the layer
-