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