Home
last modified time | relevance | path

Searched refs:sink_template_caps (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c867 GstCaps *sink_template_caps = gst_pad_get_pad_template_caps (pad); in gst_audio_aggregator_sink_getcaps() local
873 sink_template_caps); in gst_audio_aggregator_sink_getcaps()
886 gst_caps_intersect_full (sink_template_caps, first_configured_caps, in gst_audio_aggregator_sink_getcaps()
889 gst_caps_unref (sink_template_caps); in gst_audio_aggregator_sink_getcaps()
890 sink_template_caps = tmp; in gst_audio_aggregator_sink_getcaps()
899 gst_caps_intersect_full (sink_template_caps, downstream_caps, in gst_audio_aggregator_sink_getcaps()
902 sink_caps = gst_caps_ref (sink_template_caps); in gst_audio_aggregator_sink_getcaps()
913 gst_caps_unref (sink_template_caps); in gst_audio_aggregator_sink_getcaps()
929 GstCaps *sink_template_caps = gst_pad_get_pad_template_caps (pad); in gst_audio_aggregator_convert_sink_getcaps() local
935 sink_template_caps); in gst_audio_aggregator_convert_sink_getcaps()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11download.cpp51 static GstStaticCaps sink_template_caps = variable
115 caps = gst_d3d11_get_updated_template_caps (&sink_template_caps); in gst_d3d11_download_class_init()
Dgstd3d11upload.cpp48 static GstStaticCaps sink_template_caps = variable
110 caps = gst_d3d11_get_updated_template_caps (&sink_template_caps); in gst_d3d11_upload_class_init()
Dgstd3d11compositorbin.cpp501 static GstStaticCaps sink_template_caps = variable
605 caps = gst_d3d11_get_updated_template_caps (&sink_template_caps); in gst_d3d11_compositor_bin_class_init()
Dgstd3d11convert.cpp37 static GstStaticCaps sink_template_caps = variable
254 caps = gst_d3d11_get_updated_template_caps (&sink_template_caps); in gst_d3d11_base_convert_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.c1577 GstCaps *template_caps, *sink_template_caps; in gst_video_aggregator_pad_sink_getcaps() local
1624 sink_template_caps = gst_pad_get_pad_template_caps (pad); in gst_video_aggregator_pad_sink_getcaps()
1626 GstCaps *tmp = _get_non_alpha_caps (sink_template_caps); in gst_video_aggregator_pad_sink_getcaps()
1627 gst_caps_unref (sink_template_caps); in gst_video_aggregator_pad_sink_getcaps()
1628 sink_template_caps = tmp; in gst_video_aggregator_pad_sink_getcaps()
1632 GstCaps *intersect = gst_caps_intersect (returned_caps, sink_template_caps); in gst_video_aggregator_pad_sink_getcaps()
1638 gst_caps_unref (sink_template_caps); in gst_video_aggregator_pad_sink_getcaps()