summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/media-info/media-info-priv.h
AgeCommit message (Collapse)AuthorFilesLines
2005-05-06remove gst-libs from gst-plugins module as it is in gst-plugins-base nowChristian Schaller1-159/+0
Original commit message from CVS: remove gst-libs from gst-plugins module as it is in gst-plugins-base now
2005-02-09Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they ↵Tim-Philipp Müller1-0/+4
work when included from C++ code Original commit message from CVS: Add G_BEGIN_DECLS and G_END_DECLS around headers where missing, so that they work when included from C++ code
2004-12-16configure.ac: add audioresample and cairo plugins. RemoveDavid Schleef1-0/+1
Original commit message from CVS: * configure.ac: add audioresample and cairo plugins. Remove HAVE_MMX stuff, because it's not used. * ext/Makefile.am: same * ext/audioresample/Makefile.am: You are not ready for an audio resampling element based on audioresample. * ext/audioresample/gstaudioresample.c: * ext/audioresample/gstaudioresample.h: * ext/cairo/Makefile.am: You are not ready for overlay elements based on cairo. Don't look too closely, these elements kinda suck right now. * ext/cairo/gstcairo.c: new * ext/cairo/gsttextoverlay.c: new * ext/cairo/gsttextoverlay.h: new * ext/cairo/gsttimeoverlay.c: new * ext/cairo/gsttimeoverlay.h: new * gst-libs/gst/media-info/media-info-priv.h: fix compile problem with compilers that don't support variadic macros.
2004-07-26add more plugins to the build add some definitions needed by plugins fixes ↵Steve Lhomme1-0/+14
for build problems Original commit message from CVS: add more plugins to the build add some definitions needed by plugins fixes for build problems
2004-03-15*.h: Revert indentingJohan Dahlin1-52/+56
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-56/+52
Original commit message from CVS: gst-indent
2004-03-07compiler fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: compiler fixes
2004-03-07compile fixesThomas Vander Stichele1-1/+5
Original commit message from CVS: compile fixes
2004-03-07this should more or less work correctly.Thomas Vander Stichele1-4/+4
Original commit message from CVS: this should more or less work correctly.
2004-03-06first pass at making this work again needs quite a lot of cleanupsThomas Vander Stichele1-14/+14
Original commit message from CVS: first pass at making this work again needs quite a lot of cleanups
2004-01-22fix up media-info now reports format again metadata needs some rewritingThomas Vander Stichele1-0/+2
Original commit message from CVS: fix up media-info now reports format again metadata needs some rewriting
2004-01-20register and use debugging category in media-info make vorbisfile emit tags ↵Thomas Vander Stichele1-0/+3
for streaminfo Original commit message from CVS: register and use debugging category in media-info make vorbisfile emit tags for streaminfo
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 Holmes1-0/+122
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