summaryrefslogtreecommitdiffstats
path: root/gst/dtmf/gstdtmfsrc.h
AgeCommit message (Collapse)AuthorFilesLines
2009-02-25docs: various doc fixesStefan Kost1-7/+6
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-21Fix up documentation blobs SGMLOlivier Crête1-0/+1
2009-02-21Re-indent to Gst styleOlivier Crête1-20/+21
2009-02-21[MOVED FROM GST-P-FARSIGHT] Put the sample rate in dtmfsrc into a variableOlivier Crete1-0/+2
20080613234144-3e2dc-e60070943bec829b703b8821c7aa4351a02deebe.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] Implement stopping in a nice thread safe wayOlivier Crete1-2/+3
20070914042042-3e2dc-1fe257ff4b72aca4b0eb5f285a14650b8df268c3.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] Changed dtmfsrc into a subclass of GstBaseSrcYouness Alaoui1-4/+3
20070913175520-4f0f6-16ca4bf93690072f3e836d1c8a5b52cf7a421916.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race conditionYouness Alaoui1-0/+1
20070904225753-4f0f6-5ba8c4260c002bb27eb98e9faba3c15799357b57.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and ↵Youness Alaoui1-1/+2
rtpdtmfsrc. Had to push something on the async queue to release the blocking async_queue_pop(). Thanks to Olivier for the solution. 20070831234413-4f0f6-793cf35fc43636e7275258cc7063fc068f5efa0a.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now ↵Youness Alaoui1-1/+2
unscheduled when stopping the task. Various fixes to avoid bugs (thanks to -Wall -Werror). Fixes to allow the merge of the branch. 20070828221534-4f0f6-b0d6a4fe48c4e2a16b9ff69cb310087c970ce48e.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] untabbified dtmfsrcYouness Alaoui1-11/+11
20070827192618-4f0f6-77d68070464f1b5f9a46cb6eec2d922340143c04.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] don't know why I did that...Youness Alaoui1-1/+1
20070822180133-4f0f6-6a7382f6c7d3630f91da384e1904763c7ea6fa1a.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] Moved the timestamp from the event to dtmfsrc ↵Youness Alaoui1-1/+1
structure since we have only one event at a time, so let's keep it stored in the dtmfsrc struct 20070822175126-4f0f6-53bcda2bd8ae8c56d29e62e69ac19a30e08ad350.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] Added a queue based system for the dtmfsrc. Now ↵Youness Alaoui1-4/+22
it waits for start/stop messages on the queue, and makes sure that the minimum duty cycle (120ms) is respected between each tone, including inter-digit silence. 20070820203826-4f0f6-750a22b612a5e495e767666934465c34fe32074b.gz
2009-02-21[MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made ↵Youness Alaoui1-0/+74
it part of the 'dtmf' plugin. 20070820184852-4f0f6-a0d85e67708290aebafa89ab79d3cedd5815b620.gz