summaryrefslogtreecommitdiffstats
path: root/gst/apetag/gstapedemux.c
Commit message (Expand)AuthorAgeFilesLines
* gst/apetag/gstapedemux.c: Use g_strtod() instead of sscanf to parse doubles, ...Sebastian Dröge2006-12-061-1/+4
* gst/apetag/gstapedemux.c: Extract disc/album/medium number and count and try ...Tim-Philipp Müller2006-10-041-1/+34
* gst/apetag/gstapedemux.c: Some clean-ups and additions: map APE 'file' tag toSebastian Dröge2006-05-281-16/+51
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-061-2/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Add APE tag demuxer (#325649).Tim-Philipp Müller2006-02-061-0/+356