mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
docs: add more porting details
This commit is contained in:
parent
56f6f022e2
commit
0b671cd05b
1 changed files with 8 additions and 1 deletions
|
@ -460,6 +460,10 @@ CHANGES
|
||||||
GstBaseSink::get_caps() now take a filter GstCaps* parameter to
|
GstBaseSink::get_caps() now take a filter GstCaps* parameter to
|
||||||
filter the caps and allow better negotiation decisions.
|
filter the caps and allow better negotiation decisions.
|
||||||
|
|
||||||
|
* GstBaseSrc
|
||||||
|
When overriding GstBaseTransform::fixate() one should chain up to the parent
|
||||||
|
implementation.
|
||||||
|
|
||||||
* GstBaseTransform
|
* GstBaseTransform
|
||||||
GstBaseTransform::transform_caps() now gets the complete caps passed
|
GstBaseTransform::transform_caps() now gets the complete caps passed
|
||||||
instead of getting it passed structure by structure.
|
instead of getting it passed structure by structure.
|
||||||
|
@ -625,7 +629,7 @@ CHANGES
|
||||||
* "decodebin2" has been renamed to "decodebin", with similar API. Note
|
* "decodebin2" has been renamed to "decodebin", with similar API. Note
|
||||||
that there is no longer a "new-decoded-pad" signal, just use GstElement's
|
that there is no longer a "new-decoded-pad" signal, just use GstElement's
|
||||||
"pad-added" signal instead (but don't forget to remove the 'gboolean last'
|
"pad-added" signal instead (but don't forget to remove the 'gboolean last'
|
||||||
argument from your old signal callback functino signature).
|
argument from your old signal callback function signature).
|
||||||
|
|
||||||
* the names of some "formatted" pad templates has been changed from e.g.
|
* the names of some "formatted" pad templates has been changed from e.g.
|
||||||
"src%d" to "src%u" or "src_%u" or similar, since we don't want to see
|
"src%d" to "src%u" or "src_%u" or similar, since we don't want to see
|
||||||
|
@ -651,6 +655,9 @@ CHANGES
|
||||||
so applications that use this don't need to go fishing for elements
|
so applications that use this don't need to go fishing for elements
|
||||||
that may implement those any more, but can just use them unconditionally.
|
that may implement those any more, but can just use them unconditionally.
|
||||||
|
|
||||||
|
* level sendy the per channel values as a GValueArray instead of a GstValueList
|
||||||
|
see gst-plugins-good/test/examples/level/level-example.c
|
||||||
|
|
||||||
* media type / caps changes:
|
* media type / caps changes:
|
||||||
|
|
||||||
audio/x-raw-int -> audio/x-raw
|
audio/x-raw-int -> audio/x-raw
|
||||||
|
|
Loading…
Reference in a new issue