summaryrefslogtreecommitdiff
path: root/gst/audiotestsrc
AgeCommit message (Expand)AuthorFilesLines
2009-07-20audiotestsrc: call send_event directlyWim Taymans1-2/+5
2009-07-20audiotestsrc: Make sure tags are properly serialized. Fixes #588746Edward Hervey1-3/+2
2009-06-21audiotestsrc: Name gaussian noise "gaussian-noise" instead of just "gaussian"Sebastian Dröge1-11/+11
2009-06-21audiotestsrc: Add support for generating gaussian white noiseKipp Cannon2-3/+48
2009-05-12audiotestsrc: fix broken enum nick - it should have a hyphenTim-Philipp Müller1-1/+1
2009-05-12audiotestsrc: seek to the requested byte offset, not the expected byte offsetTim-Philipp Müller1-1/+1
2009-05-12audiotestsrc: support more than just one channelTim-Philipp Müller2-36/+65
2009-01-05gst/audiotestsrc/gstaudiotestsrc.*: Add property to control pull/push based s...Wim Taymans2-1/+30
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost1-0/+1
2008-10-16gst/audiotestsrc/gstaudiotestsrc.c: Set the default blocksize to -1 because w...Wim Taymans1-0/+1
2008-10-10gst/audiotestsrc/gstaudiotestsrc.*: Define the default property values in the...Wim Taymans2-66/+153
2008-08-04gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important documentation ...Andy Wingo1-1/+2
2008-07-17gst/audiotestsrc/gstaudiotestsrc.*: Add 'ticks', a 1/30 second sine wave puls...David Schleef2-1/+43
2008-07-10Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost1-14/+7
2008-04-15gst/audiotestsrc/gstaudiotestsrc.c: Remove cpp style commented old code.Stefan Kost1-1/+0
2008-03-22Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use static strings...Sebastian Dröge1-9/+12
2008-02-21gst/audiotestsrc/gstaudiotestsrc.c: Mark buffers as GAP,if volume is 0.0 and ...Stefan Kost1-1/+2
2007-11-26gst/: Add GAP-flag support.Stefan Kost1-0/+7
2007-08-06gst/audiotestsrc/gstaudiotestsrc.c: Properly respond to conversion queries. F...Sebastian Dröge1-2/+6
2007-08-03gst/audiotestsrc/gstaudiotestsrc.*: Add float/double and int32 support to aud...Sebastian Dröge2-128/+304
2007-06-05gst/audiotestsrc/gstaudiotestsrc.c: Don't overflow intermediate values when s...Michael Smith1-3/+6
2007-05-17gst/: Use the segment->last_stop value to calculate the next timestamp to gen...Michael Smith1-1/+2
2007-05-04gst/: gst/audiotestsrc/gstaudiotestsrc.cStefan Kost1-1/+3
2007-02-24Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).Loïc Minier1-1/+1
2007-02-12Add crossreferences to glib/gobject/gstream docs.Stefan Kost1-2/+6
2006-11-24gst/: remove obsolete _factory_init protosStefan Kost1-2/+1
2006-09-16ext/gnomevfs/gstgnomevfssrc.c: Add docs about icydemux usage in connection wi...Stefan Kost1-5/+1
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-1/+1
2006-05-09Const-ify GEnumValue and GFlagsValue arrays. UseTim-Philipp Müller1-1/+1
2006-04-28make GstElementDetails constStefan Kost1-1/+1
2006-04-06gst/videorate/gstvideorate.c (gst_video_rate_reset)Andy Wingo1-8/+2
2006-04-01gst/audiotestsrc/gstaudiotestsrc.c: Fixed the sample pipeline (see #323798)Thomas Vander Stichele1-1/+1
2006-03-24Add docs for adder, use GST_ELEMENT_DETAILS macro, define GstElementDetails a...Stefan Kost1-16/+26
2006-03-01Updated/added documentation.Wim Taymans1-3/+21
2006-02-28gst/audiotestsrc/gstaudiotestsrc.c: added defines of M_PI and M_PI_2Sébastien Moutte1-0/+9
2006-02-01gst/: Pass unhandled queries to the parent class's query function.Tim-Philipp Müller1-0/+1
2006-01-31gst/: initialize gst_controller before usingStefan Kost1-1/+4
2005-12-29gst/audiotestsrc/gstaudiotestsrc.*: update to basesrc changes, implement segm...Stefan Kost2-60/+125
2005-12-16ext/libvisual/visual.c: change some char* into char[]Stefan Kost2-0/+27
2005-12-14gst/audiotestsrc/gstaudiotestsrc.*: Adjust to some recent api changes and add...Stefan Kost2-83/+89
2005-12-01borgify further clean up docs a littleThomas Vander Stichele2-104/+106
2005-11-22remove deprecated properties fix up enums to correctly have short lowercase d...Thomas Vander Stichele1-7/+7
2005-11-21Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt1-1/+1
2005-11-10gst/: The base class can now sync for us.Wim Taymans1-55/+26
2005-10-20gst/: Don't use functions for position queries when handling duration queries.Tim-Philipp Müller1-1/+1
2005-10-19Query API update.Wim Taymans1-2/+11
2005-10-17gst/: fix broken build of controllerized pluginsStefan Kost1-2/+2
2005-10-17gst/: doc updatesThomas Vander Stichele1-5/+7
2005-10-16restructure configure.ac, use correct libtool LDFLAGS, fix up definesThomas Vander Stichele1-1/+1
2005-10-09gst/audiotestsrc/gstaudiotestsrc.*: fixed typo, added pink noiseStefan Kost2-3/+105