/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | flowcombiner.c | 31 static GstFlowReturn sink_flowret = GST_FLOW_OK; 99 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_OK, GST_FLOW_OK, GST_FLOW_OK); in GST_START_TEST() 102 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_NOT_LINKED, GST_FLOW_OK, in GST_START_TEST() 103 GST_FLOW_OK); in GST_START_TEST() 104 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_EOS, GST_FLOW_OK, GST_FLOW_OK); in GST_START_TEST() 105 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_NOT_LINKED, GST_FLOW_NOT_LINKED, in GST_START_TEST() 106 GST_FLOW_OK); in GST_START_TEST() 111 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_ERROR, GST_FLOW_OK, in GST_START_TEST() 113 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_CUSTOM_ERROR, GST_FLOW_OK, in GST_START_TEST() 115 CHECK_COMBINED_FLOWS (GST_FLOW_OK, GST_FLOW_NOT_NEGOTIATED, GST_FLOW_OK, in GST_START_TEST() [all …]
|
D | transform1.c | 64 fail_unless (res == GST_FLOW_OK); in GST_START_TEST() 78 fail_unless (res == GST_FLOW_OK); in GST_START_TEST() 148 fail_unless (res == GST_FLOW_OK); in GST_START_TEST() 169 fail_unless (res == GST_FLOW_OK); in GST_START_TEST() 190 fail_unless (res == GST_FLOW_OK); in GST_START_TEST() 219 return GST_FLOW_OK; in transform_ip_1() 242 fail_unless (res == GST_FLOW_OK); in GST_START_TEST() 262 fail_unless (res == GST_FLOW_OK); in GST_START_TEST() 352 fail_unless (res == GST_FLOW_OK); in GST_START_TEST() 373 fail_unless (res == GST_FLOW_OK); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-read-common.c | 300 return GST_FLOW_OK; in gst_matroska_decode_content_encodings() 334 return GST_FLOW_OK; in gst_matroska_decode_content_encodings() 780 if ((ret = gst_ebml_read_master (ebml, &id)) != GST_FLOW_OK) { in gst_matroska_read_common_parse_attached_file() 785 while (ret == GST_FLOW_OK && gst_ebml_read_has_remaining (ebml, 1, TRUE)) { in gst_matroska_read_common_parse_attached_file() 788 if ((ret = gst_ebml_peek_id (ebml, &id)) != GST_FLOW_OK) in gst_matroska_read_common_parse_attached_file() 945 GstFlowReturn ret = GST_FLOW_OK; in gst_matroska_read_common_parse_attachments() 950 if ((ret = gst_ebml_read_master (ebml, &id)) != GST_FLOW_OK) { in gst_matroska_read_common_parse_attachments() 958 while (ret == GST_FLOW_OK && gst_ebml_read_has_remaining (ebml, 1, TRUE)) { in gst_matroska_read_common_parse_attachments() 959 if ((ret = gst_ebml_peek_id (ebml, &id)) != GST_FLOW_OK) in gst_matroska_read_common_parse_attachments() 1038 GstFlowReturn ret = GST_FLOW_OK; in gst_matroska_read_common_parse_metadata_targets() [all …]
|
D | matroska-parse.c | 287 if ((ret = gst_ebml_read_master (ebml, &id)) != GST_FLOW_OK) { in gst_matroska_parse_add_stream() 314 while (ret == GST_FLOW_OK && gst_ebml_read_has_remaining (ebml, 1, TRUE)) { in gst_matroska_parse_add_stream() 315 if ((ret = gst_ebml_peek_id (ebml, &id)) != GST_FLOW_OK) in gst_matroska_parse_add_stream() 323 if ((ret = gst_ebml_read_uint (ebml, &id, &num)) != GST_FLOW_OK) in gst_matroska_parse_add_stream() 346 if ((ret = gst_ebml_read_uint (ebml, &id, &num)) != GST_FLOW_OK) in gst_matroska_parse_add_stream() 364 if ((ret = gst_ebml_read_uint (ebml, &id, &track_type)) != GST_FLOW_OK) { in gst_matroska_parse_add_stream() 419 } else if ((ret = gst_ebml_read_master (ebml, &id)) != GST_FLOW_OK) { in gst_matroska_parse_add_stream() 426 while (ret == GST_FLOW_OK && in gst_matroska_parse_add_stream() 428 if ((ret = gst_ebml_peek_id (ebml, &id)) != GST_FLOW_OK) in gst_matroska_parse_add_stream() 436 if ((ret = gst_ebml_read_uint (ebml, &id, &num)) != GST_FLOW_OK) in gst_matroska_parse_add_stream() [all …]
|
D | ebml-read.c | 66 if (ret != GST_FLOW_OK) in gst_ebml_peek_id_length() 80 if (ret != GST_FLOW_OK) in gst_ebml_peek_id_length() 105 if (ret != GST_FLOW_OK) in gst_ebml_peek_id_length() 125 return GST_FLOW_OK; in gst_ebml_peek_id_length() 192 return GST_FLOW_OK; in gst_ebml_read_peek() 206 if (ret != GST_FLOW_OK) in gst_ebml_peek_id_full() 254 if (ret != GST_FLOW_OK) in gst_ebml_read_master() 270 return GST_FLOW_OK; in gst_ebml_read_master() 285 return GST_FLOW_OK; in gst_ebml_read_pop_master() 301 if (ret != GST_FLOW_OK) in gst_ebml_read_skip() [all …]
|
D | matroska-demux.c | 486 GstFlowReturn ret = GST_FLOW_OK; in gst_matroska_demux_parse_mastering_metadata() 498 if ((ret = gst_ebml_read_master (ebml, &id)) != GST_FLOW_OK) in gst_matroska_demux_parse_mastering_metadata() 501 while (ret == GST_FLOW_OK && gst_ebml_read_has_remaining (ebml, 1, TRUE)) { in gst_matroska_demux_parse_mastering_metadata() 502 if ((ret = gst_ebml_peek_id (ebml, &id)) != GST_FLOW_OK) in gst_matroska_demux_parse_mastering_metadata() 506 if ((ret = gst_ebml_read_float (ebml, &id, &num)) != GST_FLOW_OK) in gst_matroska_demux_parse_mastering_metadata() 592 if ((ret = gst_ebml_read_master (ebml, &id)) != GST_FLOW_OK) in gst_matroska_demux_parse_colour() 595 while (ret == GST_FLOW_OK && gst_ebml_read_has_remaining (ebml, 1, TRUE)) { in gst_matroska_demux_parse_colour() 596 if ((ret = gst_ebml_peek_id (ebml, &id)) != GST_FLOW_OK) in gst_matroska_demux_parse_colour() 601 if ((ret = gst_ebml_read_uint (ebml, &id, &num)) != GST_FLOW_OK) in gst_matroska_demux_parse_colour() 609 if ((ret = gst_ebml_read_uint (ebml, &id, &num)) != GST_FLOW_OK) in gst_matroska_demux_parse_colour() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstav1decoder.c | 179 return GST_FLOW_OK; in gst_av1_decoder_finish() 199 return GST_FLOW_OK; in gst_av1_decoder_drain() 267 GstFlowReturn ret = GST_FLOW_OK; in gst_av1_decoder_process_sequence() 281 return GST_FLOW_OK; in gst_av1_decoder_process_sequence() 294 if (ret != GST_FLOW_OK) { in gst_av1_decoder_process_sequence() 304 return GST_FLOW_OK; in gst_av1_decoder_process_sequence() 315 GstFlowReturn ret = GST_FLOW_OK; in gst_av1_decoder_decode_tile_group() 332 if (ret != GST_FLOW_OK) { in gst_av1_decoder_decode_tile_group() 337 return GST_FLOW_OK; in gst_av1_decoder_decode_tile_group() 347 GstFlowReturn ret = GST_FLOW_OK; in gst_av1_decoder_decode_frame_header() [all …]
|
D | gstmpeg2decoder.c | 273 if (*(ret) == GST_FLOW_OK) \ 404 GstFlowReturn ret = GST_FLOW_OK; in gst_mpeg2_decoder_drain() 507 return GST_FLOW_OK; in gst_mpeg2_decoder_handle_sequence() 531 return GST_FLOW_OK; in gst_mpeg2_decoder_handle_sequence() 554 return GST_FLOW_OK; in gst_mpeg2_decoder_handle_sequence_ext() 587 return GST_FLOW_OK; in gst_mpeg2_decoder_handle_sequence_ext() 612 return GST_FLOW_OK; in gst_mpeg2_decoder_handle_sequence_display_ext() 620 return GST_FLOW_OK; in gst_mpeg2_decoder_handle_sequence_display_ext() 645 return GST_FLOW_OK; in gst_mpeg2_decoder_handle_sequence_scalable_ext() 650 return GST_FLOW_OK; in gst_mpeg2_decoder_handle_sequence_scalable_ext() [all …]
|
D | gsth265decoder.c | 129 if (*(ret) == GST_FLOW_OK) \ 267 return GST_FLOW_OK; in gst_h265_decoder_parse_vps() 301 GstFlowReturn ret = GST_FLOW_OK; in gst_h265_decoder_process_sps() 344 if (ret != GST_FLOW_OK) { in gst_h265_decoder_process_sps() 371 return GST_FLOW_OK; in gst_h265_decoder_process_sps() 380 GstFlowReturn ret = GST_FLOW_OK; in gst_h265_decoder_parse_sps() 391 if (ret != GST_FLOW_OK) { in gst_h265_decoder_parse_sps() 417 return GST_FLOW_OK; in gst_h265_decoder_parse_pps() 435 return GST_FLOW_OK; in gst_h265_decoder_parse_sei() 460 return GST_FLOW_OK; in gst_h265_decoder_parse_sei() [all …]
|
D | gstvp9decoder.c | 217 GstFlowReturn ret = GST_FLOW_OK; in gst_vp9_decoder_check_codec_change() 220 return GST_FLOW_OK; in gst_vp9_decoder_check_codec_change() 231 if (ret != GST_FLOW_OK) { in gst_vp9_decoder_check_codec_change() 249 if (ret != GST_FLOW_OK) in gst_vp9_decoder_check_codec_change() 293 GstFlowReturn ret = GST_FLOW_OK; in gst_vp9_decoder_drain_internal() 358 GstFlowReturn ret = GST_FLOW_OK; in gst_vp9_decoder_handle_frame() 417 return GST_FLOW_OK; in gst_vp9_decoder_handle_frame() 422 if (ret != GST_FLOW_OK) { in gst_vp9_decoder_handle_frame() 480 if (ret != GST_FLOW_OK) { in gst_vp9_decoder_handle_frame() 488 if (ret != GST_FLOW_OK) { in gst_vp9_decoder_handle_frame() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videoencoder.c | 149 GstFlowReturn ret = GST_FLOW_OK; in gst_video_encoder_tester_output_step_by_step() 180 return GST_FLOW_OK; in gst_video_encoder_tester_handle_frame() 225 tester->pre_push_result = GST_FLOW_OK; in gst_video_encoder_tester_init() 351 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() 408 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() 463 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() 531 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() 656 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() 667 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() 713 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtph264.c | 310 fail_unless_equals_int (flow, GST_FLOW_OK); in GST_START_TEST() 413 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 444 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 454 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 520 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 527 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 532 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 562 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 568 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 576 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() [all …]
|
D | rtph265.c | 266 fail_unless_equals_int (flow, GST_FLOW_OK); in GST_START_TEST() 354 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 385 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 395 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 479 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 483 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 487 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 491 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 541 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() 546 fail_unless_equals_int (ret, GST_FLOW_OK); in GST_START_TEST() [all …]
|
D | qtdemux.c | 116 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in GST_START_TEST() 166 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in GST_START_TEST() 224 fail_unless (gst_pad_chain (sinkpad, inbuf) == GST_FLOW_OK); in GST_START_TEST() 234 fail_unless (gst_pad_chain (sinkpad, inbuf) == GST_FLOW_OK); in GST_START_TEST() 253 fail_unless (gst_pad_chain (sinkpad, inbuf) == GST_FLOW_OK); in GST_START_TEST() 294 return GST_FLOW_OK; in _sink_chain() 433 fail_unless (gst_pad_chain (sinkpad, inbuf) == GST_FLOW_OK); in GST_START_TEST() 443 fail_unless (gst_pad_chain (sinkpad, inbuf) == GST_FLOW_OK); in GST_START_TEST() 452 fail_unless (gst_pad_chain (sinkpad, inbuf) == GST_FLOW_OK); in GST_START_TEST() 461 fail_unless (gst_pad_chain (sinkpad, inbuf) == GST_FLOW_OK); in GST_START_TEST() [all …]
|
D | rtpmux.c | 208 fail_unless (gst_pad_push (src1, inbuf) == GST_FLOW_OK); in test_basic() 300 fail_unless (gst_pad_push (pad, inbuf) == GST_FLOW_OK); in lock_check_cb() 382 fail_unless_equals_int (GST_FLOW_OK, in GST_START_TEST() 384 fail_unless_equals_int (GST_FLOW_OK, in GST_START_TEST() 415 fail_unless_equals_int (GST_FLOW_OK, in GST_START_TEST() 417 fail_unless_equals_int (GST_FLOW_OK, in GST_START_TEST() 452 fail_unless_equals_int (GST_FLOW_OK, in GST_START_TEST() 454 fail_unless_equals_int (GST_FLOW_OK, in GST_START_TEST() 502 fail_unless_equals_int (GST_FLOW_OK, in GST_START_TEST() 504 fail_unless_equals_int (GST_FLOW_OK, in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | rtponviftimestamp.c | 316 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer_in), GST_FLOW_OK); in do_one_buffer_test_apply() 343 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer_in), GST_FLOW_OK); in do_two_buffers_test_apply() 356 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer_in), GST_FLOW_OK); in do_two_buffers_test_apply() 416 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer), GST_FLOW_OK); in GST_START_TEST() 430 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer), GST_FLOW_OK); in GST_START_TEST() 453 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer), GST_FLOW_OK); in GST_START_TEST() 457 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer), GST_FLOW_OK); in GST_START_TEST() 461 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer), GST_FLOW_OK); in GST_START_TEST() 472 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer), GST_FLOW_OK); in GST_START_TEST() 476 fail_unless_equals_int (gst_pad_push (mysrcpad, buffer), GST_FLOW_OK); in GST_START_TEST() [all …]
|
D | h265parse.c | 456 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in bytestream_push_first_au_inalign_nal() 459 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in bytestream_push_first_au_inalign_nal() 462 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in bytestream_push_first_au_inalign_nal() 465 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in bytestream_push_first_au_inalign_nal() 469 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in bytestream_push_first_au_inalign_nal() 483 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in bytestream_push_first_au_inalign_au() 500 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in test_flow_outalign_nal() 506 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in test_flow_outalign_nal() 522 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in test_flow_outalign_au() 528 fail_unless_equals_int (gst_harness_push (h, buf), GST_FLOW_OK); in test_flow_outalign_au() [all …]
|
D | interlace.c | 38 fail_unless_equals_int (gst_harness_push (h, buffer), GST_FLOW_OK); in GST_START_TEST() 45 fail_unless_equals_int (gst_harness_push (h, buffer), GST_FLOW_OK); in GST_START_TEST() 84 fail_unless_equals_int (gst_harness_push (h, buffer), GST_FLOW_OK); in GST_START_TEST() 91 fail_unless_equals_int (gst_harness_push (h, buffer), GST_FLOW_OK); in GST_START_TEST() 111 fail_unless_equals_int (gst_harness_push (h, buffer), GST_FLOW_OK); in GST_START_TEST() 145 fail_unless_equals_int (gst_harness_push (h, buffer), GST_FLOW_OK); in GST_START_TEST() 164 fail_unless_equals_int (gst_harness_push (h, buffer), GST_FLOW_OK); in GST_START_TEST()
|
D | mpegtsdemux.c | 194 GST_BUFFER_COPY_MEMORY, i, 1)) == GST_FLOW_OK); in GST_START_TEST() 236 GST_BUFFER_COPY_MEMORY, i, 1)) == GST_FLOW_OK); in GST_START_TEST() 269 fail_unless (gst_harness_push (h, buf) == GST_FLOW_OK); in GST_START_TEST() 304 fail_unless (gst_harness_push (h, gst_buffer_ref (buf)) == GST_FLOW_OK); in GST_START_TEST() 305 fail_unless (gst_harness_push (h, gst_buffer_ref (padding)) == GST_FLOW_OK); in GST_START_TEST() 306 fail_unless (gst_harness_push (h, buf) == GST_FLOW_OK); in GST_START_TEST() 307 fail_unless (gst_harness_push (h, gst_buffer_ref (padding)) == GST_FLOW_OK); in GST_START_TEST() 308 fail_unless (gst_harness_push (h, padding) == GST_FLOW_OK); in GST_START_TEST() 368 fail_unless (gst_harness_push (h, buf) == GST_FLOW_OK); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | vorbistag.c | 262 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() 268 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() 272 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() 274 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() 317 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() 323 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() 327 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() 329 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() 373 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() 379 fail_unless_equals_int (gst_pad_push (mysrcpad, inbuffer), GST_FLOW_OK); in GST_START_TEST() [all …]
|
D | appsink.c | 79 return GST_FLOW_OK; in callback_function() 98 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() 128 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() 263 return GST_FLOW_OK; in callback_function_sample_fallback() 291 return GST_FLOW_OK; in callback_function_sample() 316 fail_unless (gst_pad_push_list (mysrcpad, list) == GST_FLOW_OK); in GST_START_TEST() 345 fail_unless (gst_pad_push_list (mysrcpad, list) == GST_FLOW_OK); in GST_START_TEST() 372 fail_unless (gst_pad_push_list (mysrcpad, list) == GST_FLOW_OK); in GST_START_TEST() 402 fail_unless (gst_pad_push_list (mysrcpad, list) == GST_FLOW_OK); in GST_START_TEST() 429 fail_unless (gst_pad_push (mysrcpad, buffer) == GST_FLOW_OK); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/proxy/ |
D | gstproxysink.c | 195 return data->ret == GST_FLOW_OK; in copy_sticky_events() 217 CopyStickyEventsData data = { srcpad, GST_FLOW_OK }; in gst_proxy_sink_sink_event() 220 self->pending_sticky_events = data.ret != GST_FLOW_OK; in gst_proxy_sink_sink_event() 244 GstFlowReturn ret = GST_FLOW_OK; in gst_proxy_sink_sink_chain() 254 CopyStickyEventsData data = { srcpad, GST_FLOW_OK }; in gst_proxy_sink_sink_chain() 257 self->pending_sticky_events = data.ret != GST_FLOW_OK; in gst_proxy_sink_sink_chain() 271 return GST_FLOW_OK; in gst_proxy_sink_sink_chain() 280 GstFlowReturn ret = GST_FLOW_OK; in gst_proxy_sink_sink_chain_list() 290 CopyStickyEventsData data = { srcpad, GST_FLOW_OK }; in gst_proxy_sink_sink_chain_list() 293 self->pending_sticky_events = data.ret != GST_FLOW_OK; in gst_proxy_sink_sink_chain_list() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | valve.c | 40 fail_unless_equals_int (GST_FLOW_OK, gst_harness_push (h, gst_buffer_new ())); in GST_START_TEST() 41 fail_unless_equals_int (GST_FLOW_OK, gst_harness_push (h, gst_buffer_new ())); in GST_START_TEST() 47 fail_unless_equals_int (GST_FLOW_OK, gst_harness_push (h, gst_buffer_new ())); in GST_START_TEST() 48 fail_unless_equals_int (GST_FLOW_OK, gst_harness_push (h, gst_buffer_new ())); in GST_START_TEST() 78 fail_unless_equals_int (GST_FLOW_OK, gst_harness_push (h, gst_buffer_new ())); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisdec.c | 226 return GST_FLOW_OK; in vorbis_handle_identification_packet() 288 return GST_FLOW_OK; in vorbis_handle_comment_packet() 311 return GST_FLOW_OK; in vorbis_handle_type_packet() 359 res = GST_FLOW_OK; in vorbis_handle_header_packet() 397 GstFlowReturn result = GST_FLOW_OK; in vorbis_dec_handle_header_caps() 424 while (result == GST_FLOW_OK && i < gst_value_array_get_size (array)) { in vorbis_dec_handle_header_caps() 436 return (result != GST_FLOW_OK ? GST_FLOW_NOT_NEGOTIATED : GST_FLOW_OK); in vorbis_dec_handle_header_caps() 471 if (result != GST_FLOW_OK) in vorbis_handle_data_packet() 494 result = GST_FLOW_OK; in vorbis_handle_data_packet() 582 GstFlowReturn result = GST_FLOW_OK; in check_pending_headers() [all …]
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfilesink.c | 469 if (gst_file_sink_flush_buffer (sink) != GST_FLOW_OK) in gst_file_sink_close_file() 561 if (gst_file_sink_flush_buffer (filesink) != GST_FLOW_OK) in gst_file_sink_do_seek() 647 if (gst_file_sink_flush_buffer (filesink) != GST_FLOW_OK) in gst_file_sink_event() 738 if (flow != GST_FLOW_OK) in gst_file_sink_render_list_internal() 747 return GST_FLOW_OK; in gst_file_sink_render_list_internal() 754 GstFlowReturn flow_ret = GST_FLOW_OK; in gst_file_sink_flush_buffer() 778 if (flow_ret != GST_FLOW_OK) in gst_file_sink_flush_buffer() 845 if (flow != GST_FLOW_OK) in render_buffer() 871 if (flow == GST_FLOW_OK) in gst_file_sink_render_list() 883 flow = GST_FLOW_OK; in gst_file_sink_render_list() [all …]
|