diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2015-05-07 10:26:47 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2015-06-01 10:22:31 +0200 |
commit | dcfb8a83a53a083b84d14e5360cb42c7efc7bcf0 (patch) | |
tree | bf838904efece3ee6eb30964d75fd269cfa92e4b /docs | |
parent | 22302db7fcee0557da349c7e1651edb5ace964c9 (diff) | |
download | gstreamer-plugins-base-dcfb8a83a53a083b84d14e5360cb42c7efc7bcf0.tar.gz |
encodebin: Add a way to enable/disabled a GstEncodingProfile
Summary:
So that the user can easily use the same encoding profile to render
with/without audio/video stream.
API:
gst_encoding_profile_is_disabled
gst_encoding_pofile_set_enabled
https://bugzilla.gnome.org/show_bug.cgi?id=749056
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libs/gst-plugins-base-libs-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 02582501c..22c8fe476 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -2185,12 +2185,14 @@ gst_encoding_profile_get_restriction gst_encoding_profile_get_file_extension gst_encoding_profile_set_name gst_encoding_profile_set_description +gst_encoding_profile_set_enabled gst_encoding_profile_set_format gst_encoding_profile_set_preset gst_encoding_profile_set_preset_name gst_encoding_profile_set_restriction gst_encoding_profile_set_presence gst_encoding_profile_is_equal +gst_encoding_profile_is_enabled gst_encoding_profile_get_input_caps gst_encoding_profile_get_type_nick <SUBSECTION container> |