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>
Thu, 17 Jan 2013 10:33:57 +0000 (10:33 +0000)
Expose docs for gst_base_parse_finish_frame().

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

index 642d7f1cdec48155eea6f46dbfcf0a0710876cfe..eef94c374981cbe1addcedb9bc84d2f68d133d3a 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 4879e618d1d42678bf01a6bb57889b2921abdedc..2f55c7c0ccf7bac1dfca3aba86349cc174ad6792 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