Searched refs:gst_structure_get_enum (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtobject.c | 287 if (!gst_structure_get_enum (srtobject->parameters, "mode", in gst_srt_object_get_property_helper() 310 if (!gst_structure_get_enum (srtobject->parameters, "pbkeylen", in gst_srt_object_get_property_helper() 507 gst_structure_get_enum (s, "mode", GST_TYPE_SRT_CONNECTION_MODE, in gst_srt_object_validate_parameters() 1003 if (!gst_structure_get_enum (srtobject->parameters, in gst_srt_object_open_full() 1111 gst_structure_get_enum (srtobject->parameters, "mode", in gst_srt_object_read() 1399 gst_structure_get_enum (srtobject->parameters, "mode", in gst_srt_object_write()
|
D | gstsrtsrc.c | 105 gst_structure_get_enum (self->srtobject->parameters, "mode", in gst_srt_src_start()
|
D | gstsrtsink.c | 146 gst_structure_get_enum (self->srtobject->parameters, "mode", in gst_srt_sink_start()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gststructure.h | 306 gboolean gst_structure_get_enum (const GstStructure * structure,
|
D | gststructure.c | 1694 gst_structure_get_enum (const GstStructure * structure, in gst_structure_get_enum() function
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-converter.c | 282 if (!gst_structure_get_enum (convert->config, opt, type, &res)) in get_opt_enum()
|
D | audio-resampler.c | 131 if (!options || !gst_structure_get_enum (options, name, type, &res)) in get_opt_enum()
|
/third_party/gstreamer/gstreamer/docs/gst/ |
D | gstreamer-sections.txt | 2906 gst_structure_get_enum
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 1727 if (gst_structure_get_enum (s, "rate-control", in gst_uvc_h264_src_parse_event()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.c | 4147 || !gst_structure_get_enum (init_params, "priority", in gst_webrtc_bin_create_data_channel()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 787 if (!gst_structure_get_enum (convert->config, opt, type, &res)) in get_opt_enum()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 115166 …gst/gstmessage.c (gst_message_parse_state_changed): Use gst_structure_get_enum instead of gst_stru… 115169 gst_structure_get_enum instead of gst_structure_get_int 115170 * gst/gststructure.c (gst_structure_get_enum): Impl. 115171 * gst/gststructure.h (gst_structure_get_enum): Add
|