projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cc7254
)
porting: update porting doc
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 9 Nov 2011 11:02:12 +0000
(12:02 +0100)
committer
Wim Taymans
<wim.taymans@collabora.co.uk>
Wed, 9 Nov 2011 11:02:12 +0000
(12:02 +0100)
docs/random/porting-to-0.11.txt
patch
|
blob
|
history
diff --git
a/docs/random/porting-to-0.11.txt
b/docs/random/porting-to-0.11.txt
index 08efc09aeb1d193a585fc1de7da427fd0c2ff69f..a1af7ab649428d44cfe08af84872a8697df11ead 100644
(file)
--- a/
docs/random/porting-to-0.11.txt
+++ b/
docs/random/porting-to-0.11.txt
@@
-292,6
+292,9
@@
The 0.11 porting guide
- gst_element_query_duration()
- gst_element_query_convert()
+ gst_element_get_query_types() and gst_pad_get_query_types() with associated
+ functions were removed.
+
* GstBufferList
Is now a boxed type derived from GstMiniObject.