Home
last modified time | relevance | path

Searched refs:gst_clear_structure (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgststructure.h151 void gst_clear_structure (GstStructure **structure_ptr);
152 #define gst_clear_structure(structure_ptr) g_clear_pointer ((structure_ptr), gst_stru… macro
Dgststructure.c569 #undef gst_clear_structure
571 gst_clear_structure (GstStructure ** structure_ptr) in gst_clear_structure() function
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpclientsrc.c203 gst_clear_structure (&this->stats); in gst_tcp_client_src_finalize()
416 gst_clear_structure (&src->stats); in gst_tcp_client_src_start()
Dgsttcpserversrc.c203 gst_clear_structure (&src->stats); in gst_tcp_server_src_finalize()
428 gst_clear_structure (&src->stats); in gst_tcp_server_src_start()
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.c490 gst_clear_structure (&converter_config); in _pad_obscures_rectangle()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c240 gst_clear_structure (&state->error_details); in test_play_state_reset()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbasepayload.c1037 gst_clear_structure (&s); in gst_rtp_base_payload_set_outcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c762 gst_clear_structure (&aagg->priv->selected_samples_info); in gst_audio_aggregator_dispose()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.c2026 gst_clear_structure (&thiz->ext_coding_props); in gst_msdkenc_dispose()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c2943 gst_clear_structure (&edata.extmap); in _gather_extmap()
3093 gst_clear_structure (&extmap); in sdp_media_from_transceiver()
/third_party/gstreamer/gstreamer/
DChangeLog10250 structure: add gst_clear_structure()