summaryrefslogtreecommitdiffstats
path: root/ext/metadata/metadata.c
AgeCommit message (Collapse)AuthorFilesLines
2008-01-31ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, ↵Sebastian Dröge1-0/+3
for example our compiler warnings paramters. Original commit message from CVS: * ext/metadata/Makefile.am: Add some relevant variables to CFLAGS and LIBADD, for example our compiler warnings paramters. * ext/metadata/gstbasemetadata.c: (gst_base_metadata_strip_push_buffer), (gst_base_metadata_calculate_offsets), (gst_base_metadata_src_event), (gst_base_metadata_sink_activate): * ext/metadata/gstmetadatademux.c: (gst_metadata_demux_init), (gst_metadata_demux_set_property), (gst_metadata_demux_dispose): * ext/metadata/gstmetadatamux.c: (gst_metadata_mux_init), (gst_metadata_mux_set_property), (gst_metadata_mux_get_property), (gst_metadata_mux_dispose), (gst_metadata_mux_create_chunks_from_tags): * ext/metadata/metadata.c: (metadata_dispose): * ext/metadata/metadataexif.c: (metadataparse_exif_content_foreach_entry_func), (metadatamux_exif_for_each_tag_in_list): * ext/metadata/metadataiptc.c: (metadatamux_iptc_for_each_tag_in_list): * ext/metadata/metadatamuxjpeg.c: (metadatamux_jpeg_lazy_update), (metadatamux_jpeg_reading): * ext/metadata/metadatamuxpng.c: (metadatamux_png_reading): * ext/metadata/metadataparsejpeg.c: (metadataparse_jpeg_reading): * ext/metadata/metadataparsepng.c: * ext/metadata/metadataparseutil.h: * ext/metadata/metadataxmp.c: (metadataparse_xmp_tag_list_add), (metadatamux_xmp_create_chunk_from_tag_list): Fix a million warnings that showed up after the above change.
2008-01-25Add lot of documentation.Edgard Lima1-45/+135
Original commit message from CVS: Add lot of documentation.
2007-12-21Removed gstmetadatacommon.Edgard Lima1-32/+46
Original commit message from CVS: Removed gstmetadatacommon.
2007-12-19New base class for metadata elements.Edgard Lima1-12/+11
Original commit message from CVS: New base class for metadata elements.
2007-12-17Added "parse-only" property to metadatademux.Edgard Lima1-2/+4
Original commit message from CVS: Added "parse-only" property to metadatademux.
2007-12-13Code documentation.Edgard Lima1-68/+118
Original commit message from CVS: Code documentation.
2007-12-04Fixed element properties and now muxer writes to png also.Edgard Lima1-26/+18
Original commit message from CVS: Fixed element properties and now muxer writes to png also.
2007-11-30Fixed get_range bug when injecting and stripping. And mux is almost done now.Edgard Lima1-17/+82
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-0/+223
Original commit message from CVS: Small fixes in get_range and better structure for generic muxer and demuxer.