mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
activate remaining overlay tests
This commit is contained in:
parent
577ad52020
commit
1c2ab099f9
1 changed files with 1 additions and 3 deletions
|
@ -116,7 +116,7 @@ GST_START_TEST (test_overlay_in_layer)
|
|||
GESTrackObject *trobj;
|
||||
GESTimelineOverlay *source;
|
||||
gchar *text;
|
||||
//gint halign, valign;
|
||||
gint halign, valign;
|
||||
|
||||
ges_init ();
|
||||
|
||||
|
@ -151,7 +151,6 @@ GST_START_TEST (test_overlay_in_layer)
|
|||
assert_equals_string ("sans 72", text);
|
||||
g_free (text);
|
||||
|
||||
#if 0
|
||||
text = ((GESTrackVideoOverlay *) trobj)->font_desc;
|
||||
assert_equals_string ("sans 72", text);
|
||||
|
||||
|
@ -173,7 +172,6 @@ GST_START_TEST (test_overlay_in_layer)
|
|||
ges_timeline_layer_remove_object (layer, (GESTimelineObject *) source);
|
||||
|
||||
GST_DEBUG ("removing the layer");
|
||||
#endif
|
||||
|
||||
g_object_unref (trobj);
|
||||
g_object_unref (timeline);
|
||||
|
|
Loading…
Reference in a new issue