Searched refs:to_push (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | streamsynchronizer.c | 42 GList *to_push; member 171 for (tmp = pushinfo->to_push; tmp; tmp = tmp->next) { in my_push_thread() 187 GList *to_push = NULL, *expected = NULL; in GST_START_TEST() local 221 to_push = g_list_append (to_push, event); in GST_START_TEST() 226 to_push = g_list_append (to_push, event); in GST_START_TEST() 234 to_push = g_list_append (to_push, buf); in GST_START_TEST() 240 to_push = g_list_append (to_push, event); in GST_START_TEST() 247 to_push = g_list_append (to_push, event); in GST_START_TEST() 260 to_push = g_list_append (to_push, buf); in GST_START_TEST() 268 pushinfo.to_push = to_push; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/dvdspu/ |
D | gstdvdspu.c | 423 GstBuffer *to_push = NULL; in gst_dvd_spu_video_event() local 441 to_push = dvdspu->pending_frame; in gst_dvd_spu_video_event() 447 if (to_push) in gst_dvd_spu_video_event() 448 gst_pad_push (dvdspu->srcpad, to_push); in gst_dvd_spu_video_event() 1099 GstBuffer *to_push = NULL; in gst_dvd_spu_subpic_event() local 1114 to_push = dvdspu->pending_frame; in gst_dvd_spu_subpic_event() 1118 gst_pad_push (dvdspu->srcpad, to_push); in gst_dvd_spu_subpic_event()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsparse.c | 709 gboolean to_push = TRUE; in mpegts_parse_tspad_push_section() local 718 to_push = FALSE; in mpegts_parse_tspad_push_section() 724 to_push = FALSE; in mpegts_parse_tspad_push_section() 729 "pushing section: %d program number: %d table_id: %d", to_push, in mpegts_parse_tspad_push_section() 732 if (to_push) { in mpegts_parse_tspad_push_section()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 71595 to_push list, otherwise thread might check the final 71596 to_push->next node only after we've freed it already.
|