Home
last modified time | relevance | path

Searched refs:GST_ELEMENT_PARENT (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/icles/
Dtest-textoverlay.c64 while (GST_ELEMENT_PARENT (pipe)) in show_text()
65 pipe = GST_ELEMENT_PARENT (pipe); in show_text()
/third_party/gstreamer/gstplugins_bad/sys/ipcpipeline/
Dgstipcpipelinesrc.c537 while (GST_ELEMENT_PARENT (pipeline)) { in find_pipeline()
538 pipeline = GST_ELEMENT_PARENT (pipeline); in find_pipeline()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpdec.c490 gst_bin_remove (GST_BIN (GST_ELEMENT_PARENT (element)), element); in remove_dtls_decoder_probe_callback()
Dgstdtlssrtpenc.c553 gst_bin_remove (GST_BIN (GST_ELEMENT_PARENT (element)), element); in remove_dtls_encoder_probe_callback()
/third_party/gstreamer/gstreamer/gst/
Dgstelement.h447 #define GST_ELEMENT_PARENT(elem) (GST_ELEMENT_CAST(GST_OBJECT_PARENT(elem))) macro
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgststats.c139 GstElement *parent = GST_ELEMENT_PARENT (element); in get_element_stats()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglimagesink.c2480 g_signal_handler_find (GST_ELEMENT_PARENT (gl_sink), G_SIGNAL_MATCH_ID, in gst_glimage_sink_redisplay()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c4655 gst_bin_remove (GST_BIN (GST_ELEMENT_PARENT (source)), source); in remove_source()
4748 gst_bin_remove (GST_BIN (GST_ELEMENT_PARENT (source)), source); in change_source_blocked()