summaryrefslogtreecommitdiffstats
path: root/gst/wavenc
Commit message (Collapse)AuthorAgeFilesLines
...
* gst-indentThomas Vander Stichele2004-03-143-454/+467
| | | | | Original commit message from CVS: gst-indent
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
| | | | | | Original commit message from CVS: change NULL to (NULL) for GST_ELEMENT_ERROR Make sure errors end with "."
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
| | | | | Original commit message from CVS: GST_ELEMENT_ERROR
* use new error signal and classificationThomas Vander Stichele2004-01-181-1/+1
| | | | | Original commit message from CVS: use new error signal and classification
* gst/wavenc/gstwavenc.c: Fix indenting, fix pad creation.Ronald S. Bultje2004-01-041-7/+9
| | | | | | | | Original commit message from CVS: 2004-01-04 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init): Fix indenting, fix pad creation.
* Merge CAPS branchDavid Schleef2003-12-222-57/+32
| | | | | Original commit message from CVS: Merge CAPS branch
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
| | | | | Original commit message from CVS: remove copyright field from plugins
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
| | | | | Original commit message from CVS: + checking in plugin category changes
* disting fixes, pixbuf loader still borked in regards to distingChristian Schaller2003-11-091-1/+1
| | | | | Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-071-1/+0
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* fix to new plugin systemBenjamin Otte2003-11-021-26/+29
| | | | | Original commit message from CVS: fix to new plugin system
* Add a local copy of riff.h, and add metadata writing ability to wavencIain Holmes2003-10-293-6/+772
| | | | | Original commit message from CVS: Add a local copy of riff.h, and add metadata writing ability to wavenc
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-6/+7
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* In the intfloat conversion elements, there were bugs when the float buffer ↵Andy Wingo2003-09-301-40/+15
| | | | | | | | | | | | | | was bigger than the int buffer (in frames)... Original commit message from CVS: In the intfloat conversion elements, there were bugs when the float buffer was bigger than the int buffer (in frames). That's now fixed, some style issues are "fixed" (subjectively), mallocs are removed from int2float's processing loop, and the default buffer size was raised to 256 frames to give better performance in the default case. Wavenc was modified to not set an event handler on its sink pad. It deals with EOS in its chain function instead.
* Fix problem transitioning to PLAYING. (#122481)David Schleef2003-09-191-1/+0
| | | | | Original commit message from CVS: Fix problem transitioning to PLAYING. (#122481)
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-1/+3
| | | | | Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* At end of stream, rewrite the header with the correct number of bytesIain Holmes2003-07-292-39/+80
| | | | | Original commit message from CVS: At end of stream, rewrite the header with the correct number of bytes
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-3/+1
| | | | | | | over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-0/+3
| | | | | | | | Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
* wavenc supports 8 bits tooRonald S. Bultje2003-05-131-2/+8
| | | | | Original commit message from CVS: wavenc supports 8 bits too
* I'm too lazy to comment thisRonald S. Bultje2003-05-121-1/+1
| | | | | Original commit message from CVS: Move wav parser into correct category. Thanks, Ross Burton <r.burton@180sw.com> - #112829
* 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-272-95/+88
| | | | | 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
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* 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-213-0/+393
Original commit message from CVS: Added a WAV file encoder