summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/libcanberrav0.9Lennart Poettering2008-09-091-2/+1
|\
| * fix link in docsLennart Poettering2008-09-091-2/+1
| |
* | add comment about tdbLennart Poettering2008-09-091-1/+2
|/
* prepare new releaseLennart Poettering2008-09-092-3/+8
|
* fix gcc warningLennart Poettering2008-09-091-1/+1
|
* Merge commit 'elmarco/upstream-master'Lennart Poettering2008-09-033-31/+45
|\
| * Fix formatting for function callsMarc-André Lureau2008-09-031-21/+21
| |
| * Avoid crash if gtk-settings is NULLMarc-André Lureau2008-09-031-0/+2
| |
| * Support playing events with file specifiedMarc-André Lureau2008-09-031-6/+11
| |
| * Add --version and short form version for argumentsMarc-André Lureau2008-09-021-5/+12
| |
* | update todoLennart Poettering2008-09-021-3/+1
| |
* | don't use tdb's mmap support for now since it is broken, rhbz 460851Lennart Poettering2008-09-021-1/+3
| |
* | check for .oga in addition to .ogg, to follow most recent s-t-s changesLennart Poettering2008-09-021-2/+3
|/
* fix bus_cb state handlingBrian Cameron2008-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Lennart: >> --- libcanberra-0.8/src/gstreamer.c-orig 2008-08-30 00:54:34.477944000 -0500 >> +++ libcanberra-0.8/src/gstreamer.c 2008-08-30 01:03:11.619656000 -0500 >> @@ -230,7 +230,7 @@ static GstBusSyncReply bus_cb(GstBus *bu >> /* g_debug (gst_element_state_get_name (pending)); */ >> >> if (pending == GST_STATE_NULL || pending == GST_STATE_VOID_PENDING) >> - err = CA_SUCCESS; >> + return TRUE; >> else >> return GST_BUS_DROP; >> break; > > Uh? bus_cb returns a variable of type GstBusSyncReply. Returning TRUE > here really doesn't make sense to me. Oops, sorry about that. I find changing the line to either GST_BUS_PASS or GST_BUS_ASYNC seems to work just fine. Providing an updated patch which uses GST_BUS_PASS. Brian Signed-off-by: Lennart Poettering <lennart@poettering.net>
* fix commentLennart Poettering2008-09-021-2/+2
|
* add tdb based shared lookup cacheLennart Poettering2008-09-0211-31/+788
|
* export ca_get_data_home() and ca_get_data_dirs()Lennart Poettering2008-09-022-7/+17
|
* fix a memory leakLennart Poettering2008-09-021-0/+1
|
* add check for GCC destructor function attributesLennart Poettering2008-09-021-0/+6
|
* add new option --loop to c-g-pLennart Poettering2008-09-021-12/+48
|
* remove unused variableLennart Poettering2008-09-021-1/+0
|
* include audioconvert, audioconfig in GStreamer pipelineBrian Cameron2008-08-291-13/+45
| | | | | | | | | | | | | | | | | | | | | | | | | > Brian, I will release libcanberra 0.8 shortly. If you want to make > sure that the Gst driver works fine on solaris before I do the > release, please test quickly! Sorry I was not able ot test before the release. I just tested, and I found it doesn't work for two reasons. One reason I fixed in the attached patch. On Solaris, it is necessary to include "audioconvert ! audioconfig" in the GStreamer pipeline. This is needed to ensure that GStreaner "just works" with sink plugins that may not implement the full range of possible output that can come out of decodebin. The attached patch fixes this. Totem, rhythmbox, and other GStreamer based programs use similar logic. Before the above fix, GStreamer would just hang, which would also happen with the gst-launch command if you ran it with a similar pipeline without "audioconvert". Brian Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* update README for 0.8v0.8Lennart Poettering2008-08-281-5/+34
|
* bump verson infoLennart Poettering2008-08-281-1/+1
|
* bump versionLennart Poettering2008-08-281-1/+1
|
* include gstreamer in default driver orderLennart Poettering2008-08-281-0/+3
|
* fix license copy'n'paste errorLennart Poettering2008-08-281-1/+1
|
* make compiler warnings a bit less fascistLennart Poettering2008-08-271-1/+1
|
* driver: GStreamer using decodebin2Marc-André Lureau2008-08-273-1/+536
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* theme: use a sound_file_open callback during the lookupMarc-André Lureau2008-08-273-22/+54
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* multi: accept CANBERRA_DRIVER=multi, pulseMarc-André Lureau2008-08-272-6/+30
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* multi: respect given backend orderMarc-André Lureau2008-08-271-2/+6
| | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net>
* OSS driver take 3Joe Marcus Clarke2008-08-215-1/+617
| | | | | | | This adds the necessary error checking, and fixes the s/alsa/oss/ problem in configure.ac. Signed-off-by: Lennart Poettering <lennart@poettering.net>
* Implement ca_strdup for platforms that lack it nativelyJoe Marcus Clarke2008-08-203-0/+36
| | | | Signed-off-by: Lennart Poettering <lennart@poettering.net>
* reword mailing list commentv0.7Lennart Poettering2008-08-141-1/+1
|
* fix urlLennart Poettering2008-08-141-1/+1
|
* update homepage makefile targetsLennart Poettering2008-08-141-2/+3
|
* update docs for releaseLennart Poettering2008-08-141-3/+5
|
* add a few notes about localizationLennart Poettering2008-08-141-6/+7
|
* look into all themes for soundsLennart Poettering2008-08-142-42/+55
|
* enable a few additional gcc warnings and fix all problems foundLennart Poettering2008-08-1414-78/+80
|
* hide READMELennart Poettering2008-08-142-1/+1
|
* add proper documentationLennart Poettering2008-08-147-24/+224
|
* move gtkdoc docs to gtkdoc subdirLennart Poettering2008-08-148-3/+3
|
* handle terminated context state properlyLennart Poettering2008-08-141-1/+4
|
* allow sound events with no event id, but with file nameLennart Poettering2008-08-141-34/+46
|
* fall back to filename property if event id property doesn't existLennart Poettering2008-08-141-5/+6
|
* don't assert existance of event id in propertiesLennart Poettering2008-08-141-1/+3
|
* add test case for by-filename sound eventsLennart Poettering2008-08-141-0/+8
|
* correct dependency on gtk 2.13.4 instead of 2.14Lennart Poettering2008-08-131-1/+1
|