Home
last modified time | relevance | path

Searched refs:p_outbuf (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dneonhttpsrc.c28 GstBuffer ** p_outbuf) in handoff_cb() argument
31 if (*p_outbuf == NULL) in handoff_cb()
32 *p_outbuf = gst_buffer_ref (buf); in handoff_cb()
Dcurlhttpsrc.c392 GstBuffer ** p_outbuf) in handoff_cb() argument
395 if (*p_outbuf == NULL) in handoff_cb()
396 *p_outbuf = gst_buffer_ref (buf); in handoff_cb()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsouphttpsrc.c94 GstBuffer ** p_outbuf) in handoff_cb() argument
97 if (*p_outbuf == NULL) in handoff_cb()
98 *p_outbuf = gst_buffer_ref (buf); in handoff_cb()