docs: mention codec data / stream header change in porting docs

This commit is contained in:
Tim-Philipp Müller 2012-01-27 17:57:58 +00:00
parent e234a10c63
commit b203753ed6

View file

@ -479,3 +479,9 @@ The 0.11 porting guide
GstGError -> GError
GST_TYPE_G_ERROR / gst_g_error_get_type() -> G_TYPE_ERROR
* "codec-data" and "streamheader" field in GstCaps
codec-data and stream headers are no longer in GstCaps, but sent as
part of a STREAM CONFIG event (which should be sent after the initial
CAPS event if needed).