summaryrefslogtreecommitdiffstats
path: root/gst/dtmf/gstdtmfsrc.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-12dtmfsrc: Empty event queue on finalizeOlivier Crête1-1/+7
2009-08-12dtmf: Use GSlice for internal event structuresOlivier Crête1-9/+9
2009-02-25docs: various doc fixesStefan Kost1-1/+0
2009-02-21Document rtpdtmfdepay a bitOlivier Crête1-0/+1
2009-02-21Fix up documentation blobs SGMLOlivier Crête1-13/+1
2009-02-21Re-indent to Gst styleOlivier Crête1-126/+112
2009-02-21[MOVED FROM GST-P-FARSIGHT] Clarify the documentation of the "event-type" fie...Olivier Crête1-1/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove g_debugsOlivier Crete1-6/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] Take rate from the peers caps if possibleOlivier Crete1-1/+80
2009-02-21[MOVED FROM GST-P-FARSIGHT] Put the sample rate in dtmfsrc into a variableOlivier Crete1-11/+14
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix byte ordering issues with dtmfsrc and rtpdtmf...Youness Alaoui1-5/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make it clear that dtmfsrc also takes named event...Olivier Crete1-6/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] dtmfsrc: Correctly set the endianess in the caps ...Sjoerd Simons1-0/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add patch to make it work with maemo dsp sources ...Olivier Crete1-0/+8
2009-02-21[MOVED FROM GST-P-FARSIGHT] Oops, set to no preroll when playing->paused tooOlivier Crete1-0/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Properly free non-start eventsOlivier Crete1-0/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make interval and packet_redundancy into uintOlivier Crete1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make dtmf src code nicerOlivier Crete1-48/+54
2009-02-21[MOVED FROM GST-P-FARSIGHT] Implement stopping in a nice thread safe wayOlivier Crete1-68/+130
2009-02-21[MOVED FROM GST-P-FARSIGHT] Remove get_times (Wim says its only good for real...Olivier Crete1-27/+0
2009-02-21[MOVED FROM GST-P-FARSIGHT] using the unlock method of basesrcYouness Alaoui1-7/+21
2009-02-21[MOVED FROM GST-P-FARSIGHT] more debugYouness Alaoui1-0/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] added debugsYouness Alaoui1-0/+15
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make sure to unlock the thread when going to read...Youness Alaoui1-19/+35
2009-02-21[MOVED FROM GST-P-FARSIGHT] Changed dtmfsrc into a subclass of GstBaseSrcYouness Alaoui1-207/+90
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race conditionYouness Alaoui1-2/+9
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add comment to explain push backOlivier Crete1-0/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions ...Olivier Crete1-15/+15
2009-02-21[MOVED FROM GST-P-FARSIGHT] oups, I did it again...Youness Alaoui1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file...Youness Alaoui1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and r...Youness Alaoui1-0/+14
2009-02-21[MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now unschedule...Youness Alaoui1-40/+47
2009-02-21[MOVED FROM GST-P-FARSIGHT] Cleaned up the code a bit, no use of GST_* and re...Youness Alaoui1-17/+27
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabsOlivier Crete1-12/+19
2009-02-21[MOVED FROM GST-P-FARSIGHT] untabbified dtmfsrcYouness Alaoui1-11/+11
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix RTP timestamps by sending a new_segment event...Youness Alaoui1-1/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Better handling of packets, we send the same dura...Youness Alaoui1-24/+15
2009-02-21[MOVED FROM GST-P-FARSIGHT] Changing minimum values to work better on some ga...Youness Alaoui1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] The DTMF tone generator now respects the volume a...Youness Alaoui1-0/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] ouch, printing with arguments but without %s.. th...Youness Alaoui1-3/+3
2009-02-21[MOVED FROM GST-P-FARSIGHT] Moved the timestamp from the event to dtmfsrc str...Youness Alaoui1-6/+6
2009-02-21[MOVED FROM GST-P-FARSIGHT] Added a queue based system for the dtmfsrc. Now i...Youness Alaoui1-41/+155
2009-02-21[MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made it...Youness Alaoui1-0/+729