mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -13,5 +13,9 @@ main (int argc, char *argv[])
|
||||||
g_assert_nonnull (e);
|
g_assert_nonnull (e);
|
||||||
g_object_unref (e);
|
g_object_unref (e);
|
||||||
|
|
||||||
|
e = gst_element_factory_make ("alpha", NULL);
|
||||||
|
g_assert_nonnull (e);
|
||||||
|
g_object_unref (e);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue