Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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> | |||||
* | 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 | |
| | ||||||
* | driver: GStreamer using decodebin2 | Marc-André Lureau | 2008-08-27 | 2 | -0/+471 | |
| | | | | | 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 | 4 | -0/+533 | |
| | | | | | | | 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 | 2 | -0/+33 | |
| | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | add a few notes about localization | Lennart Poettering | 2008-08-14 | 1 | -6/+7 | |
| | ||||||
* | look into all themes for sounds | Lennart Poettering | 2008-08-14 | 2 | -42/+55 | |
| | ||||||
* | enable a few additional gcc warnings and fix all problems found | Lennart Poettering | 2008-08-14 | 13 | -77/+79 | |
| | ||||||
* | handle terminated context state properly | Lennart Poettering | 2008-08-14 | 1 | -1/+4 | |
| | ||||||
* | allow sound events with no event id, but with file name | Lennart Poettering | 2008-08-14 | 1 | -34/+46 | |
| | ||||||
* | fall back to filename property if event id property doesn't exist | Lennart Poettering | 2008-08-14 | 1 | -5/+6 | |
| | ||||||
* | don't assert existance of event id in properties | Lennart Poettering | 2008-08-14 | 1 | -1/+3 | |
| | ||||||
* | add test case for by-filename sound events | Lennart Poettering | 2008-08-14 | 1 | -0/+8 | |
| | ||||||
* | Non-portable linker flag | Daniel Macks | 2008-08-13 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | -version-script is an ELF/GNU-ld feature, not available with other linkers & platforms. Libtool already knows when to use it, so attached path just piggy-backs on their main test for this feature. I think they also exclude some other platforms, but this appears to work on linux (passes the flag, tested with libtool-1.5.22) with and OS X (doesn't pass it, tested with libtool-2.2.4). dan -- Daniel Macks dmacks@netspace.org http://www.netspace.org/~dmacks Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | hide warning by default | Lennart Poettering | 2008-08-07 | 1 | -2/+2 | |
| | ||||||
* | fix license wording | Lennart Poettering | 2008-08-06 | 34 | -34/+34 | |
| | ||||||
* | implicitly add a few common properties | Lennart Poettering | 2008-08-04 | 1 | -0/+16 | |
| | ||||||
* | actually generate logout sounds on logout | Lennart Poettering | 2008-08-04 | 1 | -1/+1 | |
| | ||||||
* | don't fail if we fail to set canberra properties | Lennart Poettering | 2008-08-04 | 1 | -3/+3 | |
| | ||||||
* | add G_MODULE_EXPORT to gtk_module_init() | Lennart Poettering | 2008-07-30 | 1 | -1/+1 | |
| | ||||||
* | strip canberra properties already when we are connecting | Lennart Poettering | 2008-07-30 | 1 | -0/+2 | |
| | ||||||
* | strip more properties when cacheing | Lennart Poettering | 2008-07-30 | 1 | -5/+7 | |
| | ||||||
* | allow setting of cache control property | Lennart Poettering | 2008-07-30 | 1 | -3/+7 | |
| | ||||||
* | generate gnome login/logout sounds from libcanberra | Lennart Poettering | 2008-07-30 | 4 | -0/+39 | |
| | ||||||
* | fix bogus assertv0.4 | Lennart Poettering | 2008-07-25 | 1 | -1/+1 | |
| | ||||||
* | move ca_debug to a proper source files | Lennart Poettering | 2008-07-25 | 3 | -9/+36 | |
| | ||||||
* | bump sonames | Lennart Poettering | 2008-07-25 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'gst' | Lennart Poettering | 2008-07-25 | 12 | -33/+436 | |
|\ | ||||||
| * | filter out recursive 'multi' invocations and duplicate entries in the ↵ | Lennart Poettering | 2008-06-25 | 1 | -0/+7 | |
| | | | | | | | | backend list | |||||
| * | only install callback if a cb was passed | Lennart Poettering | 2008-06-25 | 1 | -1/+1 | |
| | | ||||||
| * | add new multi driver, which hands of a play request to the first driver that ↵ | Lennart Poettering | 2008-06-25 | 2 | -1/+340 | |
| | | | | | | | | wants to take it | |||||
| * | add a few missing asserts | Lennart Poettering | 2008-06-25 | 1 | -0/+3 | |
| | | ||||||
| * | export the driver_order as ca_driver_order | Lennart Poettering | 2008-06-25 | 3 | -12/+67 | |
| | | ||||||
| * | remove a superfluous newline | Lennart Poettering | 2008-06-25 | 1 | -1/+1 | |
| | | ||||||
| * | remove a superfluous newline | Lennart Poettering | 2008-06-25 | 1 | -1/+0 | |
| | | ||||||
| * | fix another s/streq/ca_streq/ | Lennart Poettering | 2008-06-25 | 1 | -2/+2 | |
| | | ||||||
| * | Replace streq with ca_streq | Marc-André Lureau | 2008-06-24 | 7 | -15/+15 | |
| | | | | | | | | | | Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com> Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | | check for existance of .disabled files for allowing disabling event sounds; ↵ | Lennart Poettering | 2008-07-25 | 1 | -109/+164 | |
| | | | | | | | | reorder checking order so that themes can easily overwrite themes they inherit from | |||||
* | | fix reading of 8bit audio files | Lennart Poettering | 2008-07-18 | 1 | -1/+1 | |
| | | ||||||
* | | fix likely/unlikey gcc check | Lennart Poettering | 2008-07-18 | 1 | -1/+1 | |
| | | ||||||
* | | ancient versions of gcc don't have __builtin_expect | Lennart Poettering | 2008-07-18 | 1 | -1/+1 | |
|/ | ||||||
* | properly hookup with new GtkSettings properties gtk-enable-input-feedback-sounds | Lennart Poettering | 2008-06-23 | 1 | -0/+28 | |
| | ||||||
* | properly hookup with new GtkSettings properties gtk-sound-theme-name and ↵ | Lennart Poettering | 2008-06-23 | 1 | -18/+41 | |
| | | | | gtk-enable-event-sounds |