summaryrefslogtreecommitdiffstats
path: root/gst/amrparse/gstbaseparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/amrparse/gstbaseparse.h')
-rw-r--r--gst/amrparse/gstbaseparse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/amrparse/gstbaseparse.h b/gst/amrparse/gstbaseparse.h
index a2856cc7..9d53f07b 100644
--- a/gst/amrparse/gstbaseparse.h
+++ b/gst/amrparse/gstbaseparse.h
@@ -225,6 +225,9 @@ struct _GstBaseParseClass {
GType gst_base_parse_get_type (void);
+GstFlowReturn gst_base_parse_push_buffer (GstBaseParse *parse,
+ GstBuffer *buffer);
+
void gst_base_parse_set_duration (GstBaseParse *parse,
GstFormat fmt,
gint64 duration);