mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
tests: Pass a ref of CAPS_ANY to ges_track_new
This commit is contained in:
parent
b84ec5add6
commit
73bdde653d
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ GST_START_TEST (test_filesource_properties)
|
|||
|
||||
ges_init ();
|
||||
|
||||
track = ges_track_new (GES_TRACK_TYPE_AUDIO, GST_CAPS_ANY);
|
||||
track = ges_track_new (GES_TRACK_TYPE_AUDIO, gst_caps_ref (GST_CAPS_ANY));
|
||||
fail_unless (track != NULL);
|
||||
|
||||
layer = ges_layer_new ();
|
||||
|
|
Loading…
Reference in a new issue