8 #include <gst/base/gstpushsrc.h>
10 static GstFlowReturn gst_replace_create (GstPushSrc * src, GstBuffer ** buf);
12 GstPushSrc *pushsrc_class = GST_PUSHSRC (klass);
14 pushsrc_class-> = GST_DEBUG_FUNCPTR (gst_replace_);
18 gst_replace_create (GstPushSrc * src, GstBuffer ** buf)