Home
last modified time | relevance | path

Searched refs:gst_structure_remove_field (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dmissing-plugins.c141 gst_structure_remove_field (s, "codec_data"); in copy_and_clean_caps()
142 gst_structure_remove_field (s, "streamheader"); in copy_and_clean_caps()
143 gst_structure_remove_field (s, "palette_data"); in copy_and_clean_caps()
144 gst_structure_remove_field (s, "pixel-aspect-ratio"); in copy_and_clean_caps()
145 gst_structure_remove_field (s, "framerate"); in copy_and_clean_caps()
146 gst_structure_remove_field (s, "leaf_size"); in copy_and_clean_caps()
147 gst_structure_remove_field (s, "packet_size"); in copy_and_clean_caps()
148 gst_structure_remove_field (s, "block_align"); in copy_and_clean_caps()
149 gst_structure_remove_field (s, "metadata-interval"); /* icy caps */ in copy_and_clean_caps()
153 gst_structure_remove_field (s, "width"); in copy_and_clean_caps()
[all …]
/third_party/gstreamer/gstplugins_good/tests/icles/
Dvideocrop-test.c157 gst_structure_remove_field (new_structure, "width"); in video_crop_get_test_caps()
158 gst_structure_remove_field (new_structure, "height"); in video_crop_get_test_caps()
159 gst_structure_remove_field (new_structure, "format"); in video_crop_get_test_caps()
/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c503 gst_structure_remove_field (s, "field-order"); in gst_interlace_setcaps()
517 gst_structure_remove_field (s, "framerate"); in gst_interlace_setcaps()
577 gst_structure_remove_field (s, "field-order"); in gst_interlace_setcaps()
909 gst_structure_remove_field (s, "framerate"); in gst_interlace_getcaps()
927 gst_structure_remove_field (s, "interlace-mode"); in gst_interlace_getcaps()
929 gst_structure_remove_field (s, "field-order"); in gst_interlace_getcaps()
949 gst_structure_remove_field (s, "field-order"); in gst_interlace_getcaps()
987 gst_structure_remove_field (s, "field-order"); in gst_interlace_getcaps()
1009 gst_structure_remove_field (s, "framerate"); in gst_interlace_getcaps()
1020 gst_structure_remove_field (s, "framerate"); in gst_interlace_getcaps()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dopus.c332 gst_structure_remove_field (s, "channel-mapping-family"); in remove_extra_caps_fields()
333 gst_structure_remove_field (s, "coupled-count"); in remove_extra_caps_fields()
334 gst_structure_remove_field (s, "stream-count"); in remove_extra_caps_fields()
/third_party/gstreamer/gstplugins_base/gst/audioconvert/
Dgstaudioconvert.c314 gst_structure_remove_field (structure, "format"); in remove_format_from_structure()
322 gst_structure_remove_field (structure, "layout"); in remove_layout_from_structure()
561 gst_structure_remove_field (outs, "channel-mask"); in gst_audio_convert_fixate_channels()
570 gst_structure_remove_field (outs, "channel-mask"); in gst_audio_convert_fixate_channels()
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudio.c697 gst_structure_remove_field (out_s, "channel-mask"); in gst_core_audio_probe_caps()
723 gst_structure_remove_field (out_s, "channel-mask"); in gst_core_audio_probe_caps()
734 gst_structure_remove_field (mono, "channel-mask"); in gst_core_audio_probe_caps()
/third_party/gstreamer/gstplugins_good/gst/alpha/
Dgstalphacolor.c124 gst_structure_remove_field (structure, "format"); in gst_alpha_color_transform_caps()
125 gst_structure_remove_field (structure, "colorimetry"); in gst_alpha_color_transform_caps()
126 gst_structure_remove_field (structure, "chroma-site"); in gst_alpha_color_transform_caps()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1855 gst_structure_remove_field (s, "pixel-aspect-ratio"); in print_plugin_automatic_install_info_codecs()
1856 gst_structure_remove_field (s, "framerate"); in print_plugin_automatic_install_info_codecs()
1857 gst_structure_remove_field (s, "channels"); in print_plugin_automatic_install_info_codecs()
1858 gst_structure_remove_field (s, "width"); in print_plugin_automatic_install_info_codecs()
1859 gst_structure_remove_field (s, "height"); in print_plugin_automatic_install_info_codecs()
1860 gst_structure_remove_field (s, "rate"); in print_plugin_automatic_install_info_codecs()
1861 gst_structure_remove_field (s, "depth"); in print_plugin_automatic_install_info_codecs()
1862 gst_structure_remove_field (s, "clock-rate"); in print_plugin_automatic_install_info_codecs()
/third_party/gstreamer/gstplugins_bad/gst/audiomixmatrix/
Dgstaudiomixmatrix.c699 gst_structure_remove_field (s, "channels"); in gst_audio_mix_matrix_transform_caps()
702 gst_structure_remove_field (s, "channel-mask"); in gst_audio_mix_matrix_transform_caps()
726 gst_structure_remove_field (s, "channel-mask"); in gst_audio_mix_matrix_transform_caps()
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmptealpha.c572 gst_structure_remove_field (structure, "format"); in gst_smpte_alpha_transform_caps()
575 gst_structure_remove_field (structure, "colorimetry"); in gst_smpte_alpha_transform_caps()
576 gst_structure_remove_field (structure, "chroma-site"); in gst_smpte_alpha_transform_caps()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.c175 gst_structure_remove_field (s, "channel-mask"); in __remove_channels()
176 gst_structure_remove_field (s, "channels"); in __remove_channels()
430 gst_structure_remove_field (s, "channel-mask"); in gst_audio_interleave_setcaps()
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintervideosrc.c401 gst_structure_remove_field (s, "framerate"); in gst_inter_video_src_create()
402 gst_structure_remove_field (s, "max-framerate"); in gst_inter_video_src_create()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp9depay.c172 gst_structure_remove_field (s, "might-have-been-fec"); in send_last_lost_event_if_needed()
522 gst_structure_remove_field (s, "might-have-been-fec"); in gst_rtp_vp9_depay_packet_lost()
Dgstrtpvp8depay.c272 gst_structure_remove_field (s, "might-have-been-fec"); in send_last_lost_event_if_needed()
550 gst_structure_remove_field (s, "might-have-been-fec"); in gst_rtp_vp8_depay_packet_lost()
/third_party/gstreamer/gstplugins_good/gst/interleave/
Dinterleave.c700 gst_structure_remove_field (s, "channel-mask"); in __remove_channels()
701 gst_structure_remove_field (s, "channels"); in __remove_channels()
821 gst_structure_remove_field (s, "channel-mask"); in gst_interleave_sink_setcaps()
839 gst_structure_remove_field (s, "channel-mask"); in gst_interleave_sink_setcaps()
Ddeinterleave.c459 gst_structure_remove_field (s, "channel-mask"); in gst_deinterleave_sink_setcaps()
513 gst_structure_remove_field (s, "channel-mask"); in __remove_channels()
514 gst_structure_remove_field (s, "channels"); in __remove_channels()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dgstcapslist.c34 gst_structure_remove_field (st, g_quark_to_string (field_id)); in remove_range_foreach()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Ddeinterlace.c298 gst_structure_remove_field (s, "interlace-mode"); in deinterlace_set_caps_and_check()
302 gst_structure_remove_field (s, "interlace-mode"); in deinterlace_set_caps_and_check()
/third_party/gstreamer/gstplugins_bad/gst/bayer/
Dgstrgb2bayer.c145 gst_structure_remove_field (structure, "format"); in gst_rgb2bayer_transform_caps()
/third_party/gstreamer/gstplugins_bad/gst/drmdec/
Dgstdrmdec.c271 gst_structure_remove_field (gs, name); in gst_drm_remove_codec_fields()
310 gst_structure_remove_field (out, field_name); in gst_drm_decrypt_transform_sink_caps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dconvertframe.c329 gst_structure_remove_field (s, "framerate"); in gst_video_convert_sample()
719 gst_structure_remove_field (s, "framerate"); in gst_video_convert_sample_async()
/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstivtc.c171 gst_structure_remove_field (structure, "framerate"); in gst_ivtc_transform_caps()
180 gst_structure_remove_field (structure, "framerate"); in gst_ivtc_transform_caps()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstac3parse.c858 gst_structure_remove_field (s, "framed"); in remove_fields()
859 gst_structure_remove_field (s, "alignment"); in remove_fields()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvp9parse.c793 gst_structure_remove_field (s, "alignment"); in remove_fields()
795 gst_structure_remove_field (s, "parsed"); in remove_fields()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstsmartencoder.c712 gst_structure_remove_field (s, "streamheader"); in _pad_sink_acceptcaps()
727 gst_structure_remove_field (s, "streamheader"); in _pad_sink_acceptcaps()

1234