summaryrefslogtreecommitdiffstats
path: root/gst/liveadder
AgeCommit message (Collapse)AuthorFilesLines
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-3/+2
2009-03-22Makefile.am: no static libs for pluginsStefan Kost1-0/+1
2009-02-23liveadder: Fix build on macosxEdward Hervey1-1/+2
2009-02-17Add liveadder to the docsOlivier Crête1-0/+1
2009-02-17Document the liveadderOlivier Crête1-0/+12
2009-02-17Moved liveadder from gst-plugins-farsight to -badOlivier Crête2-203/+182
Re-indent liveadder in gst style and add it to configure
2009-02-17[MOVED FROM GST-P-FARSIGHT] Use log for message thats on every bufferOlivier Crête1-3/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête1-0/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] liveadder : Handle jitter in incoming buffersEdward Hervey1-5/+27
Incoming buffers (especially those from an RTP connection) might have slight timestamp jitter. This is normally handled by audiosink (accepting up to 500ms of jitter). Here we accept a maximum jitter of 10ms. If a buffer is within 10ms of the expected time, we correct its timestamp.
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add handling of position query to liveadderOlivier Crete1-27/+73
20080704185721-3e2dc-7a687e346e74b44fa847c5e5b6eb64c3e0949764.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Replace C99 llabs with C89 codeOlivier Crete1-2/+6
20080521172005-3e2dc-8e637d1daa0e27cc2edae1fdfd0dbf23896fb5bc.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Reset vars before restarting thread on flush stopOlivier Crete1-2/+4
20080515012257-3e2dc-e3521752cf3eaf2b8767f4c620eadfc24a8e8e31.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Implement first version of seekingOlivier Crete1-4/+0
20080515012227-3e2dc-7f53f78d1c3dfdcdb6e7ad53e6c7f16d5e998a05.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add duration query from adderOlivier Crete1-0/+78
20080515012142-3e2dc-2768199183bfb9d569be1389e382bedc02e3e95e.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Move flush stop inside where it belongsOlivier Crete1-13/+4
20080515000214-3e2dc-cda5cddd1ead5c48a554e9e9bc75ae68437bcdfb.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Have the liveadder remember if its playing or notOlivier Crete2-9/+24
20080514234948-3e2dc-9064a27a54aef598444aa6ad6463345979120828.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Push out buffer if we're not playing while there ↵Olivier Crete1-1/+6
is no clock 20080514234910-3e2dc-1096eb7dc3fada19afc81dcd536d9edc821d0da9.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Empty the queue on flush startOlivier Crete1-0/+5
20080514232643-3e2dc-5a3f52a3fd3771164dea95bd14410d76b4fce2aa.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Reset pad private on flush stopOlivier Crete1-0/+1
20080514231752-3e2dc-113fec2faafc2dc11c1eaa818cb488b71e601f9b.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Pass pad as pad to reset_pad_privateOlivier Crete1-3/+5
20080514231643-3e2dc-006960b9cdc3ce8e1f890dc6d194778cbc7c9736.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Print debug message if we return non-ok from chainOlivier Crete1-0/+2
20080502191004-3e2dc-f1f7237c06c1158cf27e29d32a69de06f7112506.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't return EOS if we have no padsOlivier Crete1-0/+4
20080502190954-3e2dc-41351225e909e6d0837a6a60e187d33ab186ad76.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Check that the format is NOT timeOlivier Crete1-1/+1
20080501203154-3e2dc-780e46b1f0fe76a66e2d79a2eb85d764ff5f182f.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't use g_queue_clear()Olivier Crete1-1/+1
20080428221737-3e2dc-bb8e4748751c29e0857313a09f85067ab12c3fe4.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Pad push event after the lock has been unlockedOlivier Crete1-1/+1
20080501200940-3e2dc-ae5fec5f79f32777bba649d0d700d49f7bedff40.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Create generic segment is none received and ↵Olivier Crete1-0/+25
refuse non-time segments 20080501182554-3e2dc-ace5ca000414428d6d94478adc5927c9f91975df.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add missing semicolon (did anyone test this?!)Simon McVittie1-1/+1
20080429140802-53eee-41fdb4391eddb125b7e34019427cfa5dc8afd6c0.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Robustness check, make sure the queue is not ↵Youness Alaoui1-0/+1
empty before using the head element 20080429003600-4f0f6-708c654b65812caeb3612248dbe0b2e62567c250.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove useless conditionYouness Alaoui1-5/+1
20080429003412-4f0f6-9e890ad0ac442791a8b22650a75cb754d7f2d723.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] check against audio_buffer_clip which can return ↵Youness Alaoui1-0/+4
NULL if the buffer is outside the clipping segment 20080429000339-4f0f6-7e4e31f066b87e29265ddb3978929e51efbff47d.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Fix object locking in setcapsYouness Alaoui1-1/+2
20080428234948-4f0f6-4586434b4308e114f495e926996fc19483c1056f.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Use g_cond_broadcast instead of g_cond_signalYouness Alaoui1-2/+2
20080428234935-4f0f6-e51fab31772b32f2fb080ad70c6bedefc5c26dc6.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Max latency should also be increased by our own ↵Youness Alaoui1-3/+7
latency 20080428232851-4f0f6-05f9a89403cd54211f2f4a6595704270eab9616f.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Fix deadlock on invalid timestamp errorOlivier Crete1-7/+12
20080428223606-3e2dc-963e48b33efaf84c16d4ec4b789a6dfb2d9358ad.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Added comment for clarityYouness Alaoui1-0/+4
20080428161958-4f0f6-cbaa166fbde99013b555c69ab48d964d75773a7f.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] added TODO commentsYouness Alaoui1-3/+3
20080428161235-4f0f6-fbc78533d29d37b65add6f6046fec17ce5e30cae.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] check_eos will always return FALSE here..Youness Alaoui1-4/+1
20080428155927-4f0f6-1a93e295d3df68a96367b75060a89a947efa8944.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] added comment on the no clock errorYouness Alaoui1-0/+1
20080428154956-4f0f6-7e24ed31f9c822e4323b681a54bc23f03c1a325e.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] error if no clock is availableYouness Alaoui1-5/+14
20080428154850-4f0f6-38fdc4134835c457d0054301579d8cd4cbd4989a.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] renaming unused argYouness Alaoui1-1/+1
20080425210456-4f0f6-ab1cdc944c9bcd779504292b21dc1787d6cb62a1.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] removed unused user_data and commented lineYouness Alaoui1-2/+1
20080425203938-4f0f6-787778475b646461da40f3e0000a10bc96e142bc.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] remove unused cases and empty switchYouness Alaoui1-11/+0
20080425203735-4f0f6-c0442fcf57e3f08b81bc1be3d69f5cfa0257b52a.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Explicit the discont flag manglingOlivier Crete1-0/+5
20080428183409-3e2dc-4db2505eeca033a634253b6c2d2f4f1398e9fcca.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Unref events when they are droppedOlivier Crete1-2/+2
20080428180711-3e2dc-eb659787f179562f15402c819f188de398deef2d.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Use Glib G_{MAX,MIN}{U,}INT{8,16,32} macrosOlivier Crete1-21/+6
20080424224627-3e2dc-1036bc58b6b4db2f9f12831cdbae3bc613facbbf.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Unlock liveadder empty buffer gcond on flushOlivier Crete1-2/+4
20080421032614-3e2dc-4ed29e1583ff684338ba5d7611f60b1a7eaff563.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Unref event instead of leaking itOlivier Crete1-2/+2
20080418192941-3e2dc-352e25f6ab291612be1dc139790303a1333f65d7.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] non-perfect stream isnt an error, lets just log itOlivier Crete1-1/+1
20080403170956-3e2dc-663f6af8ce067f44ca251a89aebf262d4b8a2869.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] We retimestamp to the running time, starting the ↵Olivier Crete1-6/+2
segments from 0 should therefore work 20080403165431-3e2dc-d981ac2f9ea7fd3c8d2be4d22f1817cf78c614e4.gz
2009-02-17[MOVED FROM GST-P-FARSIGHT] Do the min/max of the latencies correctlyOlivier Crete1-8/+3
20080403165415-3e2dc-c1124bd84e67cf8a911a14bb123b8731da9f4fc4.gz