platform/upstream/gst-plugins-good.git
15 years ago[MOVED FROM GST-P-FARSIGHT] Changed dtmfsrc into a subclass of GstBaseSrc
Youness Alaoui [Thu, 13 Sep 2007 17:55:20 +0000 (17:55 +0000)]
[MOVED FROM GST-P-FARSIGHT] Changed dtmfsrc into a subclass of GstBaseSrc

20070913175520-4f0f6-16ca4bf93690072f3e836d1c8a5b52cf7a421916.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race condition
Youness Alaoui [Tue, 4 Sep 2007 22:57:53 +0000 (22:57 +0000)]
[MOVED FROM GST-P-FARSIGHT] Add another fix for a possible race condition

20070904225753-4f0f6-5ba8c4260c002bb27eb98e9faba3c15799357b57.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Add comment to explain push back
Olivier Crete [Tue, 4 Sep 2007 21:52:24 +0000 (21:52 +0000)]
[MOVED FROM GST-P-FARSIGHT] Add comment to explain push back

20070904215224-3e2dc-d92ac1f403dcf571546a7c53f18809f840eea51d.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions with...
Olivier Crete [Tue, 4 Sep 2007 20:55:09 +0000 (20:55 +0000)]
[MOVED FROM GST-P-FARSIGHT] Properly do the locking to avoid race conditions with clock unscheduling

20070904205509-3e2dc-da19900b51af6aedb6547f4f392bef4d1061dec2.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] oups, I did it again...
Youness Alaoui [Sat, 1 Sep 2007 00:03:24 +0000 (00:03 +0000)]
[MOVED FROM GST-P-FARSIGHT] oups, I did it again...

20070901000324-4f0f6-3d8b46691ee520537b06c511a5e732f5b812b844.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file...
Youness Alaoui [Fri, 31 Aug 2007 23:54:28 +0000 (23:54 +0000)]
[MOVED FROM GST-P-FARSIGHT] oups, sorry.. DTMF, not RTP_DTMF for this file...

20070831235428-4f0f6-00b606bfb4892e4f217c440b611cc794ab0de55a.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and rtpdtmfsr...
Youness Alaoui [Fri, 31 Aug 2007 23:44:13 +0000 (23:44 +0000)]
[MOVED FROM GST-P-FARSIGHT] Fixes the deadlock when pausing the dtmfsrc and 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

15 years ago[MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now unscheduled when...
Youness Alaoui [Tue, 28 Aug 2007 22:15:34 +0000 (22:15 +0000)]
[MOVED FROM GST-P-FARSIGHT] ClockID when waiting for buffer is now 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

15 years ago[MOVED FROM GST-P-FARSIGHT] Cleaned up the code a bit, no use of GST_* and return...
Youness Alaoui [Tue, 28 Aug 2007 17:15:46 +0000 (17:15 +0000)]
[MOVED FROM GST-P-FARSIGHT] Cleaned up the code a bit, no use of GST_* and return value verification from gst_*

20070828171546-4f0f6-bdeb4b1b7f99f9464aabe5c43bd4a4d2025262b6.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabs
Olivier Crete [Mon, 27 Aug 2007 19:56:10 +0000 (19:56 +0000)]
[MOVED FROM GST-P-FARSIGHT] Fix overly long lines and tabs

20070827195610-3e2dc-396a3fa01e16f184e4109c71fe2deb6e516bdf0d.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] untabbified dtmfsrc
Youness Alaoui [Mon, 27 Aug 2007 19:26:18 +0000 (19:26 +0000)]
[MOVED FROM GST-P-FARSIGHT] untabbified dtmfsrc

20070827192618-4f0f6-77d68070464f1b5f9a46cb6eec2d922340143c04.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Fix RTP timestamps by sending a new_segment event to...
Youness Alaoui [Mon, 27 Aug 2007 17:24:24 +0000 (17:24 +0000)]
[MOVED FROM GST-P-FARSIGHT] Fix RTP timestamps by sending a new_segment event to the payloader

20070827172424-4f0f6-d20907e3d436d50bfe74eb4fc3d2d6d7b6b6dbc5.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Better handling of packets, we send the same duration...
Youness Alaoui [Mon, 27 Aug 2007 17:23:39 +0000 (17:23 +0000)]
[MOVED FROM GST-P-FARSIGHT] Better handling of packets, we send the same duration for all packets to avoid huge packets when min duration defines are modified.

20070827172339-4f0f6-cc93304437ea376fff6458c74c46c19f6920d329.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Changing minimum values to work better on some gateways
Youness Alaoui [Mon, 27 Aug 2007 17:23:22 +0000 (17:23 +0000)]
[MOVED FROM GST-P-FARSIGHT] Changing minimum values to work better on some gateways

20070827172322-4f0f6-5bf2bffa59a8244538dced795fa7d7649452ca91.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] The DTMF tone generator now respects the volume argument...
Youness Alaoui [Wed, 22 Aug 2007 20:16:53 +0000 (20:16 +0000)]
[MOVED FROM GST-P-FARSIGHT] The DTMF tone generator now respects the volume argument passed in the event

20070822201653-4f0f6-8b7ff874006e11f5a74d0fd91e5a9a43cd082ada.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] don't know why I did that...
Youness Alaoui [Wed, 22 Aug 2007 18:01:33 +0000 (18:01 +0000)]
[MOVED FROM GST-P-FARSIGHT] don't know why I did that...

20070822180133-4f0f6-6a7382f6c7d3630f91da384e1904763c7ea6fa1a.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Ported the event queue work from dtmfsrc to rtpdtmfsrc
Youness Alaoui [Wed, 22 Aug 2007 17:55:33 +0000 (17:55 +0000)]
[MOVED FROM GST-P-FARSIGHT] Ported the event queue work from dtmfsrc to 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

15 years ago[MOVED FROM GST-P-FARSIGHT] ouch, printing with arguments but without %s.. that made...
Youness Alaoui [Wed, 22 Aug 2007 17:54:44 +0000 (17:54 +0000)]
[MOVED FROM GST-P-FARSIGHT] ouch, printing with arguments but without %s.. that made it segfault a few times...

20070822175444-4f0f6-445ea6ce7a9668d04cf999af772a504ec74fb67a.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Moved the timestamp from the event to dtmfsrc structure...
Youness Alaoui [Wed, 22 Aug 2007 17:51:26 +0000 (17:51 +0000)]
[MOVED FROM GST-P-FARSIGHT] Moved the timestamp from the event to dtmfsrc structure since we have only one event at a time, so let's keep it stored in the dtmfsrc struct

20070822175126-4f0f6-53bcda2bd8ae8c56d29e62e69ac19a30e08ad350.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Added a queue based system for the dtmfsrc. Now it waits...
Youness Alaoui [Mon, 20 Aug 2007 20:38:26 +0000 (20:38 +0000)]
[MOVED FROM GST-P-FARSIGHT] Added a queue based system for the dtmfsrc. 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.

20070820203826-4f0f6-750a22b612a5e495e767666934465c34fe32074b.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made it part...
Youness Alaoui [Mon, 20 Aug 2007 18:48:52 +0000 (18:48 +0000)]
[MOVED FROM GST-P-FARSIGHT] Added dtmfsrc, a DTMF Tone Generator, and made it part of the 'dtmf' plugin.

20070820184852-4f0f6-a0d85e67708290aebafa89ab79d3cedd5815b620.gz

15 years ago[MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directory
Youness Alaoui [Mon, 20 Aug 2007 18:48:00 +0000 (18:48 +0000)]
[MOVED FROM GST-P-FARSIGHT] Moved rtpdtmf to dtmf directory

20070820184800-4f0f6-fa33ea974510161de8c9951c39087af3613b65a4.gz