summaryrefslogtreecommitdiffstats
path: root/gst/amrparse/gstbaseparse.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-14 14:10:55 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-07-14 14:10:55 +0200
commit27d6b256951ee4d0342715927ec896dc0510b797 (patch)
tree8bec9dcb1f085ac19fd4d8e927fa5eccb8c6dbc4 /gst/amrparse/gstbaseparse.h
parent8e1c21f309fbe68dc4c8e004bbca4b095db3a1b8 (diff)
downloadgst-plugins-bad-27d6b256951ee4d0342715927ec896dc0510b797.tar.gz
gst-plugins-bad-27d6b256951ee4d0342715927ec896dc0510b797.tar.bz2
gst-plugins-bad-27d6b256951ee4d0342715927ec896dc0510b797.zip
amrparse: Sync baseparse changes
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);