diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-11-16 15:54:56 +0100 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-11-28 16:56:32 +0100 |
commit | 72c05d1cbb94f06e0340cf5578d6582322344f77 (patch) | |
tree | ce74690972553668cd3c50b93ddebc84d355b714 /docs | |
parent | b03cfdffb188b2a0e6b3aad50b52ae6e5cb5d65c (diff) |
encodebin: Add a way to disable caps renegotiation for output stream format
In some cases, the user might want the stream outputted by encodebin to
be in the exact same format during all the stream. We should let the
user specify when this is the case. This commit add some API in the
GstEncodingProfile to determine whether the format can be renegotiated
after the encoding started or not.
API:
gst_encoding_profile_set_allow_dynamic_output
gst_encoding_profile_get_allow_dynamic_output
https://bugzilla.gnome.org/show_bug.cgi?id=740214
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 c6f757e12..0fff111c4 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -2112,6 +2112,7 @@ gst_encoding_profile_from_discoverer gst_encoding_profile_get_name gst_encoding_profile_get_description gst_encoding_profile_get_format +gst_encoding_profile_get_allow_renegotiation gst_encoding_profile_get_preset gst_encoding_profile_get_preset_name gst_encoding_profile_get_presence @@ -2120,6 +2121,7 @@ gst_encoding_profile_get_file_extension gst_encoding_profile_set_name gst_encoding_profile_set_description gst_encoding_profile_set_format +gst_encoding_profile_set_allow_renegotiation gst_encoding_profile_set_preset gst_encoding_profile_set_preset_name gst_encoding_profile_set_restriction |