| Commit message (Expand) | Author | Age | Files | Lines |
* | ext/esd/esdsink.c (gst_esdsink_getcaps): Seems that wierd va_list caps settin... | Andy Wingo | 2005-08-08 | 1 | -25/+9 |
* | sys/oss/gstosssink.c (gst_oss_sink_open, gst_oss_sink_close) | Andy Wingo | 2005-08-08 | 1 | -47/+59 |
* | more macro splitting; fix po problem | Thomas Vander Stichele | 2005-07-10 | 1 | -3/+3 |
* | Ported DVdec to 0.9. | Wim Taymans | 2005-07-07 | 1 | -1/+1 |
* | Ported esdsink plugin. | Arwed v. Merkatz | 2005-05-10 | 1 | -336/+200 |
* | ext/esd/esdsink.c: Make error actually say something useful (fixes #156798). | Ronald S. Bultje | 2004-12-01 | 1 | -2/+2 |
* | added two api precondition guards use g_strdup with getenv to fix crash when ... | Stefan Kost | 2004-11-01 | 1 | -1/+4 |
* | ext/esd/esdsink.c: Use a finalize function, not dispose, and more importantly... | Jan Schmidt | 2004-11-01 | 1 | -3/+5 |
* | Fixes: #151879, #151881, #151882, #151883, #151884, #151886, #151887, #152102... | David Schleef | 2004-09-12 | 1 | -0/+10 |
* | ext/esd/esdsink.*: Close the esd connection on pause, because esd will just w... | Jan Schmidt | 2004-06-13 | 1 | -8/+32 |
* | second batch : remove ',' at end of enums as they could confuse older gcc, fo... | Stéphane Loeuillet | 2004-05-21 | 1 | -1/+1 |
* | ext/esd/esdsink.c: Fix crash when ESD is killed while we're playing. | David Schleef | 2004-05-14 | 1 | -1/+4 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 1 | -42/+43 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 1 | -116/+124 |
* | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-02-02 | 1 | -4/+4 |
* | ext/esd/esdsink.c: Since we have static pad template caps, we don't need to n... | Ronald S. Bultje | 2004-01-30 | 1 | -1/+3 |
* | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-01-29 | 1 | -3/+9 |
* | ext/esd/esdsink.c: Fix sync issues in esdsink. Also changed esdsink to only ... | David Schleef | 2004-01-27 | 1 | -62/+20 |
* | one more debug info | Thomas Vander Stichele | 2004-01-23 | 1 | -0/+1 |
* | categorize log level | Thomas Vander Stichele | 2004-01-23 | 1 | -4/+5 |
* | forgot this line | Thomas Vander Stichele | 2004-01-23 | 1 | -0/+1 |
* | private debugging cat better error reporting | Thomas Vander Stichele | 2004-01-23 | 1 | -3/+8 |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 1 | -1/+2 |
* | ext/esd/esdsink.c: Remove property that handles osssink fallback. | David Schleef | 2004-01-15 | 1 | -0/+3 |
* | use element time. | Benjamin Otte | 2004-01-14 | 1 | -18/+3 |
* | ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of signed. | Colin Walters | 2003-12-30 | 1 | -1/+1 |
* | Merge CAPS branch | David Schleef | 2003-12-22 | 1 | -61/+48 |
* | ESD Updated | Iain Holmes | 2003-11-01 | 1 | -14/+14 |
* | remove g_print() noisiness | David Schleef | 2003-10-16 | 1 | -2/+0 |
* | /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ... | Andy Wingo | 2003-10-08 | 1 | -2/+3 |
* | Don't unref event when calling gst_pad_event_default() (#119155) | David Schleef | 2003-09-25 | 1 | -2/+2 |
* | reverting error patch before making a branch. | Thomas Vander Stichele | 2003-09-16 | 1 | -3/+1 |
* | converted gst_element_error to new format in ext/ - gettext pending | Benjamin Otte | 2003-09-15 | 1 | -1/+3 |
* | Added clock to esdsink based on GstAudioClock | David Schleef | 2003-07-17 | 1 | -8/+120 |
* | Merge esdmon and esdsink elements into one plugin | David Schleef | 2003-07-15 | 1 | -10/+4 |
* | New mimetypes gone into effect today - this commit changes all old mimetypes ... | Ronald S. Bultje | 2003-07-06 | 1 | -20/+26 |
* | Fix longstanding bug with esdsink seeking. esdsink still needs a clock, though. | David Schleef | 2003-07-04 | 1 | -0/+56 |
* | compatibility fix for new GST_DEBUG stuff. | Benjamin Otte | 2003-06-29 | 1 | -6/+10 |
* | - Better state change function | Wim Taymans | 2003-04-06 | 1 | -109/+40 |
* | PadConnect -> PadLink | Thomas Vander Stichele | 2003-01-10 | 1 | -2/+2 |
* | another batch of connect->link fixes please let me know about issues and plea... | Thomas Vander Stichele | 2003-01-10 | 1 | -4/+4 |
* | plugins part of license field patch | Christian Schaller | 2002-09-18 | 1 | -0/+1 |
* | a hack to work around intltool's brokenness a current check for mpeg2dec deta... | Andy Wingo | 2002-04-20 | 1 | -1/+1 |
* | GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory a... | Andy Wingo | 2002-04-11 | 1 | -4/+4 |
* | Changed to the new props API | Wim Taymans | 2002-03-30 | 1 | -3/+3 |
* | filter newlines out of GST_DEBUG statements to reflect new core behavior fixe... | Andy Wingo | 2002-03-24 | 1 | -6/+6 |
* | Fixing // style comments into /* */ | Christian Schaller | 2002-02-03 | 1 | -11/+11 |
* | Bring the plugins in sync with the new core capsnego system. | Wim Taymans | 2002-01-13 | 1 | -7/+15 |
* | added esd added new autogen.sh feature : list all of the libs/plugins you wan... | Thomas Vander Stichele | 2001-12-20 | 1 | -0/+415 |