diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-01-27 17:57:58 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2012-01-28 18:09:00 +0000 |
commit | b203753ed6755ebbd161b4f5bb2ba0e49810dd26 (patch) | |
tree | 518255fd2bc593ed4f1f8d6a5a9c66371394dbd9 /docs/random | |
parent | e234a10c635cb290fbab1284b3a86202e9fc124c (diff) |
docs: mention codec data / stream header change in porting docs
Diffstat (limited to 'docs/random')
-rw-r--r-- | docs/random/porting-to-0.11.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/random/porting-to-0.11.txt b/docs/random/porting-to-0.11.txt index eb5b21617..0a539fc9b 100644 --- a/docs/random/porting-to-0.11.txt +++ b/docs/random/porting-to-0.11.txt @@ -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). |