gstreamer/tests/check
Niels De Graef 0cb3940c94 bin: Add method to find elements by factory name
A common use case of a dynamically built pipeline is that you want to
(conditionally) find a certain element, e.g. the `rtpbin`s in a
`uridecodebin`. If that element has a fixed name inside its parent bin
(and only has a single instance) this can be easily done by
`gst_bin_get_by_name()`.

If there are multiple instances of the element however, you can only use
`gst_bin_iterate_all_by_interface()`, but this doesn't work if you don't
have the specific `GType` (which is often the case, due to plugins being
dynamically loaded). As such, another fallback could be to use the
well-known name of the element's factory (in case of our example, this
is of course `"rtpbin"`).
2019-12-20 14:29:19 +01:00
..
elements Remove deprecated GTimeVal 2019-12-10 19:18:32 -05:00
generic Remove autotools build system 2019-10-13 16:10:42 +01:00
gst bin: Add method to find elements by factory name 2019-12-20 14:29:19 +01:00
libs harness: fixed race condition on forward pad while forwarding sticky events to sink harness 2019-11-13 20:33:51 +00:00
pipelines tests: fix pipelines_parse_launch.delayed_link flakiness 2019-12-14 11:25:20 +00:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
gstreamer.supp tests: Add test for new live-objects leaktracer API 2019-07-02 15:13:26 +05:30
meson.build tests: Add test for new live-objects leaktracer API 2019-07-02 15:13:26 +05:30