summaryrefslogtreecommitdiff
path: root/ext/mikmod
Commit message (Expand)AuthorAgeFilesLines
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* update for buffer changesWim Taymans2012-03-281-6/+1
* various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-13/+13
* ext, gst: canonicalise property names where this wasn't the caseTim-Philipp Müller2010-10-121-2/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+3
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* Fix more broken GObject macrosStefan Kost2006-04-081-2/+4
* better/unified long descriptionsWim Taymans2006-03-301-6/+4
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-4/+2
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-1/+9
* Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027)Jan Schmidt2005-11-211-2/+2
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-2/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-6/+7
* Way, way, way too many files: Remove crack comment from the 2000 era.Andy Wingo2005-07-051-2/+0
* Add missing endianness to template (fixes #165509).Ronald S. Bultje2005-02-081-0/+1
* fix license informationChristian Schaller2004-09-201-1/+1
* fix URLs in README (XXX site on this one now)Stéphane Loeuillet2004-06-071-3/+3
* don't mix tabs and spacesThomas Vander Stichele2004-03-152-44/+45
* *.h: Revert indentingJohan Dahlin2004-03-152-77/+73
* gst-indentThomas Vander Stichele2004-03-146-521/+546
* ext/mikmod/gstmikmod.*: make mikmod's loop function not loop infinitely and c...Benjamin Otte2004-03-092-46/+45
* Fix several misuse of gst_buffer_merge (it doesn't take ownership of any buff...Christophe Fergeau2004-03-061-2/+5
* ext/mikmod/gstmikmod.*: fix caps negotiation in mikmodBenjamin Otte2004-02-102-31/+44
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-1/+1
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-1/+1
* use new error signal and classificationThomas Vander Stichele2004-01-181-2/+1
* ext/: OS X fixes (see #126628).Ronald S. Bultje2004-01-031-5/+5
* Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef2004-01-021-1/+2
* Merge CAPS branchDavid Schleef2003-12-221-67/+44
* who needs mod playback in spider...Benjamin Otte2003-12-151-1/+1
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-074-2/+13
* Mikmod fixedIain Holmes2003-11-021-20/+22
* Trivial fixes for GstBuffer->GstData migrationDavid Schleef2003-10-091-1/+1
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-082-3/+3
* reverting error patch before making a branch.BRANCH-ERROR-ROOTBRANCH-ERRORThomas Vander Stichele2003-09-161-3/+2
* converted gst_element_error to new format in ext/ - gettext pendingBenjamin Otte2003-09-151-2/+3
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-98/+66
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-1/+4
* make 8 bit output use the right capsBenjamin Otte2003-01-301-19/+36
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* Remove audio/mod type from mikmod (build with modplug now)Jeremy Simon2002-11-242-62/+2
* plugins part of license field patchChristian Schaller2002-09-181-0/+2
* - unref events and poolsWim Taymans2002-07-081-1/+1