Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | implement ca_memdup() | Lennart Poettering | 2008-10-05 | 1 | -0/+13 | |
| | ||||||
* | move ca_proplist_merge_ap()/ca_proplist_from_ap() to proplist.c where it belongs | Lennart Poettering | 2008-10-05 | 5 | -48/+49 | |
| | ||||||
* | fix prefix of byte order macros | Lennart Poettering | 2008-10-05 | 2 | -49/+49 | |
| | ||||||
* | remove variable names from argument lists to avoid stupid compiler shadow ↵ | Lennart Poettering | 2008-10-05 | 1 | -5/+5 | |
| | | | | warnings | |||||
* | explicitly cast to long to avoid compiler warning | Lennart Poettering | 2008-10-05 | 1 | -1/+1 | |
| | ||||||
* | don't free sound_path on success | Lennart Poettering | 2008-10-03 | 1 | -1/+1 | |
| | ||||||
* | fix a memory leak | Lennart Poettering | 2008-10-03 | 1 | -0/+4 | |
| | ||||||
* | make ourselves resident | Lennart Poettering | 2008-10-03 | 1 | -0/+8 | |
| | ||||||
* | require gconf only if we build against gtk | Lennart Poettering | 2008-09-26 | 1 | -5/+3 | |
| | ||||||
* | Enable canberra-gtk-module via GConf | Matthias Clasen | 2008-09-26 | 3 | -0/+35 | |
| | | | | | | | | The most recent version of gnome-settings-daemon now supports activating Gtk+ modules via a GConf setting. We should be using this to activate our Gtk+ module automatically on install. Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/libcanberra | Lennart Poettering | 2008-09-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Make tdb_context database static | Marc-André Lureau | 2008-09-11 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | | missing stdarg.h inclusion for OpenBSD compatibility | Jasper Lievisse Adriaanse | 2008-09-26 | 1 | -0/+2 | |
|/ | | | | | | | | | hi, i'm in the process of creating a port of libcanberra for openbsd. there's currently a missing include in src/common.h Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | Merge branch 'master' of ssh://rootserver/home/lennart/git/public/libcanberrav0.9 | Lennart Poettering | 2008-09-09 | 1 | -2/+1 | |
|\ | ||||||
| * | fix link in docs | Lennart Poettering | 2008-09-09 | 1 | -2/+1 | |
| | | ||||||
* | | add comment about tdb | Lennart Poettering | 2008-09-09 | 1 | -1/+2 | |
|/ | ||||||
* | prepare new release | Lennart Poettering | 2008-09-09 | 2 | -3/+8 | |
| | ||||||
* | fix gcc warning | Lennart Poettering | 2008-09-09 | 1 | -1/+1 | |
| | ||||||
* | Merge commit 'elmarco/upstream-master' | Lennart Poettering | 2008-09-03 | 3 | -31/+45 | |
|\ | ||||||
| * | Fix formatting for function calls | Marc-André Lureau | 2008-09-03 | 1 | -21/+21 | |
| | | ||||||
| * | Avoid crash if gtk-settings is NULL | Marc-André Lureau | 2008-09-03 | 1 | -0/+2 | |
| | | ||||||
| * | Support playing events with file specified | Marc-André Lureau | 2008-09-03 | 1 | -6/+11 | |
| | | ||||||
| * | Add --version and short form version for arguments | Marc-André Lureau | 2008-09-02 | 1 | -5/+12 | |
| | | ||||||
* | | update todo | Lennart Poettering | 2008-09-02 | 1 | -3/+1 | |
| | | ||||||
* | | don't use tdb's mmap support for now since it is broken, rhbz 460851 | Lennart Poettering | 2008-09-02 | 1 | -1/+3 | |
| | | ||||||
* | | check for .oga in addition to .ogg, to follow most recent s-t-s changes | Lennart Poettering | 2008-09-02 | 1 | -2/+3 | |
|/ | ||||||
* | fix bus_cb state handling | Brian Cameron | 2008-09-02 | 1 | -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 comment | Lennart Poettering | 2008-09-02 | 1 | -2/+2 | |
| | ||||||
* | add tdb based shared lookup cache | Lennart Poettering | 2008-09-02 | 11 | -31/+788 | |
| | ||||||
* | export ca_get_data_home() and ca_get_data_dirs() | Lennart Poettering | 2008-09-02 | 2 | -7/+17 | |
| | ||||||
* | fix a memory leak | Lennart Poettering | 2008-09-02 | 1 | -0/+1 | |
| | ||||||
* | add check for GCC destructor function attributes | Lennart Poettering | 2008-09-02 | 1 | -0/+6 | |
| | ||||||
* | add new option --loop to c-g-p | Lennart Poettering | 2008-09-02 | 1 | -12/+48 | |
| | ||||||
* | remove unused variable | Lennart Poettering | 2008-09-02 | 1 | -1/+0 | |
| | ||||||
* | include audioconvert, audioconfig in GStreamer pipeline | Brian Cameron | 2008-08-29 | 1 | -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.8 | Lennart Poettering | 2008-08-28 | 1 | -5/+34 | |
| | ||||||
* | bump verson info | Lennart Poettering | 2008-08-28 | 1 | -1/+1 | |
| | ||||||
* | bump version | Lennart Poettering | 2008-08-28 | 1 | -1/+1 | |
| | ||||||
* | include gstreamer in default driver order | Lennart Poettering | 2008-08-28 | 1 | -0/+3 | |
| | ||||||
* | fix license copy'n'paste error | Lennart Poettering | 2008-08-28 | 1 | -1/+1 | |
| | ||||||
* | make compiler warnings a bit less fascist | Lennart Poettering | 2008-08-27 | 1 | -1/+1 | |
| | ||||||
* | driver: GStreamer using decodebin2 | Marc-André Lureau | 2008-08-27 | 3 | -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 lookup | Marc-André Lureau | 2008-08-27 | 3 | -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, pulse | Marc-André Lureau | 2008-08-27 | 2 | -6/+30 | |
| | | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | multi: respect given backend order | Marc-André Lureau | 2008-08-27 | 1 | -2/+6 | |
| | | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | OSS driver take 3 | Joe Marcus Clarke | 2008-08-21 | 5 | -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 natively | Joe Marcus Clarke | 2008-08-20 | 3 | -0/+36 | |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | reword mailing list commentv0.7 | Lennart Poettering | 2008-08-14 | 1 | -1/+1 | |
| | ||||||
* | fix url | Lennart Poettering | 2008-08-14 | 1 | -1/+1 | |
| | ||||||
* | update homepage makefile targets | Lennart Poettering | 2008-08-14 | 1 | -2/+3 | |
| |