summaryrefslogtreecommitdiff
path: root/gst/dtmf/gstrtpdtmfsrc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-2/+2
2011-11-09dtmf: fix compiler warning for uninitialized valuesThijs Vermeir1-3/+4
2011-11-08dtmfsrc: Reject start/stop requests that come out of orderOlivier Crête1-3/+15
2011-11-08dtmf: Post messages when starting to send/receive DTMFOlivier Crête1-3/+47
2011-08-24dtmf: Add more debugOlivier Crête1-7/+12
2011-08-24dtmf: Max event type is 15Olivier Crête1-1/+1
2011-08-24rtpdtmfsrc: Correctly recognize the end of a bufferOlivier Crête1-2/+3
2011-08-24rtpdtmfsrc: Make sure rtpdtmfsrc timestamps don't overlapOlivier Crête1-2/+7
2011-08-24rtpdtmfsrc: Put the inter digit interval at the end, not at the startOlivier Crête1-3/+13
2011-08-24rtpdtmfsrc: Start at the last_stop from the start event if there was oneOlivier Crête1-9/+27
2011-08-24rtpdtmfsrc: Respect ptime from the capsOlivier Crête1-26/+22
2011-08-24rtpdtmfsrc: Just error out if there is no clockOlivier Crête1-14/+21
2011-04-13dtmf: Move duplicate #defines into a common includeOlivier Crête1-9/+0
2011-04-12dtmf: Remove leftover MAEMO_BROKEN definesOlivier Crête1-14/+3
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-9/+14
2010-06-02dtmf: Remove rtpdtmfmux stream-lock codeOlivier Crête1-22/+0
2010-03-22Add -Wredundant-decls flagBenjamin Otte1-4/+0
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+3
2009-08-12dtmf: Use GSlice for internal event structuresOlivier Crête1-8/+8
2009-08-12rtpdtmfsrc: Cleanup events on finalizeTim-Philipp Müller1-4/+5
2009-08-12rtpdtmfsrc: Cleanup events on finalizeTim-Philipp Müller1-3/+14
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-68/+61
2009-02-21[MOVED FROM GST-P-FARSIGHT] Missing format directiveLaurent Glayal1-1/+1
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] Take the clock-rate from the caps in rtpdtmfsrcOlivier Crete1-2/+16
2009-02-21[MOVED FROM GST-P-FARSIGHT] encoding name has to be upper-caseOlivier Crete1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix typosYouness Alaoui1-2/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Search&Replace oopsOlivier Crete1-1/+1
2009-02-21[MOVED FROM GST-P-FARSIGHT] events dont yet belong in the capsOlivier Crete1-1/+2
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] Complete port to basesrcOlivier Crete1-67/+74
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add caps negotiation functionOlivier Crete1-38/+117
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make interval and packet_redundancy into uintOlivier Crete1-4/+4
2009-02-21[MOVED FROM GST-P-FARSIGHT] Make the rtp dtmf src use basesrcOlivier Crete1-254/+235
2009-02-21[MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race conditionYouness Alaoui1-2/+8
2009-02-21[MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions ...Olivier Crete1-12/+20
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and r...Youness Alaoui1-4/+13
2009-02-21[MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now unschedule...Youness Alaoui1-36/+50
2009-02-21[MOVED FROM GST-P-FARSIGHT] Cleaned up the code a bit, no use of GST_* and re...Youness Alaoui1-15/+28
2009-02-21[MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabsOlivier Crete1-23/+30
2009-02-21[MOVED FROM GST-P-FARSIGHT] Ported the event queue work from dtmfsrc to rtpdt...Youness Alaoui1-92/+189
2009-02-21[MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made it...Youness Alaoui1-17/+2
2009-02-21[MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directoryYouness Alaoui1-0/+872