5db8e763028e32cf0527cee6496687c1bdf6dca1
[platform/upstream/gstreamer.git] / tools / gstpushsrc.c
1 % ClassName
2 GstPushSrc
3 % TYPE_CLASS_NAME
4 GST_TYPE_PUSH_SRC
5 % pkg-config
6 gstreamer-base-0.10
7 % includes
8 #include <gst/base/gstpushsrc.h>
9 % prototypes
10 static GstFlowReturn gst_replace_create (GstPushSrc * src, GstBuffer ** buf);
11 % declare-class
12   GstPushSrc *pushsrc_class = GST_PUSHSRC (klass);
13 % set-methods
14   pushsrc_class-> = GST_DEBUG_FUNCPTR (gst_replace_);
15 % methods
16
17 static GstFlowReturn
18 gst_replace_create (GstPushSrc * src, GstBuffer ** buf)
19 {
20
21 }
22 % end