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