Searched refs:wmvversion (Results 1 – 5 of 5) sorted by relevance
2242 gint wmvversion; in gst_asf_mux_video_set_caps() local2251 } else if (gst_structure_get_int (structure, "wmvversion", &wmvversion)) { in gst_asf_mux_video_set_caps()2252 if (wmvversion == 2) { in gst_asf_mux_video_set_caps()2254 } else if (wmvversion == 1) { in gst_asf_mux_video_set_caps()2256 } else if (wmvversion == 3) { in gst_asf_mux_video_set_caps()
1291 gint wmvversion; in gst_matroska_mux_video_pad_setcaps() local1297 } else if (gst_structure_get_int (structure, "wmvversion", &wmvversion)) { in gst_matroska_mux_video_pad_setcaps()1298 if (wmvversion == 2) { in gst_matroska_mux_video_pad_setcaps()1300 } else if (wmvversion == 1) { in gst_matroska_mux_video_pad_setcaps()1302 } else if (wmvversion == 3) { in gst_matroska_mux_video_pad_setcaps()
593 gint wmvversion; in gst_avi_mux_vidsink_set_caps() local595 if (gst_structure_get_int (structure, "wmvversion", &wmvversion)) { in gst_avi_mux_vidsink_set_caps()596 switch (wmvversion) { in gst_avi_mux_vidsink_set_caps()
4008 gint wmvversion = 0; in gst_ffmpeg_caps_to_codecid() local4010 if (gst_structure_get_int (structure, "wmvversion", &wmvversion)) { in gst_ffmpeg_caps_to_codecid()4011 switch (wmvversion) { in gst_ffmpeg_caps_to_codecid()
261 Properties: wmvversion = 1/2/3 (INT)