mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
ext/metadata/README: Formatting.
Original commit message from CVS: * ext/metadata/README: Formatting. * tests/icles/metadata_editor.c: Include stdlib.h.
This commit is contained in:
parent
83e305cf5d
commit
96f0a4d0c0
3 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-01-29 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* ext/metadata/README:
|
||||||
|
Formatting.
|
||||||
|
* tests/icles/metadata_editor.c:
|
||||||
|
Include stdlib.h.
|
||||||
|
|
||||||
2008-01-29 Stefan Kost <ensonic@users.sf.net>
|
2008-01-29 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -38,8 +38,8 @@ or
|
||||||
|
|
||||||
* in any case metadataparse strips out metadata chunks (different from current implementation)
|
* in any case metadataparse strips out metadata chunks (different from current implementation)
|
||||||
|
|
||||||
3- Modify (add, change, delete tags)
|
|
||||||
|
|
||||||
|
3- Modify (add, change, delete tags)
|
||||||
|
|
||||||
+--> whole chunk send as event to next element -- ... --+
|
+--> whole chunk send as event to next element -- ... --+
|
||||||
| |
|
| |
|
||||||
|
@ -65,6 +65,7 @@ Obs: By looking at the proposed design (1- view and 2- modify) seems that the me
|
||||||
Only the application map the tags to/from metadata specific format. This is because, if you notice, only tags sent by application will be keep
|
Only the application map the tags to/from metadata specific format. This is because, if you notice, only tags sent by application will be keep
|
||||||
on new file.
|
on new file.
|
||||||
|
|
||||||
|
|
||||||
4- Convert (for example from jpeg to png)
|
4- Convert (for example from jpeg to png)
|
||||||
|
|
||||||
+--> whole chunk send as event to next element -- ... --+
|
+--> whole chunk send as event to next element -- ... --+
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue