Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpad.c323 ret = gst_pad_query_accept_caps (sink, caps); in check_if_caps_is_accepted()
3021 fail_unless (gst_pad_query_accept_caps (sinkpad, caps)); in GST_START_TEST()
3025 fail_if (gst_pad_query_accept_caps (sinkpad, caps)); in GST_START_TEST()
3063 fail_if (gst_pad_query_accept_caps (sinkpad, caps)); in GST_START_TEST()
3067 fail_unless (gst_pad_query_accept_caps (sinkpad, caps)); in GST_START_TEST()
3071 fail_if (gst_pad_query_accept_caps (sinkpad, caps)); in GST_START_TEST()
3110 fail_if (gst_pad_query_accept_caps (sinkpad, caps)); in GST_START_TEST()
3114 fail_if (gst_pad_query_accept_caps (sinkpad, caps)); in GST_START_TEST()
3118 fail_if (gst_pad_query_accept_caps (sinkpad, caps)); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaysinkconvertbin.c314 if (!self->raw || (target && !gst_pad_query_accept_caps (target, caps))) { in gst_play_sink_convert_bin_sink_setcaps()
Dgstplaybin3.c3848 ret = !gst_pad_query_accept_caps (sinkpad, caps);
3872 ret = !gst_pad_query_accept_caps (sinkpad, caps);
3890 ret = !gst_pad_query_accept_caps (sinkpad, caps);
3916 if (!gst_pad_query_accept_caps (sinkpad, caps)) {
Dgstdecodebin3.c2252 gst_pad_query_accept_caps (output->decoder_sink, new_caps); in reconfigure_output_stream()
2365 if (!gst_pad_query_accept_caps (output->decoder_sink, new_caps)) { in reconfigure_output_stream()
Dgstparsebin.c1975 if (!gst_pad_query_accept_caps (sinkpad, caps)) { in connect_pad()
Dgstdecodebin2.c2613 if (!gst_pad_query_accept_caps (sinkpad, caps)) { in connect_pad()
/third_party/gstreamer/gstreamer/gst/
Dgstutils.h1092 gboolean gst_pad_query_accept_caps (GstPad *pad, GstCaps *caps);
Dgstutils.c3177 gst_pad_query_accept_caps (GstPad * pad, GstCaps * caps) in gst_pad_query_accept_caps() function
Dgstpad.c5745 if (!gst_pad_query_accept_caps (pad, caps)) in pre_eventfunc_check()
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt175 gst_pad_accept_caps() -> gst_pad_query_accept_caps()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasetransform.c1196 if (otherpeer && !gst_pad_query_accept_caps (otherpeer, othercaps)) in gst_base_transform_find_transform()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c4069 fail_unless (gst_pad_query_accept_caps (pad, caps)); in GST_START_TEST()
4073 fail_unless (!gst_pad_query_accept_caps (pad, caps)); in GST_START_TEST()