Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.c111 parse->got_headers = FALSE; in gst_opus_parse_init()
121 parse->got_headers = FALSE; in gst_opus_parse_start()
134 parse->got_headers = FALSE; in gst_opus_parse_stop()
252 if (!parse->got_headers) { in gst_opus_parse_handle_frame()
343 if (!parse->got_headers || !parse->header_sent) { in gst_opus_parse_parse_frame()
358 parse->got_headers = TRUE; in gst_opus_parse_parse_frame()
Dgstopusparse.h47 gboolean got_headers, header_sent; member
/third_party/libsoup/tests/
Dcontinue-test.c42 EVENT_HANDLER (got_headers) in EVENT_HANDLER() argument
84 G_CALLBACK (got_headers), "client"); in EVENT_HANDLER()
417 G_CALLBACK (got_headers), "server"); in request_started()
Dredirect-test.c123 got_headers (SoupMessage *msg, gpointer user_data) in got_headers() function
182 G_CALLBACK (got_headers), &treq); in do_message_api_test()
227 G_CALLBACK (got_headers), &treq); in do_request_api_test()
Dmultipart-test.c98 got_headers (SoupMessage *msg, int *headers_count) in got_headers() function
445 G_CALLBACK (got_headers), &headers_count); in test_multipart()
Dsniffing-test.c164 got_headers (SoupMessage *msg, gpointer data) in got_headers() function
235 "signal::got-headers", got_headers, GINT_TO_POINTER (should_pause), in do_signals_test()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacdec.h43 gboolean got_headers; /* have we received all the header buffers yet? */ member
Dgstflacenc.h60 gboolean got_headers; member
Dgstflacdec.c221 dec->got_headers = FALSE; in gst_flac_dec_start()
287 flacdec->got_headers = FALSE; in gst_flac_dec_set_format()
808 if (G_UNLIKELY (!dec->got_headers)) { in gst_flac_dec_handle_frame()
825 dec->got_headers = TRUE; in gst_flac_dec_handle_frame()
Dgstflacenc.c402 flacenc->got_headers = FALSE; in gst_flac_enc_start()
1196 if (!flacenc->got_headers) { in gst_flac_enc_write_callback()
1206 flacenc->got_headers = TRUE; in gst_flac_enc_write_callback()
1210 if (flacenc->got_headers && samples == 0) { in gst_flac_enc_write_callback()
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpsrc.h84 gboolean got_headers; /* Already received headers from the server */ member
Dgstsouphttpsrc.c564 src->got_headers = FALSE; in gst_soup_http_src_reset()
1521 src->got_headers = TRUE; in gst_soup_http_src_got_headers()
2809 if (!src->got_headers && GST_STATE (src) >= GST_STATE_PAUSED) { in gst_soup_http_src_check_seekable()
2811 while (!src->got_headers && !g_cancellable_is_cancelled (src->cancellable) in gst_soup_http_src_check_seekable()
2856 if (src->got_headers && !src->seekable) { in gst_soup_http_src_do_seek()
/third_party/libsoup/libsoup/
Dsoup-message.h48 void (*got_headers) (SoupMessage *msg); member
Dsoup-server.c1339 got_headers (SoupMessage *msg, SoupClientContext *client) in got_headers() function
1519 g_signal_connect (msg, "got_headers", G_CALLBACK (got_headers), client); in start_request()
Dsoup-message.c523 G_STRUCT_OFFSET (SoupMessageClass, got_headers), in soup_message_class_init()
/third_party/libsoup/
DChangeLog.pre-git1953 * libsoup/soup-server.c (got_headers): fix leak when decoding path
2260 * libsoup/soup-server.c (got_headers): set Date header, as
2265 * libsoup/soup-server.c (got_headers): if raw_paths isn't set,
2494 (got_informational, got_headers, got_chunk, got_body): remove
2590 immediately after "got_headers", not "got_body", so that we can
5252 got_headers in the 1xx case.
5600 (got_headers, got_chunk, got_body): Default signal methods that
DNEWS3854 processing. (Eg, "wrote_body", "got_headers".) (You
/third_party/gstreamer/gstplugins_good/
DChangeLog16973 reset the decoder and mark got_headers FALSE.