blob: 5db8e763028e32cf0527cee6496687c1bdf6dca1 [file] [log] [blame]
% ClassName
GstPushSrc
% TYPE_CLASS_NAME
GST_TYPE_PUSH_SRC
% pkg-config
gstreamer-base-0.10
% includes
#include <gst/base/gstpushsrc.h>
% prototypes
static GstFlowReturn gst_replace_create (GstPushSrc * src, GstBuffer ** buf);
% declare-class
GstPushSrc *pushsrc_class = GST_PUSHSRC (klass);
% set-methods
pushsrc_class-> = GST_DEBUG_FUNCPTR (gst_replace_);
% methods
static GstFlowReturn
gst_replace_create (GstPushSrc * src, GstBuffer ** buf)
{
}
% end