summaryrefslogtreecommitdiffstats
path: root/gst/wavenc/gstwavenc.c
Commit message (Collapse)AuthorAgeFilesLines
...
* wav is little endianBenjamin Otte2003-03-251-1/+1
| | | | | Original commit message from CVS: wav is little endian
* The first attempt to support MAS. Dont expect it to work :)Zeeshan Ali2003-01-301-0/+1
| | | | | Original commit message from CVS: The first attempt to support MAS. Dont expect it to work :)
* PadConnect -> PadLinkThomas Vander Stichele2003-01-101-1/+1
| | | | | Original commit message from CVS: PadConnect -> PadLink
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-4/+4
| | | | | | | | | | 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
* CleanupsWim Taymans2002-12-271-84/+85
| | | | | Original commit message from CVS: Cleanups
* On Ready to Paused the internal state was set to not setup. FixIain Holmes2002-12-261-2/+3
| | | | | Original commit message from CVS: On Ready to Paused the internal state was set to not setup. Fix
* fix my bogus additons ot last commit, thanks to taazChristian Schaller2002-10-221-2/+0
| | | | | Original commit message from CVS: fix my bogus additons ot last commit, thanks to taaz
* fixed licensing on wavenc plugin. Permissions for LGPL gotten from Aaron ↵Christian Schaller2002-10-221-2/+19
| | | | | | | Holtzman and Stan Seibert. Original commit message from CVS: fixed licensing on wavenc plugin. Permissions for LGPL gotten from Aaron Holtzman and Stan Seibert.
* Added a WAV file encoderIain Holmes2002-10-211-0/+307
Original commit message from CVS: Added a WAV file encoder