gstreamer/tests/check/ges
Henry Wilkes 7f65b7be0c asset: fix handling of proxies
Previous usage of the property proxy-target seemed to alternate between
the two definitions:
+ The asset we are the default proxy of
+ The asset we are in the proxy list of
Now, the latter definition is used, which seems more useful to a user
since knowing the latter can easily allow you to find out the former.

The previous behaviour of ges_asset_set_proxy (asset, NULL) was not very
clear. It is now defined so that it clears all the proxies for 'asset'.
This means that after this call, the GESAsset:proxy property will indeed
be NULL.

Also fixed:
+ We can call ges_asset_set_proxy (asset, proxy) when 'proxy' is already
  in the proxy list of 'asset'.
+ Handling of removing the default proxy in ges_asset_unproxy. This was
  sending out the wrong notifies.
+ Prohibiting circular proxying. Before we could only prevent one case,
  we should now be able to prevent all cases. This will prevent a hang
  in ges_asset_request.
2020-03-05 17:04:51 -03:00
..
asset.c asset: fix handling of proxies 2020-03-05 17:04:51 -03:00
audio_only.ogg
audio_video.ogg
backgroundsource.c
basic.c Reimplement the timeline editing API 2019-03-15 23:51:55 +00:00
clip.c ges-source-clip: fixed return of duration setter 2019-12-14 18:12:51 +00:00
effects.c
group.c tests: Plug misc leaks 2019-04-15 17:11:48 -04:00
image.png
layer.c markerlist: implement GESMarkerList 2019-08-22 21:24:02 +02:00
markerlist.c marker: add color meta 2019-10-24 09:45:19 +00:00
mixers.c tests: Plug misc leaks 2019-04-15 17:11:48 -04:00
negative.c tests: Add inconsistent init/deinit test case 2019-03-12 15:17:18 +00:00
overlays.c
project.c formatter: Plug lists of TimedValue leak 2019-07-26 13:48:52 -04:00
tempochange.c
test-auto-transition.xges
test-project.xges
test-properties.xges xml-formatter: Fix loading sources 2019-07-26 13:48:51 -04:00
test-utils.c tests: Add utilities to print the timeline 2019-03-15 23:51:55 +00:00
test-utils.h tests: Simply include ges-internal.h instead of redefining the same macros 2019-05-23 17:16:27 -04:00
timelineedition.c framepositioner: Stop lying about the source size 2020-02-26 13:36:30 -03:00
titles.c title: Deprecate method that return newly allocated const gchar* 2019-04-15 17:11:48 -04:00
track.c
transition.c tests: ges: Fix various leak 2019-01-29 16:17:22 +09:00
uriclip.c Reimplement the timeline editing API 2019-03-15 23:51:55 +00:00
wrong_test.xptv