GNOME Bugzilla – Bug 740214
[API] encodebin: Add a way to disable caps renegotiation for output stream format
Last modified: 2014-11-28 15:58:06 UTC
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_renegotiation gst_encoding_profile_get_allow_renegotiation
Created attachment 290803 [details] [review] 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_renegotiation gst_encoding_profile_get_allow_renegotiation
Created attachment 290804 [details] [review] win32: Update def files
Created attachment 290870 [details] [review] 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
Review of attachment 290804 [details] [review]: obsolete
Review of attachment 290870 [details] [review]: Go ahead :)
Attachment 290870 [details] pushed as 72c05d1 - encodebin: Add a way to disable caps renegotiation for output stream format