mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +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;
|
GESTrackObject *trobj;
|
||||||
GESTimelineOverlay *source;
|
GESTimelineOverlay *source;
|
||||||
gchar *text;
|
gchar *text;
|
||||||
//gint halign, valign;
|
gint halign, valign;
|
||||||
|
|
||||||
ges_init ();
|
ges_init ();
|
||||||
|
|
||||||
|
@ -151,7 +151,6 @@ GST_START_TEST (test_overlay_in_layer)
|
||||||
assert_equals_string ("sans 72", text);
|
assert_equals_string ("sans 72", text);
|
||||||
g_free (text);
|
g_free (text);
|
||||||
|
|
||||||
#if 0
|
|
||||||
text = ((GESTrackVideoOverlay *) trobj)->font_desc;
|
text = ((GESTrackVideoOverlay *) trobj)->font_desc;
|
||||||
assert_equals_string ("sans 72", text);
|
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);
|
ges_timeline_layer_remove_object (layer, (GESTimelineObject *) source);
|
||||||
|
|
||||||
GST_DEBUG ("removing the layer");
|
GST_DEBUG ("removing the layer");
|
||||||
#endif
|
|
||||||
|
|
||||||
g_object_unref (trobj);
|
g_object_unref (trobj);
|
||||||
g_object_unref (timeline);
|
g_object_unref (timeline);
|
||||||
|
|
Loading…
Reference in a new issue