GStreamer Library Reference Manual (Core) | |||
---|---|---|---|
<<< Previous Page | Home | Up | Next Page >>> |
#include <gst/gst.h> struct GstTee; GstElement* gst_tee_new ( |
GstElement* gst_tee_new ( |
Create a new tee element.
name : | the name of the new tee |
Returns : | the new tee element |
void gst_tee_chain (GstPad *pad, GstBuffer *buf); |
Chain a buffer on a pad.
pad : | the pad to follow |
buf : | the buffer to pass |
|
Create a new pad on a given tee.
tee : | the tee to create the new pad on |
Returns : | the name of the new pad |