docs: minor GstBaseParse docs fixes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 14 Jan 2013 20:02:42 +0000 (20:02 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 14 Jan 2013 20:05:23 +0000 (20:05 +0000)
Expose docs for gst_base_parse_finish_frame().

docs/libs/gstreamer-libs-sections.txt
libs/gst/base/gstbaseparse.c

index d9f6b9d..4456f95 100644 (file)
@@ -166,12 +166,12 @@ gst_base_parse_frame_init
 gst_base_parse_frame_free
 
 gst_base_parse_push_frame
+gst_base_parse_finish_frame
 
 GST_BASE_PARSE_DRAINING
 GST_BASE_PARSE_FLAG_DRAINING
 GST_BASE_PARSE_FLAG_LOST_SYNC
 GST_BASE_PARSE_FLOW_DROPPED
-GST_BASE_PARSE_FLOW_QUEUED
 GST_BASE_PARSE_LOST_SYNC
 GST_BASE_PARSE_SINK_PAD
 GST_BASE_PARSE_SRC_PAD
index 04f0121..4f1bdaf 100644 (file)
@@ -88,8 +88,8 @@
  *       data is available.  In push mode this amounts to an
  *       additional input buffer (thus minimal additional latency), in pull mode
  *       this amounts to some arbitrary reasonable buffer size increase.
- *       Of course, gst_base_parse_set_min_size() could also be used if a very
- *       specific known amount of additional data is required.
+ *       Of course, gst_base_parse_set_min_frame_size() could also be used if a
+ *       very specific known amount of additional data is required.
  *       If, however, the buffer holds a complete valid frame, it can pass
  *       the size of this frame to gst_base_parse_finish_frame().
  *       If acting as a converter, it can also merely indicate consumed input data