summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2013-02-08 21:28:18 +0100
committerStefan Sauer <ensonic@users.sf.net>2013-02-08 21:38:22 +0100
commit0b671cd05b983982f7bf303c644ebb4cfb3e1410 (patch)
treed3c3678de70d6456c66a579ea6997e6f807fcff0
parent56f6f022e2d7b454eba35340e9d524a89c4c6e7c (diff)
docs: add more porting details
-rw-r--r--docs/random/porting-to-1.0.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/random/porting-to-1.0.txt b/docs/random/porting-to-1.0.txt
index 97121dc179..a6695adbcf 100644
--- a/docs/random/porting-to-1.0.txt
+++ b/docs/random/porting-to-1.0.txt
@@ -459,6 +459,10 @@ CHANGES
GstBaseSrc::get_caps(), GstBaseTransform::transform_caps() and
GstBaseSink::get_caps() now take a filter GstCaps* parameter to
filter the caps and allow better negotiation decisions.
+
+* GstBaseSrc
+ When overriding GstBaseTransform::fixate() one should chain up to the parent
+ implementation.
* GstBaseTransform
GstBaseTransform::transform_caps() now gets the complete caps passed
@@ -625,7 +629,7 @@ CHANGES
* "decodebin2" has been renamed to "decodebin", with similar API. Note
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'
- 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.
"src%d" to "src%u" or "src_%u" or similar, since we don't want to see
@@ -650,6 +654,9 @@ CHANGES
* playbin also proxies the GstColorBalance and GstNavigation interfaces,
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.
+
+ * 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: