Thibault Saunier
3c86c6432a
android: make it ready for androgenizer
...
Remove the android/ top dir
Fixe the Makefile.am to be androgenized
To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files.
Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
2011-04-11 07:27:11 +02:00
David Schleef
fc96e423db
dtmf: Fix build failure caused by previous commit
2010-12-31 00:37:30 -08:00
David Schleef
ae9bb7a179
dtmf: build fixes for MSVC
...
Use gint16 and G_PI.
2010-12-30 18:39:21 -08:00
David Schleef
dc54fd9add
dtmf: reindent
2010-12-30 18:39:12 -08:00
Edward Hervey
884f716dee
dtmf: Remove dead assignments
2010-11-25 19:06:27 +01:00
Stefan Kost
7bc9009b37
various (gst): add missing G_PARAM_STATIC_STRINGS flags
...
Canonicalize property names as needed.
2010-10-19 15:47:17 +03:00
Stefan Kost
594d29b70d
dtmfsrc: remove DEBUG_FUNCPTR from gobject vmethods
2010-10-19 13:46:57 +03:00
Youness Alaoui
bed1bb3b61
dtmfsrc: Make the dtmfsrc accept events sent with gst_element_send_event
...
The doc says to use gst_element_send_event on the pipeline, but if
we are to call it on the element itself, it's a noop. This should make it
handle the event properly before delegating it to basesrc.
2010-09-06 13:45:44 +03:00
Olivier Crête
2d681fff96
dtmfdetect: Only works with rate=8000, fix in caps
2010-06-07 11:15:26 -04:00
Olivier Crête
032090d9c2
dtmf: Remove rtpdtmfmux stream-lock code
2010-06-02 20:47:08 -04:00
Stefan Kost
763fd13ba9
dtmfdetect: if we tell that we handle gap flags, then do so
2010-03-25 23:01:42 +02:00
Stefan Kost
09b83bc3a3
dtmfdetect: use glib types
2010-03-25 23:01:05 +02:00
Stefan Kost
2e2b74df48
dtmfdetect: fix classification
2010-03-25 23:01:05 +02:00
Stefan Kost
f8aa6ab3fe
dtmfdetect: reformat message docs
...
Use a list like in other element docs as an untweaked docbook table look ugly.
2010-03-25 23:00:00 +02:00
Benjamin Otte
316781e0e9
Add -Wwrite-strings
...
and fix its warnings
2010-03-22 13:16:33 +01:00
Benjamin Otte
d79780dd62
Add -Wredundant-decls flag
...
and fix warnings from it
2010-03-22 12:05:59 +01:00
Benjamin Otte
cd564af873
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
...
And fix all warnings
2010-03-21 21:39:18 +01:00
Benjamin Otte
ecd6632f18
gst_element_class_set_details => gst_element_class_set_details_simple
2010-03-18 22:46:41 +01:00
Tim-Philipp Müller
d40c856ae5
Clean up LDFLAGS, LIBS, CFLAGS
...
Fix order, fix variables that don't exist, like GST_LIBS_LIBS,
use $(LIBM) instead of -lm, and move _LIBS from LDFLAGS to LIBADD.
Spotted by Havard Graff.
2009-11-22 19:30:58 +00:00
Olivier Crête
5d439f56bb
dtmf: Use _stdint.h from configure
...
https://bugzilla.gnome.org/show_bug.cgi?id=602465
2009-11-20 10:31:47 -05:00
Olivier Crête
1f04af784c
dtmf: Update dtmfdetect to make it MSVC friendly
...
https://bugzilla.gnome.org/show_bug.cgi?id=602465
2009-11-19 20:33:07 -05:00
Olivier Crête
12837a2611
dtmfdetect: Add DTMF tone detector
...
It looks at raw audio data and emits messages when DTMF is detected.
The dtmf detector is the same Goertzel implementation used in FreeSwitch
and Asterisk. It is in the public domain.
2009-11-05 10:39:37 -05:00
Olivier Crête
f01e6c6f89
dtmfsrc: Reject empty caps
2009-11-04 22:44:26 -05:00
Olivier Crête
ec62833ee5
dtmfsrc: Use log level for repeated debug messages
2009-11-04 22:44:26 -05:00
Olivier Crête
af9f789b67
dtmfsrc: Allow for any samplerate
2009-11-04 20:05:17 -05:00
Josep Torra
d1b87e4dda
dtmf: fix warnings in macosx snow leopard
2009-10-11 11:35:23 +02:00
Olivier Crête
757fd42ebb
dtmfsrc: Empty event queue on finalize
2009-08-12 17:08:01 -04:00
Olivier Crête
e9f782544e
dtmf: Use GSlice for internal event structures
2009-08-12 17:08:01 -04:00
Tim-Philipp Müller
195be0da01
rtpdtmfsrc: Cleanup events on finalize
...
Problem found by Laurent Glayal
Fixes bug #591440
2009-08-12 17:08:01 -04:00
Tim-Philipp Müller
2e27e89d28
rtpdtmfsrc: Cleanup events on finalize
...
Problem found by Laurent Glayal
Fixes bug #591440
2009-08-12 17:08:01 -04:00
Stefan Kost
17ce409de4
Makefile.am: no static libs for plugins
2009-03-22 21:02:45 +02:00
Stefan Kost
68811432dc
docs: various doc fixes
...
No short-desc as we have them in the element details.
Also keep things (Makefile.am and sections.txt) sorted.
Reword ambigous returns. No text after since please.
2009-02-25 12:42:36 +02:00
Olivier Crête
c0ad75c810
Document rtpdtmfdepay a bit
2009-02-21 17:48:08 +01:00
Olivier Crête
b7caf76974
Moved dtmf elements from gst-plugins-farsight to -bad
2009-02-21 17:48:08 +01:00
Olivier Crête
b95b1516e5
Fix up documentation blobs SGML
2009-02-21 17:48:08 +01:00
Olivier Crête
22b1337ed7
Re-indent to Gst style
2009-02-21 17:48:07 +01:00
Laurent Glayal
d89e80f1c9
[MOVED FROM GST-P-FARSIGHT] Missing format directive
2009-02-21 17:48:07 +01:00
Olivier Crête
c50e962be0
[MOVED FROM GST-P-FARSIGHT] Allow setting a maximum duration to a RTP DTMF event
2009-02-21 17:48:07 +01:00
Olivier Crête
853337f1cc
[MOVED FROM GST-P-FARSIGHT] Improve the minimum quanta to make it impossible for the duration to fall down to 0
2009-02-21 17:48:07 +01:00
Olivier Crête
aa5cab8948
[MOVED FROM GST-P-FARSIGHT] Allow setting a minimum size of a sound quanta in the dtmf depayloader
2009-02-21 17:48:07 +01:00
Olivier Crête
fe9455bfde
[MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir files
2009-02-21 17:48:07 +01:00
Håvard Graff
256bdeb4c4
[MOVED FROM GST-P-FARSIGHT] Do wierd casting of the volume to make MSVC happy
2009-02-21 17:48:07 +01:00
Olivier Crête
918d78dd22
[MOVED FROM GST-P-FARSIGHT] Clarify the documentation of the "event-type" field when specifying dtmf events
2009-02-21 17:48:07 +01:00
Olivier Crete
9154bb29ff
[MOVED FROM GST-P-FARSIGHT] Remove g_debugs
...
20080722213938-3e2dc-44a82d017fe66f3112301c410aa0b543de6156ad.gz
2009-02-21 17:48:06 +01:00
Olivier Crete
f0da427c61
[MOVED FROM GST-P-FARSIGHT] Take rate from the peers caps if possible
...
20080613235723-3e2dc-15690ee42708c539e1be12e20e076a5613faea96.gz
2009-02-21 17:48:06 +01:00
Olivier Crete
d881f34e0e
[MOVED FROM GST-P-FARSIGHT] Put the sample rate in dtmfsrc into a variable
...
20080613234144-3e2dc-e60070943bec829b703b8821c7aa4351a02deebe.gz
2009-02-21 17:48:06 +01:00
Olivier Crete
de1e6bb778
[MOVED FROM GST-P-FARSIGHT] Take the clock-rate from the caps in rtpdtmfsrc
...
20080613233006-3e2dc-a7d4e918643f4f8c1bb2cc2678558c654025920e.gz
2009-02-21 17:48:05 +01:00
Olivier Crete
26e8fb1361
[MOVED FROM GST-P-FARSIGHT] Link modules with libm where required
...
20080428222237-3e2dc-b1e9120c1e9ca1a510bfd7c27e2d45f0d4a12504.gz
2009-02-21 17:48:05 +01:00
Youness Alaoui
4bc6ae9570
[MOVED FROM GST-P-FARSIGHT] Fix byte ordering issues with dtmfsrc and rtpdtmfdepay.. use of G_STRINGIFY to avoid error on MSVC
...
20080412234418-4f0f6-4828d1613dfcd564afd236dfc8fb57a299092f83.gz
2009-02-21 17:48:05 +01:00
Youness Alaoui
41e8f4658b
[MOVED FROM GST-P-FARSIGHT] Fix copyrights again, per smcv's advice..
...
20080320191438-4f0f6-671c9db5d996a4601df017ceab4af6d16469c966.gz
2009-02-21 17:48:05 +01:00