/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | capsfilter.c | 297 fail_unless (gst_pad_push_event (mysrcpad, gst_event_new_caps (caps))); in GST_START_TEST() 375 fail_unless (gst_pad_push_event (mysrcpad, gst_event_new_caps (caps))); in GST_START_TEST() 414 fail_unless (gst_pad_push_event (mysrcpad, gst_event_new_caps (caps))); in GST_START_TEST() 450 fail_unless (gst_pad_push_event (mysrcpad, gst_event_new_caps (caps))); in GST_START_TEST()
|
D | streamiddemux.c | 182 fail_unless (gst_pad_push_event (td.mysrc, gst_event_new_caps (td.mycaps))); in GST_START_TEST() 353 event = gst_event_new_caps (td.caps[stream_cnt]); in GST_START_TEST() 378 gst_event_new_caps (td.caps[active_stream]))); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | qtmux.c | 1281 input1.input = g_list_append (input1.input, gst_event_new_caps (caps)); in GST_START_TEST() 1301 input2.input = g_list_append (input2.input, gst_event_new_caps (caps)); in GST_START_TEST() 1338 input1.input = g_list_append (input1.input, gst_event_new_caps (caps)); in GST_START_TEST() 1360 input2.input = g_list_append (input2.input, gst_event_new_caps (caps)); in GST_START_TEST() 1400 input1.input = g_list_append (input1.input, gst_event_new_caps (caps)); in GST_START_TEST() 1422 input2.input = g_list_append (input2.input, gst_event_new_caps (caps)); in GST_START_TEST() 1462 input1.input = g_list_append (input1.input, gst_event_new_caps (caps)); in GST_START_TEST() 1488 input2.input = g_list_append (input2.input, gst_event_new_caps (caps)); in GST_START_TEST() 1526 input1.input = g_list_append (input1.input, gst_event_new_caps (caps)); in GST_START_TEST() 1555 input2.input = g_list_append (input2.input, gst_event_new_caps (caps)); in GST_START_TEST()
|
D | vp8dec.c | 230 fail_unless (gst_pad_push_event (srcpad, gst_event_new_caps (caps))); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcompat.h | 56 event = gst_event_new_caps (caps); in gst_pad_set_caps()
|
D | gstevent.h | 600 GstEvent * gst_event_new_caps (GstCaps *caps) G_GNUC_MALLOC;
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | rsnparsetter.c | 133 caps_event = gst_event_new_caps (parset->outcaps); in rsn_parsetter_sink_event() 156 event = gst_event_new_caps (parset->outcaps); in rsn_parsetter_sink_event()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccextractor.c | 294 GstEvent *new_event = gst_event_new_caps (caption_caps); in forward_sticky_events() 362 gst_pad_push_event (filter->captionpad, gst_event_new_caps (caption_caps)); in gst_cc_extractor_handle_meta()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpredenc.c | 136 ret = gst_event_new_caps (new); in _create_caps_event() 294 event = gst_event_new_caps (caps); in _pad_push()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkatedec.c | 276 gst_pad_push_event (kd->srcpad, gst_event_new_caps (caps)); in gst_kate_dec_handle_kate_event() 321 gst_pad_push_event (kd->srcpad, gst_event_new_caps (caps)); in gst_kate_dec_handle_kate_event()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mpegtsmux.c | 468 gst_pad_push_event (src1, gst_event_new_caps (caps)); in setup_caps() 471 gst_pad_push_event (src2, gst_event_new_caps (caps)); in setup_caps() 478 gst_pad_push_event (src3, gst_event_new_caps (caps)); in setup_caps()
|
D | shm.c | 129 gst_pad_push_event (srcpad, gst_event_new_caps (caps)); in GST_START_TEST()
|
D | avwait.c | 145 gst_pad_send_event (pad, gst_event_new_caps (caps)); in push_abuffers()
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawbaseparse.c | 404 gst_event_new_caps (new_src_caps) in gst_raw_base_parse_set_sink_caps() 519 new_caps_event = gst_event_new_caps (new_src_caps); in gst_raw_base_parse_handle_frame()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgluploadelement.c | 251 gst_pad_send_event (sinkpad, gst_event_new_caps (incaps)); in gst_gl_upload_element_prepare_output_buffer()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | rawaudioparse.c | 368 fail_unless (gst_pad_push_event (mysrcpad, gst_event_new_caps (caps))); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffmux.c | 387 gst_pad_push_event (aiffmux->srcpad, gst_event_new_caps (outcaps)); in gst_aiff_mux_set_caps()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 207 event = gst_event_new_caps (caps); in gst_type_find_element_have_type() 210 event = gst_event_new_caps (caps); in gst_type_find_element_have_type() 236 event = gst_event_new_caps (caps); in gst_type_find_element_emit_have_type()
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfparse.c | 233 gst_event_new_caps (gst_caps_new_simple ("video/x-ms-asf", "parsed", in gst_asf_parse_handle_frame_headers()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpfunnel.c | 116 caps = gst_event_new_caps (funnel->srccaps); in gst_rtp_funnel_send_sticky()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpad.c | 291 event = gst_event_new_caps (caps); in GST_START_TEST() 460 event = gst_event_new_caps (failcaps); in GST_START_TEST() 527 event = gst_event_new_caps (caps); in GST_START_TEST() 2239 gst_pad_send_event (sink, gst_event_new_caps (caps)); in test_queue_src_caps_notify() 2600 gst_pad_push_event (srcpad, gst_event_new_caps (caps)); in GST_START_TEST() 2624 gst_pad_push_event (srcpad, gst_event_new_caps (caps)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstsbcparse.c | 225 gst_event_new_caps (caps)); in gst_sbc_parse_handle_frame()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videoencoder.c | 241 fail_unless (gst_pad_push_event (mysrcpad, gst_event_new_caps (caps))); in send_startup_events()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlparse.c | 537 event = gst_event_new_caps (caps); in gst_ttml_parse_sink_event()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlsenc.c | 452 gst_pad_push_event (self->src, gst_event_new_caps (caps)); in src_task_loop()
|