mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
tests: integration: Remove the effect in test_seeking
It complexifies the test but this is not what we actually want in that test
This commit is contained in:
parent
a3454262dc
commit
74e00d6bc4
1 changed files with 1 additions and 7 deletions
|
@ -323,8 +323,6 @@ test_seeking (gboolean render)
|
|||
GESLayer *layer;
|
||||
GError *error = NULL;
|
||||
GESUriClipAsset *asset1;
|
||||
GESEffect *effect;
|
||||
GESClip *clip;
|
||||
GList *tmp;
|
||||
gchar *uri = ges_test_file_name (testfilename1);
|
||||
|
||||
|
@ -337,15 +335,11 @@ test_seeking (gboolean render)
|
|||
timeline = ges_timeline_new_audio_video ();
|
||||
fail_unless (ges_timeline_add_layer (timeline, layer));
|
||||
|
||||
clip =
|
||||
ges_layer_add_asset (layer, GES_ASSET (asset1), 0 * GST_SECOND,
|
||||
ges_layer_add_asset (layer, GES_ASSET (asset1), 0 * GST_SECOND,
|
||||
0 * GST_SECOND, 1 * GST_SECOND, GES_TRACK_TYPE_UNKNOWN);
|
||||
|
||||
gst_object_unref (asset1);
|
||||
|
||||
effect = ges_effect_new ("agingtv");
|
||||
ges_container_add (GES_CONTAINER (clip), GES_TIMELINE_ELEMENT (effect));
|
||||
|
||||
ges_layer_add_asset (layer, GES_ASSET (asset1), 1 * GST_SECOND,
|
||||
0 * GST_SECOND, 1 * GST_SECOND, GES_TRACK_TYPE_UNKNOWN);
|
||||
|
||||
|
|
Loading…
Reference in a new issue