diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-01-14 20:02:42 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2013-01-14 20:05:23 +0000 |
commit | 5ea8937f565228e9c42dc1d4b965c6739f0dfd30 (patch) | |
tree | 2b76df1f254ed0965fdbf098b590f102262d8352 /docs | |
parent | 30010356f2f106e32a77a5cc312b53ef44e18c83 (diff) |
docs: minor GstBaseParse docs fixes
Expose docs for gst_base_parse_finish_frame().
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gstreamer-libs-sections.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index d9f6b9d03..4456f955f 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -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 |