Searched refs:have_size (Results 1 – 8 of 8) sorted by relevance
120 gboolean have_size = FALSE; in gst_pes_filter_parse() local184 have_size = TRUE; in gst_pes_filter_parse()501 if (have_size == TRUE) { in gst_pes_filter_parse()
85 gboolean have_size; /* Received and parsed Content-Length member
563 src->have_size = FALSE; in gst_soup_http_src_reset()1534 if (!src->have_size || (src->content_size != newsize)) { in gst_soup_http_src_got_headers()1536 src->have_size = TRUE; in gst_soup_http_src_got_headers()1968 src->have_body && (!src->have_size || in gst_soup_http_src_parse_status()2376 if (src->have_size) { in gst_soup_http_src_update_position()2537 if (src->have_size && src->read_position < src->content_size) { in gst_soup_http_src_read_buffer()2790 if (src->have_size) { in gst_soup_http_src_get_size()2866 if (src->have_size && segment->start >= src->content_size) { in gst_soup_http_src_do_seek()
3594 gboolean have_size; in gst_base_src_start_complete() local3608 have_size = FALSE; in gst_base_src_start_complete()3614 if (!(have_size = bclass->get_size (basesrc, &size))) in gst_base_src_start_complete()3627 G_GINT64_FORMAT, gst_format_get_name (format), have_size, size, in gst_base_src_start_complete()
6375 int have_palette = 0, have_size = 0; in mov_create_dvd_sub_decoder_specific_info() local6398 have_size = 1; in mov_create_dvd_sub_decoder_specific_info()6400 if (have_palette && have_size) in mov_create_dvd_sub_decoder_specific_info()
4258 * examples/autoplug/autoplug.c: added have_size handler so the
53542 souphttpsrc: Consistently use have_size instead of content_size!=0