mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 07:26:33 +00:00
7f65b7be0c
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. |
||
---|---|---|
.. | ||
asset.c | ||
audio_only.ogg | ||
audio_video.ogg | ||
backgroundsource.c | ||
basic.c | ||
clip.c | ||
effects.c | ||
group.c | ||
image.png | ||
layer.c | ||
markerlist.c | ||
mixers.c | ||
negative.c | ||
overlays.c | ||
project.c | ||
tempochange.c | ||
test-auto-transition.xges | ||
test-project.xges | ||
test-properties.xges | ||
test-utils.c | ||
test-utils.h | ||
timelineedition.c | ||
titles.c | ||
track.c | ||
transition.c | ||
uriclip.c | ||
wrong_test.xptv |