Home
last modified time | relevance | path

Searched refs:GstTestScope (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dbaseaudiovisualizer.c31 …GST_TEST_SCOPE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_TEST_SCOPE,GstTestScope))
33 typedef struct _GstTestScope GstTestScope; typedef
66 G_DEFINE_TYPE (GstTestScope, gst_test_scope, GST_TYPE_AUDIO_VISUALIZER);
84 gst_test_scope_init (GstTestScope * scope) in gst_test_scope_init()