summaryrefslogtreecommitdiff
path: root/gst/audiorate
AgeCommit message (Expand)AuthorFilesLines
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+2
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-9/+10
2007-09-17Fix a bunch of compile warnings shown with Forte.Jan Schmidt1-2/+2
2007-08-10gst/audiorate/gstaudiorate.c: Debug output fixes.Michael Smith1-4/+0
2007-08-09gst/audiorate/gstaudiorate.c: If we have a large (> 1 second) discontinuity, ...Michael Smith1-33/+48
2007-05-03gst/audiorate/gstaudiorate.c: If a buffer doesn't have a timestamp, assume it...Michael Smith1-0/+5
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele1-1/+1
2006-12-01gst/audiorate/gstaudiorate.c: Delete bad debug code.Michael Smith1-9/+0
2006-11-16gst/audiorate/gstaudiorate.c: Fix audiorate, so that it accurately sets offse...Michael Smith1-14/+41
2006-09-28gst/audiorate/gstaudiorate.c: Set caps on outgoing buffers.Wim Taymans1-0/+3
2006-09-28gst/audiorate/gstaudiorate.c: Keep sink and src segment to keep track of time...Wim Taymans1-32/+136
2006-09-16ext/gnomevfs/gstgnomevfssrc.c: Add docs about icydemux usage in connection wi...Stefan Kost1-1/+1
2006-08-29gst/audiorate/gstaudiorate.c: Don't rely on incoming buffers offset anymore, ...Edward Hervey1-14/+19
2006-08-28gst/audiorate/gstaudiorate.c: Make the metadata of the buffer writable before...Wim Taymans1-0/+1
2006-08-28gst/audiorate/gstaudiorate.c: Fix audiorate some more.Wim Taymans1-22/+198
2006-05-23make more debug catagories staticStefan Kost1-1/+1
2006-04-28make GstElementDetails constStefan Kost1-1/+1
2006-03-07Don't leak references returned by gst_pad_get_parent()Christophe Fergeau1-8/+11
2006-01-10gst/audiorate/gstaudiorate.c: Add debugging category.Edward Hervey1-3/+23
2006-01-10gst/audiorate/gstaudiorate.c: Support float audio in audiorate.Michael Smith1-7/+9
2005-12-06expand tabsThomas Vander Stichele1-1/+1
2005-12-01borgify further clean up docs a littleThomas Vander Stichele1-67/+67
2005-11-26gst/audiorate/gstaudiorate.c: Properly return GstFlowReturn from gst_pad_push...Edward Hervey1-4/+7
2005-11-16Fix a whole set of pad template leaksThomas Vander Stichele1-4/+2
2005-10-16restructure configure.ac, use correct libtool LDFLAGS, fix up definesThomas Vander Stichele1-1/+1
2005-09-02All plugins updated for element state changes.Andy Wingo1-8/+9
2005-07-13make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be added manually to e...Thomas Vander Stichele1-2/+1
2005-07-08ext/gnomevfs/: add/clean up debuggingThomas Vander Stichele1-1/+0
2005-05-06gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): PacifyAndy Wingo1-4/+3
2005-05-05gst/: Some GCC4 fixesAndy Wingo1-26/+17
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+145
2004-07-05replace warningThomas Vander Stichele1-1/+1
2004-06-24gst/: Added some logging, fixed an overflow bug in videorate.Wim Taymans1-7/+26
2004-06-23gst/audiorate/gstaudiorate.c: Implement sample dropping and notifyWim Taymans1-9/+59
2004-06-17gst/audiorate/: Added an audiorate converter that fills in gaps.Wim Taymans2-0/+363