Lines Matching refs:fstr
1229 const gchar *fstr; in gst_matroska_mux_video_pad_setcaps() local
1232 fstr = gst_structure_get_string (structure, "format"); in gst_matroska_mux_video_pad_setcaps()
1233 if (fstr) { in gst_matroska_mux_video_pad_setcaps()
1234 if (strlen (fstr) == 4) in gst_matroska_mux_video_pad_setcaps()
1235 videocontext->fourcc = GST_STR_FOURCC (fstr); in gst_matroska_mux_video_pad_setcaps()
1236 else if (!strcmp (fstr, "GRAY8")) in gst_matroska_mux_video_pad_setcaps()
1238 else if (!strcmp (fstr, "BGR")) in gst_matroska_mux_video_pad_setcaps()
1240 else if (!strcmp (fstr, "RGB")) in gst_matroska_mux_video_pad_setcaps()
1292 const gchar *fstr; in gst_matroska_mux_video_pad_setcaps() local
1294 fstr = gst_structure_get_string (structure, "format"); in gst_matroska_mux_video_pad_setcaps()
1295 if (fstr && strlen (fstr) == 4) { in gst_matroska_mux_video_pad_setcaps()
1296 fourcc = GST_STR_FOURCC (fstr); in gst_matroska_mux_video_pad_setcaps()