Home
last modified time | relevance | path

Searched refs:newcaps (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/modplug/
Dgstmodplug.cc441 GstCaps *newcaps; in gst_modplug_load_song() local
449 if ((newcaps = gst_pad_get_allowed_caps (modplug->srcpad)) == NULL) { in gst_modplug_load_song()
450 newcaps = gst_pad_get_pad_template_caps (modplug->srcpad); in gst_modplug_load_song()
452 newcaps = gst_caps_make_writable (newcaps); in gst_modplug_load_song()
454 GST_DEBUG_OBJECT (modplug, "allowed caps %" GST_PTR_FORMAT, newcaps); in gst_modplug_load_song()
456 structure = gst_caps_get_structure (newcaps, 0); in gst_modplug_load_song()
467 GST_DEBUG_OBJECT (modplug, "normalized caps %" GST_PTR_FORMAT, newcaps); in gst_modplug_load_song()
469 newcaps = gst_caps_fixate (newcaps); in gst_modplug_load_song()
471 GST_DEBUG_OBJECT (modplug, "fixated caps %" GST_PTR_FORMAT, newcaps); in gst_modplug_load_song()
474 structure = gst_caps_get_structure (newcaps, 0); in gst_modplug_load_song()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudadownload.c114 GstCaps *newcaps; in gst_cuda_download_transform_caps() local
117 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_CUDA_MEMORY); in gst_cuda_download_transform_caps()
118 tmp = gst_caps_merge (tmp, newcaps); in gst_cuda_download_transform_caps()
Dgstcudaupload.c113 GstCaps *newcaps; in gst_cuda_upload_transform_caps() local
116 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY); in gst_cuda_upload_transform_caps()
117 tmp = gst_caps_merge (tmp, newcaps); in gst_cuda_upload_transform_caps()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dgstcapsdebug.c228 gboolean newcaps; in gst_caps_debug_bufferalloc() local
234 newcaps = (caps != GST_PAD_CAPS (pad)); in gst_caps_debug_bufferalloc()
236 if (newcaps) { in gst_caps_debug_bufferalloc()
245 if (newcaps) { in gst_caps_debug_bufferalloc()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstghostpad.c586 GstCaps *padcaps, *ghostcaps, *newcaps; in GST_START_TEST() local
609 newcaps = gst_pad_query_caps (ghostpad, NULL); in GST_START_TEST()
610 fail_unless (newcaps != NULL); in GST_START_TEST()
611 fail_unless (gst_caps_is_equal (newcaps, padcaps)); in GST_START_TEST()
612 gst_caps_unref (newcaps); in GST_START_TEST()
629 GstCaps *padcaps, *ghostcaps, *newcaps; in GST_START_TEST() local
652 newcaps = gst_pad_query_caps (ghostpad, NULL); in GST_START_TEST()
653 fail_unless (newcaps != NULL); in GST_START_TEST()
654 fail_unless (gst_caps_is_equal (newcaps, ghostcaps)); in GST_START_TEST()
655 gst_caps_unref (newcaps); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c980 GstCaps *newcaps; in gst_gl_download_element_transform_caps() local
984 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_NVMM); in gst_gl_download_element_transform_caps()
985 _remove_field (newcaps, "texture-target"); in gst_gl_download_element_transform_caps()
987 tmp = gst_caps_merge (tmp, newcaps); in gst_gl_download_element_transform_caps()
991 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_DMABUF); in gst_gl_download_element_transform_caps()
992 _remove_field (newcaps, "texture-target"); in gst_gl_download_element_transform_caps()
993 tmp = gst_caps_merge (tmp, newcaps); in gst_gl_download_element_transform_caps()
996 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY); in gst_gl_download_element_transform_caps()
997 _remove_field (newcaps, "texture-target"); in gst_gl_download_element_transform_caps()
998 tmp = gst_caps_merge (tmp, newcaps); in gst_gl_download_element_transform_caps()
/third_party/gstreamer/gstplugins_good/gst/multipart/
Dmultipartmux.c465 GstCaps *newcaps; in gst_multipart_mux_collected() local
467 newcaps = gst_caps_new_simple ("multipart/x-mixed-replace", in gst_multipart_mux_collected()
470 if (!gst_pad_set_caps (mux->srcpad, newcaps)) { in gst_multipart_mux_collected()
471 gst_caps_unref (newcaps); in gst_multipart_mux_collected()
475 gst_caps_unref (newcaps); in gst_multipart_mux_collected()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpptdemux.c104 gboolean newcaps; member
373 pad->newcaps = TRUE; in gst_rtp_pt_demux_clear_pt_map()
389 ret = pad->newcaps; in need_caps_for_pt()
408 pad->newcaps = FALSE; in clear_newcaps_for_pt()
498 rtpdemuxpad->newcaps = FALSE; in gst_rtp_pt_demux_chain()
Dgstrtpssrcdemux.c217 GstCaps *newcaps; in add_ssrc_and_ref() local
221 newcaps = gst_caps_copy (caps); in add_ssrc_and_ref()
223 s = gst_caps_get_structure (newcaps, 0); in add_ssrc_and_ref()
225 event = gst_event_new_caps (newcaps); in add_ssrc_and_ref()
226 gst_caps_unref (newcaps); in add_ssrc_and_ref()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11download.cpp218 GstCaps *newcaps; in gst_d3d11_download_transform_caps() local
221 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_D3D11_MEMORY); in gst_d3d11_download_transform_caps()
222 tmp = gst_caps_merge (tmp, newcaps); in gst_d3d11_download_transform_caps()
Dgstd3d11upload.cpp252 GstCaps *newcaps; in gst_d3d11_upload_transform_caps() local
254 newcaps = _set_caps_features (caps, GST_CAPS_FEATURE_MEMORY_SYSTEM_MEMORY); in gst_d3d11_upload_transform_caps()
255 tmp = gst_caps_merge (tmp, newcaps); in gst_d3d11_upload_transform_caps()
/third_party/gstreamer/gstreamer/gst/
Dgstcaps.c169 GstCaps *newcaps; in _gst_caps_copy() local
176 newcaps = gst_caps_new_empty (); in _gst_caps_copy()
177 GST_CAPS_FLAGS (newcaps) = GST_CAPS_FLAGS (caps); in _gst_caps_copy()
180 GST_CAT_DEBUG (GST_CAT_PERFORMANCE, "doing copy %p -> %p", caps, newcaps); in _gst_caps_copy()
185 gst_caps_append_structure_full (newcaps, gst_structure_copy (structure), in _gst_caps_copy()
189 return newcaps; in _gst_caps_copy()
1024 GstCaps *newcaps; in gst_caps_copy_nth() local
1030 newcaps = gst_caps_new_empty (); in gst_caps_copy_nth()
1031 GST_CAPS_FLAGS (newcaps) = GST_CAPS_FLAGS (caps); in gst_caps_copy_nth()
1036 gst_caps_append_structure_unchecked (newcaps, in gst_caps_copy_nth()
[all …]
Dgstbufferpool.c1093 GstCaps *newcaps; in gst_buffer_pool_config_validate_params() local
1099 gst_buffer_pool_config_get_params (config, &newcaps, &newsize, &newmin, NULL); in gst_buffer_pool_config_validate_params()
1101 if (gst_caps_is_equal (caps, newcaps) && (newsize >= size) in gst_buffer_pool_config_validate_params()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dcapsnego2138 - newcaps function of colorspace is called.
160 for an element with no newcaps function or request_caps function, we can
213 - audioscalers newcaps function is called.
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxsrc.c569 GstCaps *newcaps; in gst_splitmux_check_new_caps() local
576 gst_event_parse_caps (event, &newcaps); in gst_splitmux_check_new_caps()
579 " and %" GST_PTR_FORMAT, curcaps, newcaps); in gst_splitmux_check_new_caps()
585 if (gst_caps_is_equal (curcaps, newcaps)) { in gst_splitmux_check_new_caps()
592 tmpcaps = gst_caps_copy (newcaps); in gst_splitmux_check_new_caps()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtpbasedepayload.c614 GstCaps *newcaps; in reconfigure_caps() local
616 newcaps = gst_caps_from_string (caps_str); in reconfigure_caps()
617 event = gst_event_new_caps (newcaps); in reconfigure_caps()
618 gst_caps_unref (newcaps); in reconfigure_caps()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c4816 scppad2idx (GstPad * pad, gboolean two_streams, GstCaps * newcaps) in scppad2idx() argument
4836 if ((!caps || gst_caps_is_any (caps)) && newcaps) in scppad2idx()
4837 caps = gst_caps_ref (newcaps); in scppad2idx()
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer4543 * plugins/esd/esdsink/esdsink.c: Added newcaps functions to esdsink
/third_party/gstreamer/gstreamer/
DChangeLog75803 if (!gst_caps_is_equal (newcaps, caps)) {
75806 >> if (gst_pad_peer_accept_caps (pad, newcaps)) {