summaryrefslogtreecommitdiffstats
path: root/ext/mikmod/gstmikmod.c
Commit message (Collapse)AuthorAgeFilesLines
* ext/mikmod/gstmikmod.*: fix caps negotiation in mikmodBenjamin Otte2004-02-101-30/+43
| | | | | | | | | | | | Original commit message from CVS: 2004-02-10 Benjamin Otte <in7y118@public.uni-hamburg.de> * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop): * ext/mikmod/gstmikmod.h: fix caps negotiation in mikmod * ext/ogg/gstoggdemux.c: (gst_ogg_print): output debug information
* 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-2/+1
| | | | | Original commit message from CVS: use new error signal and classification
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-1/+2
| | | | | Original commit message from CVS: Convert elements to use gst_pad_use_explicit_caps() where appropriate.
* Merge CAPS branchDavid Schleef2003-12-221-67/+44
| | | | | Original commit message from CVS: Merge CAPS branch
* who needs mod playback in spider...Benjamin Otte2003-12-151-1/+1
| | | | | Original commit message from CVS: who needs mod playback in spider...
* 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
* Mikmod fixedIain Holmes2003-11-021-20/+22
| | | | | Original commit message from CVS: Mikmod fixed
* Trivial fixes for GstBuffer->GstData migrationDavid Schleef2003-10-091-1/+1
| | | | | Original commit message from CVS: Trivial fixes for GstBuffer->GstData migration
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-2/+2
| | | | | | | 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.
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+2
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-151-2/+3
| | | | | Original commit message from CVS: converted gst_element_error to new format in ext/ - gettext pending
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-98/+66
| | | | | | | 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-1/+4
| | | | | | | | 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.
* make 8 bit output use the right capsBenjamin Otte2003-01-301-19/+36
| | | | | Original commit message from CVS: make 8 bit output use the right caps
* Remove audio/mod type from mikmod (build with modplug now)Jeremy Simon2002-11-241-59/+0
| | | | | Original commit message from CVS: Remove audio/mod type from mikmod (build with modplug now)
* plugins part of license field patchChristian Schaller2002-09-181-0/+2
| | | | | Original commit message from CVS: plugins part of license field patch
* - unref events and poolsWim Taymans2002-07-081-1/+1
| | | | | | Original commit message from CVS: - unref events and pools - use _merge in mikmod instead of _append
* Add timestamp, mikmod work nowJeremy Simon2002-06-221-10/+13
| | | | | | Original commit message from CVS: Add timestamp, mikmod work now Put mikmod to secondary rank ( modplug first )
* rearranging element treeThomas Vander Stichele2002-06-081-1/+1
| | | | | Original commit message from CVS: rearranging element tree
* add ranks only for plugins who participate in autoplugging. If you have a ↵Steve Baker2002-05-311-0/+1
| | | | | | | file that used to autoplug but doesn't any... Original commit message from CVS: add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo2002-04-111-22/+22
| | | | | | | | | | | and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
* fixed warnings in /ext added mikmod_types.h to get it doneBenjamin Otte2002-04-061-0/+1
| | | | | | Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
* Changed to the new props APIWim Taymans2002-03-301-10/+13
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-241-1/+1
| | | | | | | | fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-201-1/+1
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-2/+2
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* Bring the plugins in sync with the new core capsnego system.Wim Taymans2002-01-131-61/+26
| | | | | | Original commit message from CVS: Bring the plugins in sync with the new core capsnego system. Added some features, enhancements...
* Fixed some pluginsWim Taymans2001-12-281-2/+2
| | | | | Original commit message from CVS: Fixed some plugins
* Added EOS, add yield to avoid infinite loopWim Taymans2001-12-241-3/+9
| | | | | Original commit message from CVS: Added EOS, add yield to avoid infinite loop
* Fixed some leftover fixesWim Taymans2001-12-231-3/+2
| | | | | Original commit message from CVS: Fixed some leftover fixes
* more fixesThomas Vander Stichele2001-12-231-1/+1
| | | | | Original commit message from CVS: more fixes
* adding mikmodThomas Vander Stichele2001-12-231-0/+656
Original commit message from CVS: adding mikmod