gstreamer/subprojects/gstreamer/tests
Seungha Yang 43052fabb5 gststructure: Add gst_structure_get_flags method
We don't prevent setting G_TYPE_FLAGS on GstStructure
but no helper method for getting the value.
Add a method similar to gst_structure_get_enum()

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2770>
2022-07-19 20:54:31 +09:00
..
benchmarks Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
check gststructure: Add gst_structure_get_flags method 2022-07-19 20:54:31 +09:00
examples Remove glib and gobject dependencies everywhere 2022-04-01 16:32:17 +00:00
misc Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
validate meson: update for meson.build_root() and .build_source() deprecation 2021-10-20 11:20:44 +00:00
meson.build Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00
README Move files from gstreamer into the "subprojects/gstreamer/" subdir 2021-09-24 16:13:07 -03:00

This directory contains regression tests, functionality tests, examples,
benchmarks, ...

benchmarks/
   benchmarks to profile pieces of GStreamer
check/
   unit tests using the check library, non-interactive
examples/
   small examples demonstrating the use of various features
misc/
   prototypes, random bits, ...