diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-06 17:43:27 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-04-08 15:44:58 +0100 |
commit | 5073948380772df222b4f9a2dbc8244495413d76 (patch) | |
tree | 6470b284d18943717d38e99f2c474756ef86074c /docs/libs | |
parent | 1874d6380810702bdafc26ea5e92a72ac82f0469 (diff) |
baseparse: replace format flags with gst_base_parse_set_{passthrough,syncable,has_timing_info}
This is more in line with e.g. GstBaseTransform's API, and makes for nicer
to read code. No getters for now since I don't see any use case for them,
the API is for subclasses, which usually know what format they're
dealing with already and hence know what they've set.
https://bugzilla.gnome.org/show_bug.cgi?id=518857
Diffstat (limited to 'docs/libs')
-rw-r--r-- | docs/libs/gstreamer-libs-sections.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/libs/gstreamer-libs-sections.txt b/docs/libs/gstreamer-libs-sections.txt index 89dd23060..e6bf397f2 100644 --- a/docs/libs/gstreamer-libs-sections.txt +++ b/docs/libs/gstreamer-libs-sections.txt @@ -228,12 +228,13 @@ gst_adapter_get_type <INCLUDE>gst/base/gstbaseparse.h</INCLUDE> GstBaseParse GstBaseParseClass -GstBaseParseFormatFlags gst_base_parse_set_duration gst_base_parse_set_average_bitrate gst_base_parse_set_min_frame_size -gst_base_parse_set_format_flags +gst_base_parse_set_passthrough +gst_base_parse_set_syncable +gst_base_parse_set_has_timing_info gst_base_parse_set_frame_props gst_base_parse_convert_default gst_base_parse_add_index_entry |