summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-27 17:57:58 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-28 18:09:00 +0000
commitb203753ed6755ebbd161b4f5bb2ba0e49810dd26 (patch)
tree518255fd2bc593ed4f1f8d6a5a9c66371394dbd9
parente234a10c635cb290fbab1284b3a86202e9fc124c (diff)
docs: mention codec data / stream header change in porting docs
-rw-r--r--docs/random/porting-to-0.11.txt6
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 eb5b21617c..0a539fc9bf 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).