Home
last modified time | relevance | path

Searched refs:video_pads (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c1091 if (avimux->video_pads > 0) in gst_avi_mux_request_new_pad()
1096 avimux->video_pads++; in gst_avi_mux_request_new_pad()
1476 if (avimux->video_pads > 0) { in gst_avi_mux_riff_get_avi_header()
1847 avimux->audio_pads = avimux->video_pads = 0; in gst_avi_mux_start_file()
1856 if (avimux->video_pads) in gst_avi_mux_start_file()
1860 if (!avimux->video_pads) in gst_avi_mux_start_file()
1863 avipad->tag = g_strdup_printf ("%02udb", avimux->video_pads); in gst_avi_mux_start_file()
1864 avipad->idx_tag = g_strdup_printf ("ix%02u", avimux->video_pads++); in gst_avi_mux_start_file()
1912 if (avimux->video_pads > 0) { in gst_avi_mux_stop_file()
1921 if (avimux->audio_pads > 0 && avimux->video_pads > 0) in gst_avi_mux_stop_file()
Dgstavimux.h158 guint video_pads, audio_pads; member
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.h354 guint video_pads, audio_pads, subtitle_pads, caption_pads; member
Dgstqtmux.c7158 mux->video_pads = 0; in gst_qt_mux_release_pad()
7204 name = g_strdup_printf ("video_%u", qtmux->video_pads++); in gst_qt_mux_request_new_pad()