diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-29 07:43:28 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-29 07:43:28 +0000 |
commit | 96f0a4d0c0cd5f5a4bcb33c19f0911cf72e33591 (patch) | |
tree | 28c35fb8c5a6e8ee8847184e27399f2b73bb9a77 | |
parent | 83e305cf5dd437f5dd30f2ef78de18a2e8dc3438 (diff) | |
download | gst-plugins-bad-96f0a4d0c0cd5f5a4bcb33c19f0911cf72e33591.tar.gz gst-plugins-bad-96f0a4d0c0cd5f5a4bcb33c19f0911cf72e33591.tar.bz2 gst-plugins-bad-96f0a4d0c0cd5f5a4bcb33c19f0911cf72e33591.zip |
ext/metadata/README: Formatting.
Original commit message from CVS:
* ext/metadata/README:
Formatting.
* tests/icles/metadata_editor.c:
Include stdlib.h.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ext/metadata/README | 3 | ||||
-rw-r--r-- | tests/icles/metadata_editor.c | 1 |
3 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,12 @@ 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> + * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-bad-plugins-docs.sgml: diff --git a/ext/metadata/README b/ext/metadata/README index 7d5c0985..f3cd20d7 100644 --- a/ext/metadata/README +++ b/ext/metadata/README @@ -38,8 +38,8 @@ or * 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 -- ... --+ | | @@ -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 on new file. + 4- Convert (for example from jpeg to png) +--> whole chunk send as event to next element -- ... --+ diff --git a/tests/icles/metadata_editor.c b/tests/icles/metadata_editor.c index e39720df..0f8f95d5 100644 --- a/tests/icles/metadata_editor.c +++ b/tests/icles/metadata_editor.c @@ -42,6 +42,7 @@ */ #include <stdio.h> +#include <stdlib.h> #include <string.h> #include <unistd.h> |