gst-full: Create 'alpha' element
It is the only plugin built by the CI, with coreelements.
This commit is contained in:
parent
66d22c103b
commit
315c5f87e2
@ -13,5 +13,9 @@ main (int argc, char *argv[])
|
||||
g_assert_nonnull (e);
|
||||
g_object_unref (e);
|
||||
|
||||
e = gst_element_factory_make ("alpha", NULL);
|
||||
g_assert_nonnull (e);
|
||||
g_object_unref (e);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user