Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dstreamsynchronizer.c166 my_push_thread (MyPushInfo * pushinfo) in my_push_thread() argument
171 for (tmp = pushinfo->to_push; tmp; tmp = tmp->next) { in my_push_thread()
173 gst_pad_push_event (pushinfo->pad, GST_EVENT (tmp->data)); in my_push_thread()
175 gst_pad_push (pushinfo->pad, GST_BUFFER (tmp->data)); in my_push_thread()
191 MyPushInfo pushinfo; in GST_START_TEST() local
267 pushinfo.pad = mysrcpad; in GST_START_TEST()
268 pushinfo.to_push = to_push; in GST_START_TEST()
270 thread = g_thread_new ("pushthread", (GThreadFunc) my_push_thread, &pushinfo); in GST_START_TEST()