summaryrefslogtreecommitdiffstats
path: root/ext/metadata/metadataparse.h
AgeCommit message (Collapse)AuthorFilesLines
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima1-122/+0
Original commit message from CVS: Small fixes in get_range and better structure for generic muxer and demuxer.
2007-11-23Now parser is generic (just add/remove a list of chunks). And a template of ↵Edgard Lima1-5/+9
muxer has been created. Original commit message from CVS: Now parser is generic (just add/remove a list of chunks). And a template of muxer has been created.
2007-11-18Strip out metadata chunks.Edgard Lima1-4/+9
Original commit message from CVS: Strip out metadata chunks.
2007-11-02Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.Edgard Lima1-15/+19
Original commit message from CVS: Added support for PNG/XMP. Indentation. And fixed pull mode to parse the file.
2007-10-30Changed kclass to "Parser/Extracter/Metadata", changed caps to "image/jpeg, ↵Edgard Lima1-3/+0
tags-extract=true/false" and changed prio... Original commit message from CVS: Changed kclass to "Parser/Extracter/Metadata", changed caps to "image/jpeg, tags-extract=true/false" and changed priority to GST_RANK_PRIMARY+1. Also, srcpad can only work in push mode until fixed to also work in pull mode.
2007-10-30Created new plugin ('medadata') and element ('metadataparse') that extract ↵Edgard Lima1-0/+112
metadata from images (look at bug #486659). Original commit message from CVS: Created new plugin ('medadata') and element ('metadataparse') that extract metadata from images (look at bug #486659).