Home
last modified time | relevance | path

Searched refs:GST_PAD_ELEMENT_PRIVATE (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dstreamsynchronizer.c67 GList **expected = GST_PAD_ELEMENT_PRIVATE (pad); in my_sink_chain()
105 GList **expected = GST_PAD_ELEMENT_PRIVATE (pad); in my_sink_event()
217 GST_PAD_ELEMENT_PRIVATE (mysinkpad) = &expected; in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dstreamiddemux.c269 GList **expected = GST_PAD_ELEMENT_PRIVATE (pad), *l; in sink_event_func()
322 GST_PAD_ELEMENT_PRIVATE (td.mysink[stream_cnt]) = &expected[stream_cnt]; in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstpad.h854 #define GST_PAD_ELEMENT_PRIVATE(pad) (GST_PAD_CAST(pad)->element_private) macro
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.c8927 GST_PAD_ELEMENT_PRIVATE (stream->pad) = stream; in gst_qtdemux_configure_stream()