diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-02-23 18:36:15 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-02-23 18:37:57 +0000 |
commit | 5125185c4c9168ff3c4e1c7bc0d935cfa1736fbf (patch) | |
tree | 2df128b05e8ae9a0eddff84a534d467d20080f67 /docs/random | |
parent | a093d8a8cd2f935b9cfa06f396ad6a5f53d5bd03 (diff) |
docs: porting-to-1.0.txt: some element names have changed
Diffstat (limited to 'docs/random')
-rw-r--r-- | docs/random/porting-to-1.0.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/random/porting-to-1.0.txt b/docs/random/porting-to-1.0.txt index a6695adbc..117205283 100644 --- a/docs/random/porting-to-1.0.txt +++ b/docs/random/porting-to-1.0.txt @@ -675,3 +675,20 @@ CHANGES video/webm -> audio/webm or video/webm + * element name changes/replacements: + + playbin2 -> playbin + decodebin2 -> decodebin + camerabin2 -> camerabin + + ffmpegcolorspace -> videoconvert + + mp3parse -> mpegaudioparse + legacyh264parse -> h264parse (note: properties gone, use downstream caps) + lame -> lamemp3enc + jp2k{enc,dec} -> openjpeg{enc,dec} + + ffenc_* -> avenc_* + ffdec_* -> avdec_* + ffdemux_* -> avdemux_* + ffmux_* -> avmux_* |