summaryrefslogtreecommitdiffstats
path: root/ext/metadata/gstmetadatamux.h
AgeCommit message (Collapse)AuthorFilesLines
2008-01-23Add some documentation.Edgard Lima1-2/+11
Original commit message from CVS: Add some documentation.
2007-12-19New base class for metadata elements.Edgard Lima1-25/+3
Original commit message from CVS: New base class for metadata elements.
2007-12-14Added new module for common functions. Using GST_TYPE_FRACTION for Exif ↵Edgard Lima1-13/+3
(S)Rational types. Original commit message from CVS: Added new module for common functions. Using GST_TYPE_FRACTION for Exif (S)Rational types.
2007-12-04Fixed element properties and now muxer writes to png also.Edgard Lima1-3/+1
Original commit message from CVS: Fixed element properties and now muxer writes to png also.
2007-12-03Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets ↵Edgard Lima1-1/+0
GstTagSetter interface. Original commit message from CVS: Muxer writes (in jpeg only) whole IPTC chunk sent as tag. Muxer implemets GstTagSetter interface.
2007-11-30Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.Edgard Lima1-2/+1
Original commit message from CVS: Muxer writes (in jpeg only) whole EXIF and XMP chunks sent as tags.
2007-11-30Fixed get_range bug when injecting and stripping. And mux is almost done now.Edgard Lima1-3/+2
Original commit message from CVS: Fixed get_range bug when injecting and stripping. And mux is almost done now.
2007-11-28Small fixes in get_range and better structure for generic muxer and demuxer.Edgard Lima1-8/+41
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-0/+83
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.