- Feb 26, 2019
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
- Feb 21, 2019
-
-
Thibault Saunier authored
-
- Feb 11, 2019
-
-
Seungha Yang authored
ges-meta-container.c:516: Warning: GES: invalid "allow-none" annotation: only valid for pointer types and out parameters
-
- Feb 05, 2019
-
-
Nirbheek Chauhan authored
gesdemux.c:297:3: error: value computed is not used [-Werror=unused-value]
-
- Jan 30, 2019
-
-
Making sure that objects are inside a timeline before adding/removing them from it Fixes gstreamer/gst-editing-services#35
-
-
- Jan 29, 2019
-
-
-
Yeongjin Jeong authored
-
Yeongjin Jeong authored
-
Yeongjin Jeong authored
-
Yeongjin Jeong authored
... and fix DiscovererStreamInfo leak
-
Yeongjin Jeong authored
Dispose() must unref DiscovererInfo ownership taken by ges_uri_clip_asset_set_info().
-
Yeongjin Jeong authored
Returned Gstpad by link_element_to_mixer_with_smpte() has increased refcount in ges_smart_mixer_get_mixer_pad().
-
Auto transition when having 3 overlapping clips in a same point in the timeline is not supported as we can't handle it in a nice way. Before we to avoid creating 2 overlapping transitions (which is plain broken in NLE) were completely disabling `auto-transition` and removing all auto-transitions in the timeline but this is pretty weird for the end user. This commit changes and now makes sure 2 transitions are not created in the same place. Also cleanup previous test case.
-
-
-
-
This is a new simple GstBin that can handle the ges:// uris and will directly expose the srcppads of the tracks present in the timeline.
-
And start handling relocated assets. Also expose the discoverer callback as a vmethod so that we can overridde the discoverer when necessary (to handle discovering of timeline through gesdemux for example)
-
And handle NLEComposition inside NLEComposition Fixes gstreamer/gst-editing-services#39
-
Working around gstreamer/gstreamer#310
-
- Jan 28, 2019
-
-
Thibault Saunier authored
We set the priorities making the assumption that `start_clips` is properly ordered by start! Fixes https://gitlab.gnome.org/GNOME/pitivi/issues/2254
-
Seungha Yang authored
... and test call ges_{init/deinit} multiple times in a unit test.
-
Seungha Yang authored
This reverts commit e939cfeb. Class might not be initialized if they were already registered when ges_init() was called, but were not created until ges_deinit() called.
-
Seungha Yang authored
To support ges_{init/deinit} multiple times in a process, there should be a method for setting up internal object/table of GESUriClipAssetClass. because *_class_init() will be called only once in process lifecycle.
-
Seungha Yang authored
... and use g_object_unref() for GFile object, it's not a GstObject.
-
Seungha Yang authored
-
Seungha Yang authored
-
Seungha Yang authored
It's done by GST_CHECK_MAIN() already
-
Seungha Yang authored
... in order to verify init/deinit pair.
-
Seungha Yang authored
In theory, GES can be init/deinit multiple times in a process. To simplify that use-case, let's trace only "ges_initialized" flag.
-
- Jan 23, 2019
-
-
Vala requires a matching _finish function to correctly bind the method with the right finish method.
-
- Jan 21, 2019
-
-
Corentin Noël authored
-
- Jan 20, 2019
-
-
- Jan 18, 2019
-
-
-
... and fix GList/GESAsset leak
-
Returned GESAsset from ges_asset_request should be freed since ges_extractable_set_asset doesn't take ownership
-