Searched refs:have_video (Results 1 – 6 of 6) sorted by relevance
544 int have_video = 0, have_audio = 0; in main() local581 have_video = 1; in main()592 if (have_video) in main()636 if (have_video) in main()
204 gboolean have_video; member
3434 if (is_primary_video && splitmux->have_video) in gst_splitmux_sink_request_new_pad()3604 splitmux->have_video = TRUE; in gst_splitmux_sink_request_new_pad()3675 splitmux->have_video = FALSE; in gst_splitmux_sink_release_pad()
143 int have_video; member1229 mkv->have_video = 1; in mkv_write_track()2192 if (!mkv->have_video) { in mkv_end_cluster()2346 (par->codec_type == AVMEDIA_TYPE_VIDEO || !mkv->have_video && !track->has_cue)) { in mkv_write_packet_internal()2440 …keyframe && (mkv->have_video ? codec_type == AVMEDIA_TYPE_VIDEO : 1) ? AVIO_DATA_MARKER_SYNC_POINT… in mkv_write_packet()
823 gboolean have_video; in gst_flv_mux_create_header() local833 have_video = (mux->video_pad && mux->video_pad->codec != G_MAXUINT); in gst_flv_mux_create_header()835 data[4] = (have_audio << 2) | have_video; /* flags */ in gst_flv_mux_create_header()
114587 Reset the have_video/have_audio flags and make sure to