Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] more debug | Youness Alaoui | 1 | -0/+1 | |
20070913211226-4f0f6-bc32b5828fc8e0323c8a6eee779a38145aacd593.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] added debugs | Youness Alaoui | 1 | -0/+15 | |
20070913204614-4f0f6-68c2a69ae7a1efca6e13c116dbad7f9b686f0242.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make sure to unlock the thread when going to ↵ | Youness Alaoui | 1 | -19/+35 | |
ready and to flush the queue when moving to paused or playing 20070913192053-4f0f6-76c3925380d1a30988286170535a65dea64a5583.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Changed dtmfsrc into a subclass of GstBaseSrc | Youness Alaoui | 2 | -211/+93 | |
20070913175520-4f0f6-16ca4bf93690072f3e836d1c8a5b52cf7a421916.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race condition | Youness Alaoui | 4 | -4/+19 | |
20070904225753-4f0f6-5ba8c4260c002bb27eb98e9faba3c15799357b57.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add comment to explain push back | Olivier Crete | 1 | -0/+4 | |
20070904215224-3e2dc-d92ac1f403dcf571546a7c53f18809f840eea51d.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions ↵ | Olivier Crete | 2 | -27/+35 | |
with clock unscheduling 20070904205509-3e2dc-da19900b51af6aedb6547f4f392bef4d1061dec2.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] oups, I did it again... | Youness Alaoui | 1 | -1/+1 | |
20070901000324-4f0f6-3d8b46691ee520537b06c511a5e732f5b812b844.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file... | Youness Alaoui | 1 | -2/+2 | |
20070831235428-4f0f6-00b606bfb4892e4f217c440b611cc794ab0de55a.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and ↵ | Youness Alaoui | 4 | -6/+31 | |
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 Alaoui | 4 | -78/+101 | |
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] Cleaned up the code a bit, no use of GST_* and ↵ | Youness Alaoui | 2 | -32/+55 | |
return value verification from gst_* 20070828171546-4f0f6-bdeb4b1b7f99f9464aabe5c43bd4a4d2025262b6.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabs | Olivier Crete | 2 | -35/+49 | |
20070827195610-3e2dc-396a3fa01e16f184e4109c71fe2deb6e516bdf0d.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] untabbified dtmfsrc | Youness Alaoui | 2 | -22/+22 | |
20070827192618-4f0f6-77d68070464f1b5f9a46cb6eec2d922340143c04.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix RTP timestamps by sending a new_segment ↵ | Youness Alaoui | 1 | -1/+4 | |
event to the payloader 20070827172424-4f0f6-d20907e3d436d50bfe74eb4fc3d2d6d7b6b6dbc5.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Better handling of packets, we send the same ↵ | Youness Alaoui | 1 | -24/+15 | |
duration for all packets to avoid huge packets when min duration defines are modified. 20070827172339-4f0f6-cc93304437ea376fff6458c74c46c19f6920d329.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Changing minimum values to work better on some ↵ | Youness Alaoui | 1 | -2/+2 | |
gateways 20070827172322-4f0f6-5bf2bffa59a8244538dced795fa7d7649452ca91.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] The DTMF tone generator now respects the volume ↵ | Youness Alaoui | 1 | -0/+6 | |
argument passed in the event 20070822201653-4f0f6-8b7ff874006e11f5a74d0fd91e5a9a43cd082ada.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] don't know why I did that... | Youness Alaoui | 1 | -1/+1 | |
20070822180133-4f0f6-6a7382f6c7d3630f91da384e1904763c7ea6fa1a.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Ported the event queue work from dtmfsrc to ↵ | Youness Alaoui | 2 | -103/+215 | |
rtpdtmfsrc Added a queue based system for the rtpdtmfsrc. Now 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. 20070822175533-4f0f6-f27414c406f1f7b00c9a9084a988cf3a7930fe5c.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] ouch, printing with arguments but without %s.. ↵ | Youness Alaoui | 1 | -3/+3 | |
that made it segfault a few times... 20070822175444-4f0f6-445ea6ce7a9668d04cf999af772a504ec74fb67a.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Moved the timestamp from the event to dtmfsrc ↵ | Youness Alaoui | 2 | -7/+7 | |
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 Alaoui | 2 | -45/+177 | |
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 Alaoui | 6 | -23/+845 | |
it part of the 'dtmf' plugin. 20070820184852-4f0f6-a0d85e67708290aebafa89ab79d3cedd5815b620.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directory | Youness Alaoui | 4 | -0/+0 | |
20070820184800-4f0f6-fa33ea974510161de8c9951c39087af3613b65a4.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Send all packet from the streaming thread, ↵ | Olivier Crete | 2 | -15/+25 | |
including the last one 20070712195715-3e2dc-6848c70a7f0137c91fa882a8efb6dbf83891ae13.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Put non-zero duration in first packet and put a ↵ | Olivier Crete | 1 | -5/+12 | |
minimum duration of 50ms 20070712195528-3e2dc-d46edeaab84fb55e74842bdcf4f8792dfcdb0457.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Fix RTP timestamp on dtmf packets | Olivier Crete | 1 | -2/+1 | |
20070712162328-3e2dc-98c1303f4a52b891ce59bf88e07d29f4e2dfc974.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Only set marker on very first packet of an event | Olivier Crete | 1 | -0/+3 | |
20070711155202-3e2dc-f7ea3abd2cb0ca2937ea4508e6e301baaa6e2154.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Send on packet start time | Olivier Crete | 1 | -5/+6 | |
20070711155157-3e2dc-ee0e9fc13d35296593005267a2417dd65e790d29.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] RTP timestamp is the time of the beginning of ↵ | Olivier Crete | 1 | -2/+0 | |
the dtmf event 20070711155056-3e2dc-cb5cda73fbf7df1c545cb0321b0e339914c5897f.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] 80 column is enough for everyone | Olivier Crete | 1 | -8/+12 | |
20070424200252-3e2dc-d1bc17266afff2599129a25d44338062372f7ea3.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add redundancy and interval properties to ↵ | Olivier Crete | 2 | -12/+70 | |
rtpdtmfsrc (patch by SP GLE <spglegle@yahoo.fr>) 20070424193155-3e2dc-66688001e7b529c46f108633cd9520347c3c8c3e.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Only send dtmf if the method is unspecified or is 1 | Olivier Crete | 1 | -1/+16 | |
20070504195251-3e2dc-b95b4b8e8dad87962cf39ec2ee67b6f1b619e9bd.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make documentation consistent with itself | Olivier Crete | 1 | -1/+1 | |
20070308223559-3e2dc-cc20fe571370bc51bf963cc3df1b8ab4a3ddc20b.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Use segment to calculate dtmfsrc rtp timestamp | Olivier Crete | 2 | -2/+22 | |
20070412200435-3e2dc-b5cc26b12b6e8b89f131fd27f0e4627746e85697.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Clean-up and refactorize dtmfsrc code | zeeshan.ali@nokia.com | 1 | -100/+146 | |
20070402124635-65035-3d13244461c1dd1fcc96b74124ad7a74d2ff0144.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Ooops, little typo | Olivier Crete | 1 | -1/+1 | |
20070330154303-3e2dc-9f6edcde24d30caea8ea876b24a3a680d40b2ea1.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Make it generate the proper rtp timestamps in ↵ | Olivier Crete | 2 | -37/+32 | |
sync with the live source 20070330001700-3e2dc-bbf954e4edec0615c4eee603fbc6ab8a7d89436f.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Increment the ts after setting the buffer's ts | zeeshan.ali@nokia.com | 1 | -1/+1 | |
20070329114257-65035-c8686ab4ce20b1f36f3dac120485ade5cd90aac9.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Calculate the rtp ts before gst ts get incremented | zeeshan.ali@nokia.com | 1 | -7/+8 | |
20070329103946-65035-f74e3a0140c57e941444bb837d6053ad1c3cf567.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Some code-cleanup | zeeshan.ali@nokia.com | 1 | -4/+5 | |
20070329103904-65035-db08cc7c3098b60a556d3809de912cd0e1a545c1.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Initialize the GstSegment at the right time | zeeshan.ali@nokia.com | 1 | -2/+1 | |
20070329103824-65035-9ab3a0a03c5f9329cd4625ae6567c2c1fd4a73d8.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Call set_caps when we have all the params | zeeshan.ali@nokia.com | 1 | -2/+2 | |
20070326105712-65035-3e3dfce0b50d61eafda846bee0a6d66c3541c6ed.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Set caps on the buffer before pushing it | zeeshan.ali@nokia.com | 1 | -0/+2 | |
20070323162922-65035-9e4be5449c79c0a459965ee07adb4a8143c4c1d5.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Request for stream lock when generating DTMF packets | zeeshan.ali@nokia.com | 1 | -0/+19 | |
20070314171756-65035-0b497dfac203ff4f579525485d5804e5f5093b3f.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Correct caps printout | zeeshan.ali@nokia.com | 1 | -2/+2 | |
20070307114109-65035-124202884918a9c8a803080d6967234539d24b97.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add doc-section comments | zeeshan.ali@nokia.com | 1 | -0/+89 | |
20070216120606-65035-6e7d28721dc0872f3f55ba7ccd4fed3d66f8175f.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] Add copyrights | zeeshan.ali@nokia.com | 2 | -0/+3 | |
20070215134853-65035-50fe5f8e999ae86a1e3ba0dbdece4911eb9dcca0.gz | |||||
2009-02-21 | [MOVED FROM GST-P-FARSIGHT] No need to handle downstream events | zeeshan.ali@nokia.com | 1 | -15/+0 | |
20070215133536-65035-648b791d404bf06900bd2698d925117c89743db9.gz |