Searched refs:caps_name (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | streamiddemux.c | 332 gchar *caps_name; in GST_START_TEST() local 333 caps_name = g_strdup_printf ("test/test%d", stream_cnt); in GST_START_TEST() 334 td.caps[stream_cnt] = gst_caps_new_empty_simple (caps_name); in GST_START_TEST() 336 g_free (caps_name); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtdec.c | 529 const char *caps_name; in gst_vtdec_set_format() local 535 caps_name = gst_structure_get_name (structure); in gst_vtdec_set_format() 536 if (!strcmp (caps_name, "video/x-h264")) { in gst_vtdec_set_format() 538 } else if (!strcmp (caps_name, "video/mpeg")) { in gst_vtdec_set_format() 540 } else if (!strcmp (caps_name, "image/jpeg")) { in gst_vtdec_set_format() 542 } else if (!strcmp (caps_name, "video/x-prores")) { in gst_vtdec_set_format()
|
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/ |
D | gstteletextdec.c | 668 const gchar *caps_name, *caps_fmt; in gst_teletextdec_negotiate_caps() local 679 caps_name = gst_structure_get_name (caps_struct); in gst_teletextdec_negotiate_caps() 682 if (!g_strcmp0 (caps_name, "video/x-raw")) { in gst_teletextdec_negotiate_caps() 690 } else if (!g_strcmp0 (caps_name, "text/x-raw") && in gst_teletextdec_negotiate_caps() 693 } else if (!g_strcmp0 (caps_name, "text/x-raw") && in gst_teletextdec_negotiate_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfmux.c | 2115 const gchar *caps_name; in gst_asf_mux_audio_set_caps() local 2130 caps_name = gst_structure_get_name (structure); in gst_asf_mux_audio_set_caps() 2148 if (strcmp (caps_name, "audio/x-wma") == 0) { in gst_asf_mux_audio_set_caps() 2174 } else if (strcmp (caps_name, "audio/mpeg") == 0) { in gst_asf_mux_audio_set_caps() 2208 const gchar *caps_name; in gst_asf_mux_video_set_caps() local 2223 caps_name = gst_structure_get_name (structure); in gst_asf_mux_video_set_caps() 2241 if (strcmp (caps_name, "video/x-wmv") == 0) { in gst_asf_mux_video_set_caps()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/ipcpipeline/ |
D | ipc-play.c | 552 const gchar *caps_name = c; in find_ipcpipelinesink() local 555 return g_strcmp0 (caps_name, n); in find_ipcpipelinesink()
|