Home
last modified time | relevance | path

Searched refs:downstream_caps (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dopus.c340 run_getcaps_check (GstCaps * filter, GstCaps * downstream_caps, in run_getcaps_check() argument
354 if (downstream_caps) in run_getcaps_check()
355 g_object_set (capsfilter, "caps", downstream_caps, NULL); in run_getcaps_check()
366 if (downstream_caps) in run_getcaps_check()
367 gst_caps_unref (downstream_caps); in run_getcaps_check()
376 const gchar * downstream_caps, const gchar * expected_result) in run_getcaps_check_from_strings() argument
379 downstream_caps ? gst_caps_from_string (downstream_caps) : NULL, in run_getcaps_check_from_strings()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c868 GstCaps *downstream_caps = gst_pad_get_allowed_caps (agg->srcpad); in gst_audio_aggregator_sink_getcaps() local
874 GST_DEBUG_OBJECT (pad, "downstream caps %" GST_PTR_FORMAT, downstream_caps); in gst_audio_aggregator_sink_getcaps()
897 if (downstream_caps) { in gst_audio_aggregator_sink_getcaps()
899 gst_caps_intersect_full (sink_template_caps, downstream_caps, in gst_audio_aggregator_sink_getcaps()
915 if (downstream_caps) in gst_audio_aggregator_sink_getcaps()
916 gst_caps_unref (downstream_caps); in gst_audio_aggregator_sink_getcaps()
930 GstCaps *downstream_caps = gst_pad_get_allowed_caps (agg->srcpad); in gst_audio_aggregator_convert_sink_getcaps() local
936 GST_DEBUG_OBJECT (pad, "downstream caps %" GST_PTR_FORMAT, downstream_caps); in gst_audio_aggregator_convert_sink_getcaps()
961 if (downstream_caps) { in gst_audio_aggregator_convert_sink_getcaps()
966 gst_caps_intersect_full (sink_template_caps, downstream_caps, in gst_audio_aggregator_convert_sink_getcaps()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintervideosrc.c388 GstCaps *downstream_caps; in gst_inter_video_src_create() local
393 downstream_caps = gst_pad_get_allowed_caps (GST_BASE_SRC_PAD (src)); in gst_inter_video_src_create()
405 gst_caps_intersect_full (downstream_caps, tmp, in gst_inter_video_src_create()
408 gst_caps_unref (downstream_caps); in gst_inter_video_src_create()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dbaseparse.c686 GstCaps *upstream_caps, *downstream_caps, *caps; in GST_START_TEST() local
694 downstream_caps = in GST_START_TEST()
703 gst_harness_set_caps (h, upstream_caps, downstream_caps); in GST_START_TEST()
717 fail_unless (gst_caps_can_intersect (caps, downstream_caps)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dvideomixer2.c312 GstCaps *downstream_caps; in gst_videomixer2_update_converters() local
322 downstream_caps = gst_pad_get_allowed_caps (mix->srcpad); in gst_videomixer2_update_converters()
324 if (!downstream_caps || gst_caps_is_empty (downstream_caps)) { in gst_videomixer2_update_converters()
325 if (downstream_caps) in gst_videomixer2_update_converters()
326 gst_caps_unref (downstream_caps); in gst_videomixer2_update_converters()
360 if (!gst_caps_can_intersect (downstream_caps, possible_caps)) { in gst_videomixer2_update_converters()
392 downstream_caps = gst_caps_fixate (downstream_caps); in gst_videomixer2_update_converters()
393 gst_video_info_from_caps (&best_info, downstream_caps); in gst_videomixer2_update_converters()
397 gst_caps_unref (downstream_caps); in gst_videomixer2_update_converters()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoaggregator.h314 GstCaps * downstream_caps,
Dgstvideoaggregator.c1028 GstCaps * downstream_caps, GstVideoInfo * best_info, in gst_video_aggregator_find_best_format() argument
1062 if (!gst_caps_can_intersect (downstream_caps, possible_caps)) { in gst_video_aggregator_find_best_format()
1112 if (gst_caps_can_intersect (downstream_caps, possible_caps)) { in gst_video_aggregator_find_best_format()
1130 if (gst_caps_can_intersect (downstream_caps, possible_caps)) { in gst_video_aggregator_find_best_format()
1143 downstream_caps); in gst_video_aggregator_find_best_format()
/third_party/gstreamer/gstplugins_base/gst/videorate/
Dgstvideorate.c1298 GstCaps *srcpadcaps, *tmpcaps, *downstream_caps; in gst_video_rate_check_variable_rate() local
1313 downstream_caps = gst_pad_query_caps (pad, NULL); in gst_video_rate_check_variable_rate()
1314 if (pad && !gst_caps_can_intersect (tmpcaps, downstream_caps)) { in gst_video_rate_check_variable_rate()
1316 gst_caps_unref (downstream_caps); in gst_video_rate_check_variable_rate()
1322 gst_caps_unref (downstream_caps); in gst_video_rate_check_variable_rate()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcvideodec.c1898 GstCaps *downstream_caps = gst_pad_peer_query_caps (src_pad, templ_caps); in gst_amc_video_dec_set_format() local
1902 if (downstream_caps) { in gst_amc_video_dec_set_format()
1910 downstream_caps); in gst_amc_video_dec_set_format()
1914 n = gst_caps_get_size (downstream_caps); in gst_amc_video_dec_set_format()
1917 GstStructure *structure = gst_caps_get_structure (downstream_caps, i); in gst_amc_video_dec_set_format()
1918 GstCapsFeatures *features = gst_caps_get_features (downstream_caps, i); in gst_amc_video_dec_set_format()
1976 gst_caps_unref (downstream_caps); in gst_amc_video_dec_set_format()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglmixer.c162 _find_best_format (GstVideoAggregator * vagg, GstCaps * downstream_caps, in _find_best_format() argument
168 downstream_caps, best_info, at_least_one_alpha); in _find_best_format()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstaggregator.c1224 GstCaps *downstream_caps, *template_caps, *caps = NULL; in gst_aggregator_default_negotiate() local
1228 downstream_caps = gst_pad_peer_query_caps (self->srcpad, template_caps); in gst_aggregator_default_negotiate()
1230 if (gst_caps_is_empty (downstream_caps)) { in gst_aggregator_default_negotiate()
1233 GST_PTR_FORMAT ")", downstream_caps, template_caps); in gst_aggregator_default_negotiate()
1240 downstream_caps); in gst_aggregator_default_negotiate()
1241 ret = agg_klass->update_src_caps (self, downstream_caps, &caps); in gst_aggregator_default_negotiate()
1305 gst_caps_unref (downstream_caps); in gst_aggregator_default_negotiate()
/third_party/gstreamer/gstplugins_base/
DChangeLog19922 downstream_caps consists of two structures, the first with
69662 downstream_caps + intersect_first(filter_caps, element_caps)