summaryrefslogtreecommitdiff
path: root/ext/gsm
Commit message (Expand)AuthorAgeFilesLines
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-182-16/+6
* gsm: Raise rank of encoder to PRIMARYEdward Hervey2009-11-181-1/+2
* gsmdec: Use G_BYTE_ORDER to fix Windows compileLRN2009-03-041-1/+1
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/gsm/gstgsmdec.*: Increase the allowed samplerates for the ms-gsm format.kapil2008-03-312-15/+38
* Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge2008-03-131-2/+1
* Fix leaks.Edward Hervey2007-06-222-8/+4
* Fix build with LDFLAGS='-Wl,-z,defs'.Tim-Philipp Müller2007-02-241-3/+8
* ext/gsm/gstgsmenc.c: Fix typo in docs.Wim Taymans2007-01-121-1/+1
* ext/gsm/gstgsmdec.*: Handle WAV49 variant (GSM in WAV).Wim Taymans2006-09-192-28/+55
* ext/gsm/gstgsm.c: Make rank PRIMARY now that GSM seems to work fine.Wim Taymans2006-08-211-1/+2
* ext/gsm/: Fix negotiation.Wim Taymans2006-07-272-6/+45
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) and fix one GObject bo...Tim-Philipp Müller2006-06-232-2/+2
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-4/+4
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+4
* Unify the long descriptions in the plugin details (#337263).j^2006-04-062-12/+8
* ext/gsm/: Cleanups, fix leaks.Wim Taymans2006-03-293-26/+143
* Fixing stuff as wingo pointed out.Zeeshan Ali2005-10-264-22/+14
* Over-writing Wim's gsm plugins (currently not working) with that from the far...Zeeshan Ali2005-10-255-178/+89
* Fixed event handling in gsmenc.Flavio Oliveira2005-10-252-66/+100
* Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink.Edgard Lima2005-09-233-84/+60
* Setting caps on the outgoing buffers.Flavio Oliveira2005-09-211-5/+12
* Ported GSM Encoder to GStreamer 0.9Flavio Oliveira2005-09-023-28/+24
* Apply patch from Jeffrey C. Ollie. Fixes rate (now always 8kHz) and adds time...Maciej Katafiasz2005-01-244-225/+173
* ext/dirac/: Do something. Don't actually know if this works because I don't h...Ronald S. Bultje2004-09-231-0/+1
* second batch : remove ',' at end of enums as they could confuse older gcc, fo...Stéphane Loeuillet2004-05-212-4/+4
* ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly.Ronald S. Bultje2004-04-191-22/+54
* don't mix tabs and spacesThomas Vander Stichele2004-03-153-28/+30
* *.h: Revert indentingJohan Dahlin2004-03-152-46/+40
* gst-indentThomas Vander Stichele2004-03-145-177/+175
* fix headers fix signals to use - instead of _Thomas Vander Stichele2004-03-041-1/+1
* Merge CAPS branchDavid Schleef2003-12-222-103/+90
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-162-6/+6
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-073-2/+3
* fix warningsDavid Schleef2003-11-031-6/+3
* GSM updated for new stuffIain Holmes2003-11-013-87/+101
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-082-8/+10
* 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-063-9/+8
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-292-1/+7
* PadConnect -> PadLinkThomas Vander Stichele2003-01-102-4/+4
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-102-8/+8
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* plugins part of license field patchChristian Schaller2002-09-182-0/+2
* This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje2002-09-102-2/+2
* correcting the next_ts calculationsZeeshan Ali2002-07-051-1/+1
* add ranks only for plugins who participate in autoplugging. If you have a fi...Steve Baker2002-05-311-0/+1
* a hack to work around intltool's brokenness a current check for mpeg2dec deta...Andy Wingo2002-04-202-2/+2
* GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a...Andy Wingo2002-04-111-10/+10