mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 07:26:33 +00:00
docs: document type change of playbin's connection-speed property in porting docs
This commit is contained in:
parent
396b49ec4d
commit
ea69c642bf
1 changed files with 5 additions and 0 deletions
|
@ -701,3 +701,8 @@ CHANGES
|
||||||
ffdec_* -> avdec_*
|
ffdec_* -> avdec_*
|
||||||
ffdemux_* -> avdemux_*
|
ffdemux_* -> avdemux_*
|
||||||
ffmux_* -> avmux_*
|
ffmux_* -> avmux_*
|
||||||
|
|
||||||
|
* property type changes (very nasty for code using the C g_object_set/get API)
|
||||||
|
|
||||||
|
- playbin2::connection-speed:
|
||||||
|
changed from a plain unsigned integer to an unsigned 64-bit integer
|
||||||
|
|
Loading…
Reference in a new issue