summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/media-info
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20register and use debugging category in media-info make vorbisfile emit tags ↵Thomas Vander Stichele5-43/+58
for streaminfo Original commit message from CVS: register and use debugging category in media-info make vorbisfile emit tags for streaminfo
2003-12-22Merge CAPS branchDavid Schleef3-64/+15
Original commit message from CVS: Merge CAPS branch
2003-12-09Change GST_*_PADDING to _gst_private[GST_PADDING]David Schleef1-2/+2
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2-0/+8
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-10-31first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, ↵Benjamin Otte1-3/+2
sys/oss, ext/gnomevfs, gst/typefind and ex... Original commit message from CVS: first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad. You guessed it, everything Rhythmbox needs ;) fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
2003-10-30minor cosmetic fixDavid Schleef1-3/+1
Original commit message from CVS: minor cosmetic fix
2003-10-13Add audio/x-id3 as a mimetype handled by mad.Iain Holmes1-1/+2
Original commit message from CVS: Add audio/x-id3 as a mimetype handled by mad. Could also be a flac file apparently, but this allows it to work more times than it does currently
2003-10-09adding G_BEGIN and G_END_DECLSLeif Johnson1-0/+4
Original commit message from CVS: adding G_BEGIN and G_END_DECLS
2003-10-09add object and struct paddingDavid Schleef1-4/+9
Original commit message from CVS: add object and struct padding
2003-10-02Corrected macro in medi-info-priv.h so that it follows ISO standards, and ↵Brian Cameron1-0/+9
removed broken return from void function in... Original commit message from CVS: Corrected macro in medi-info-priv.h so that it follows ISO standards, and removed broken return from void function in navigation.c
2003-09-23Sync'ed files up to nautilus-media/media-info versions, and fixed them for ↵Iain Holmes6-585/+1042
errors and deprecated functions Original commit message from CVS: Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
2003-09-03clean up varargs macro definitionDavid Schleef1-6/+8
Original commit message from CVS: clean up varargs macro definition
2003-05-21Corrected the configure.ac so it actually works. Updated some c files so ↵Brian Cameron1-0/+11
that they build on Solaris. This mostly in... Original commit message from CVS: Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly involved supporting ISO style variable-argument macros.
2003-03-24fix compile errorBenjamin Otte1-1/+1
Original commit message from CVS: fix compile error
2003-02-02Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer ↵David Schleef1-3/+4
conversion. Original commit message from CVS: Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-7/+7
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2002-12-31exciting .cvsignore updates!CAPSDavid I. Lehn1-0/+1
Original commit message from CVS: exciting .cvsignore updates!
2002-12-30Fix plugins for new query APIWim Taymans1-3/+3
Original commit message from CVS: Fix plugins for new query API
2002-12-08Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes1-1/+1
Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
2002-12-08parallel install fixesThomas Vander Stichele1-6/+6
Original commit message from CVS: parallel install fixes
2002-11-26flac debug cleanup m4 for ffmpegThomas Vander Stichele1-1/+12
Original commit message from CVS: flac debug cleanup m4 for ffmpeg
2002-11-11media info libThomas Vander Stichele4-0/+1045
Original commit message from CVS: media info lib