diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-09-25 14:40:20 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-09-25 14:45:15 +0200 |
commit | 7c24fc7450616842cf16dda4cdab9279bd306f7b (patch) | |
tree | c2eedf435c468b455a9da5545fa24ce2a4c3e2b3 /docs/random | |
parent | 36be78bb0082b09eae63a82769a0a5c4781c452b (diff) |
manual: fix up the manual
MIME-type -> media types
Fix up the manual in various places with the 1.0 way of doing things
such as probes, static elements, scheduling, ...
Add porting from 0.10 to 1.0 chapter.
Add probe example to build.
Remove some docs for remove components such as GstMixer and
GstPropertyProbe, XML...
Diffstat (limited to 'docs/random')
-rw-r--r-- | docs/random/porting-to-1.0.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/random/porting-to-1.0.txt b/docs/random/porting-to-1.0.txt index 5143c95c1..070ad2936 100644 --- a/docs/random/porting-to-1.0.txt +++ b/docs/random/porting-to-1.0.txt @@ -207,8 +207,8 @@ GStreamer 0.10 to 1.0 porting guide The GST_MINI_OBJECT_READONLY flag was removed as it used to mark the memory in buffers as READONLY. Marking memory READONLY can now be done - with the GstMemory API. Writability of miniobjects is now only done by using - the refcount. + with the GstMemory API. Writability of miniobjects is now either done + by using the refcount or by using exclusive locking. * GstBuffer A GstBuffer is now a simple boxed type this means that subclassing is not |