summaryrefslogtreecommitdiff
path: root/docs/random
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-09-13 10:16:03 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-09-13 10:16:03 +0000
commit37d66d20f54ba64450b32038f92680c414a3ec74 (patch)
tree6eaf3ad08aa2368cc2ea1ad858dc67b7ecbf6a78 /docs/random
parentb64d8bac7295f409123ff007470d80b0605edac4 (diff)
unbreak gstelementstate
Original commit message from CVS: unbreak gstelementstate
Diffstat (limited to 'docs/random')
-rw-r--r--docs/random/ds/0.9-suggested-changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/random/ds/0.9-suggested-changes b/docs/random/ds/0.9-suggested-changes
index 0adbb8363..6008ab836 100644
--- a/docs/random/ds/0.9-suggested-changes
+++ b/docs/random/ds/0.9-suggested-changes
@@ -4,6 +4,9 @@ API:
- MAKE A DOCUMENT THAT LISTS ALL API CHANGES AND HOW TO DEAL WITH THEM
+ - GstElementState should be a real enum, not something that looks like flags
+ changing state can be done with ++ and -- instead of >> and <<
+
- replace object/structure set/get macros with actual functions.
- events should all use GstStructure