mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
docs: mention codec data / stream header change in porting docs
This commit is contained in:
parent
e234a10c63
commit
b203753ed6
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue