Searched refs:video_structure (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/ |
D | gstdshow.cpp | 648 GstStructure *video_structure = NULL; in gst_dshow_new_video_caps() local 704 video_structure = gst_caps_get_structure (video_caps, 0); in gst_dshow_new_video_caps() 724 gst_structure_set (video_structure, "width", G_TYPE_INT, min_w, NULL); in gst_dshow_new_video_caps() 726 gst_structure_set (video_structure, in gst_dshow_new_video_caps() 730 gst_structure_set (video_structure, "height", G_TYPE_INT, min_h, NULL); in gst_dshow_new_video_caps() 732 gst_structure_set (video_structure, in gst_dshow_new_video_caps() 736 gst_structure_set (video_structure, "framerate", in gst_dshow_new_video_caps() 739 gst_structure_set (video_structure, "framerate", in gst_dshow_new_video_caps()
|