Instead of creating the element first, then setting properties and presets, we gather those and construct the element with the properties. This means users of gst_parse_launch can now set construct-only properties. Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1380 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3026>
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, ...