mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
unbreak gstelementstate
Original commit message from CVS: unbreak gstelementstate
This commit is contained in:
parent
b64d8bac72
commit
37d66d20f5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue