How to segment seek in dynamic pipeline
xmufzy
xmufzy at foxmail.com
Thu Sep 3 03:08:12 UTC 2020
Hi Thibault
I can add the transition now,the codes:
GESClip *tr ;
GESAsset *asset;
asset = ges_asset_request (GES_TYPE_TRANSITION_CLIP, "crossfade", NULL);
tr = ges_layer_add_asset (layer, asset, 5*GST_SECOND, 0, 1*GST_SECOND,
GES_TRACK_TYPE_VIDEO);
The reason for the failure is that ges_transition_clip_new() only created
the audio transition.But there's only 1 audio in the layer.
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list