Home
last modified time | relevance | path

Searched refs:p_tagbuf (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/tests/check/elements/
Did3v2mux.c341 identity_cb (GstElement * identity, GstBuffer * buf, GstBuffer ** p_tagbuf) in identity_cb() argument
343 if (*p_tagbuf == NULL) { in identity_cb()
344 *p_tagbuf = gst_buffer_ref (buf); in identity_cb()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Did3mux.c386 identity_cb (GstElement * identity, GstBuffer * buf, GstBuffer ** p_tagbuf) in identity_cb() argument
388 if (*p_tagbuf == NULL) { in identity_cb()
389 *p_tagbuf = gst_buffer_ref (buf); in identity_cb()