Searched refs:caps_struct (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasedepayload.c | 443 GstStructure *caps_struct; in gst_rtp_base_depayload_setcaps() local 462 caps_struct = gst_caps_get_structure (caps, 0); in gst_rtp_base_depayload_setcaps() 464 value = gst_structure_get_value (caps_struct, "onvif-mode"); in gst_rtp_base_depayload_setcaps() 475 value = gst_structure_get_value (caps_struct, "npt-start"); in gst_rtp_base_depayload_setcaps() 482 value = gst_structure_get_value (caps_struct, "npt-stop"); in gst_rtp_base_depayload_setcaps() 490 value = gst_structure_get_value (caps_struct, "play-speed"); in gst_rtp_base_depayload_setcaps() 496 value = gst_structure_get_value (caps_struct, "play-scale"); in gst_rtp_base_depayload_setcaps() 502 value = gst_structure_get_value (caps_struct, "clock-base"); in gst_rtp_base_depayload_setcaps() 511 guint i, j, n_fields = gst_structure_n_fields (caps_struct); in gst_rtp_base_depayload_setcaps() 522 const gchar *field_name = gst_structure_nth_field_name (caps_struct, i); in gst_rtp_base_depayload_setcaps() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/videoitem/ |
D | videoitem.cpp | 302 GstStructure *caps_struct = gst_caps_get_structure(caps, 0); in updateRect() local 305 gst_structure_get_int(caps_struct, "width", &picWidth); in updateRect() 306 gst_structure_get_int(caps_struct, "height", &picHeight); in updateRect()
|
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/ |
D | gstteletextdec.c | 667 GstStructure *caps_struct; in gst_teletextdec_negotiate_caps() local 678 caps_struct = gst_caps_get_structure (peercaps, 0); in gst_teletextdec_negotiate_caps() 679 caps_name = gst_structure_get_name (caps_struct); in gst_teletextdec_negotiate_caps() 680 caps_fmt = gst_structure_get_string (caps_struct, "format"); in gst_teletextdec_negotiate_caps() 686 gst_structure_set (caps_struct, in gst_teletextdec_negotiate_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstahssrc.c | 438 const GstStructure *caps_struct; in gst_ahs_src_set_caps() local 445 caps_struct = gst_caps_get_structure (caps, 0); in gst_ahs_src_set_caps() 446 type_str = gst_structure_get_string (caps_struct, "type"); in gst_ahs_src_set_caps()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | gstrtpjitterbuffer.c | 1386 GstStructure *caps_struct; in gst_jitter_buffer_sink_parse_caps() local 1395 caps_struct = gst_caps_get_structure (caps, 0); in gst_jitter_buffer_sink_parse_caps() 1399 if (gst_structure_get_int (caps_struct, "payload", &payload) && pt != -1 in gst_jitter_buffer_sink_parse_caps() 1413 if (!gst_structure_get_int (caps_struct, "clock-rate", &priv->clock_rate)) in gst_jitter_buffer_sink_parse_caps() 1427 if (gst_structure_get_uint (caps_struct, "clock-base", &val)) in gst_jitter_buffer_sink_parse_caps() 1437 if (gst_structure_get_uint (caps_struct, "seqnum-base", &val)) { in gst_jitter_buffer_sink_parse_caps() 1455 if (gst_structure_get_clock_time (caps_struct, "npt-start", &tval)) in gst_jitter_buffer_sink_parse_caps() 1460 if (gst_structure_get_clock_time (caps_struct, "npt-stop", &tval)) in gst_jitter_buffer_sink_parse_caps() 1469 if ((ts_refclk = gst_structure_get_string (caps_struct, "a-ts-refclk"))) { in gst_jitter_buffer_sink_parse_caps() 1521 if ((mediaclk = gst_structure_get_string (caps_struct, "a-mediaclk"))) { in gst_jitter_buffer_sink_parse_caps()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstjpeg2000parse.c | 214 GstStructure *caps_struct = gst_caps_get_structure (caps, 0); in gst_jpeg2000_parse_set_sink_caps() local 217 jpeg2000parse->sink_codec_format = format_from_media_type (caps_struct); in gst_jpeg2000_parse_set_sink_caps()
|