summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* [MOVED FROM GST-P-FARSIGHT] Implement first version of seekingOlivier Crete2009-02-171-4/+0
* [MOVED FROM GST-P-FARSIGHT] Add duration query from adderOlivier Crete2009-02-171-0/+78
* [MOVED FROM GST-P-FARSIGHT] Move flush stop inside where it belongsOlivier Crete2009-02-171-13/+4
* [MOVED FROM GST-P-FARSIGHT] Have the liveadder remember if its playing or notOlivier Crete2009-02-172-9/+24
* [MOVED FROM GST-P-FARSIGHT] Push out buffer if we're not playing while there ...Olivier Crete2009-02-171-1/+6
* [MOVED FROM GST-P-FARSIGHT] Empty the queue on flush startOlivier Crete2009-02-171-0/+5
* [MOVED FROM GST-P-FARSIGHT] Reset pad private on flush stopOlivier Crete2009-02-171-0/+1
* [MOVED FROM GST-P-FARSIGHT] Pass pad as pad to reset_pad_privateOlivier Crete2009-02-171-3/+5
* [MOVED FROM GST-P-FARSIGHT] Print debug message if we return non-ok from chainOlivier Crete2009-02-171-0/+2
* [MOVED FROM GST-P-FARSIGHT] Don't return EOS if we have no padsOlivier Crete2009-02-171-0/+4
* [MOVED FROM GST-P-FARSIGHT] Check that the format is NOT timeOlivier Crete2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Don't use g_queue_clear()Olivier Crete2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Pad push event after the lock has been unlockedOlivier Crete2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Create generic segment is none received and refus...Olivier Crete2009-02-171-0/+25
* [MOVED FROM GST-P-FARSIGHT] Add missing semicolon (did anyone test this?!)Simon McVittie2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Robustness check, make sure the queue is not empt...Youness Alaoui2009-02-171-0/+1
* [MOVED FROM GST-P-FARSIGHT] Remove useless conditionYouness Alaoui2009-02-171-5/+1
* [MOVED FROM GST-P-FARSIGHT] check against audio_buffer_clip which can return ...Youness Alaoui2009-02-171-0/+4
* [MOVED FROM GST-P-FARSIGHT] Fix object locking in setcapsYouness Alaoui2009-02-171-1/+2
* [MOVED FROM GST-P-FARSIGHT] Use g_cond_broadcast instead of g_cond_signalYouness Alaoui2009-02-171-2/+2
* [MOVED FROM GST-P-FARSIGHT] Max latency should also be increased by our own l...Youness Alaoui2009-02-171-3/+7
* [MOVED FROM GST-P-FARSIGHT] Fix deadlock on invalid timestamp errorOlivier Crete2009-02-171-7/+12
* [MOVED FROM GST-P-FARSIGHT] Added comment for clarityYouness Alaoui2009-02-171-0/+4
* [MOVED FROM GST-P-FARSIGHT] added TODO commentsYouness Alaoui2009-02-171-3/+3
* [MOVED FROM GST-P-FARSIGHT] check_eos will always return FALSE here..Youness Alaoui2009-02-171-4/+1
* [MOVED FROM GST-P-FARSIGHT] added comment on the no clock errorYouness Alaoui2009-02-171-0/+1
* [MOVED FROM GST-P-FARSIGHT] error if no clock is availableYouness Alaoui2009-02-171-5/+14
* [MOVED FROM GST-P-FARSIGHT] renaming unused argYouness Alaoui2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] removed unused user_data and commented lineYouness Alaoui2009-02-171-2/+1
* [MOVED FROM GST-P-FARSIGHT] remove unused cases and empty switchYouness Alaoui2009-02-171-11/+0
* [MOVED FROM GST-P-FARSIGHT] Explicit the discont flag manglingOlivier Crete2009-02-171-0/+5
* [MOVED FROM GST-P-FARSIGHT] Unref events when they are droppedOlivier Crete2009-02-171-2/+2
* [MOVED FROM GST-P-FARSIGHT] Use Glib G_{MAX,MIN}{U,}INT{8,16,32} macrosOlivier Crete2009-02-171-21/+6
* [MOVED FROM GST-P-FARSIGHT] Unlock liveadder empty buffer gcond on flushOlivier Crete2009-02-171-2/+4
* [MOVED FROM GST-P-FARSIGHT] Unref event instead of leaking itOlivier Crete2009-02-171-2/+2
* [MOVED FROM GST-P-FARSIGHT] non-perfect stream isnt an error, lets just log itOlivier Crete2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] We retimestamp to the running time, starting the ...Olivier Crete2009-02-171-6/+2
* [MOVED FROM GST-P-FARSIGHT] Do the min/max of the latencies correctlyOlivier Crete2009-02-171-8/+3
* [MOVED FROM GST-P-FARSIGHT] Fix indentationOlivier Crete2009-02-171-3/+2
* [MOVED FROM GST-P-FARSIGHT] Activate pads before adding them in case we're al...Olivier Crete2009-02-171-0/+12
* [MOVED FROM GST-P-FARSIGHT] For latencies, use the min of the max and the max...Olivier Crete2009-02-171-3/+6
* [MOVED FROM GST-P-FARSIGHT] Rename next_ts into expected_ts, make sure all bu...Olivier Crete2009-02-171-11/+16
* [MOVED FROM GST-P-FARSIGHT] Don't try to set the discont flag if the duration...Olivier Crete2009-02-171-7/+11
* [MOVED FROM GST-P-FARSIGHT] Reset buffers offsets to noneOlivier Crete2009-02-171-0/+3
* [MOVED FROM GST-P-FARSIGHT] Import adder src event handlingOlivier Crete2009-02-171-0/+85
* [MOVED FROM GST-P-FARSIGHT] Push out a simple newsegment eventOlivier Crete2009-02-172-0/+26
* [MOVED FROM GST-P-FARSIGHT] Don't return EOS if there is no sink padOlivier Crete2009-02-171-1/+4
* [MOVED FROM GST-P-FARSIGHT] Reduce locking a bit and cleanup code a bitOlivier Crete2009-02-171-9/+9
* [MOVED FROM GST-P-FARSIGHT] Add liveadder elementOlivier Crete2009-02-174-0/+1340
* scaletempo: Do not use void pointer arithmetic.Michael Smith2009-02-131-2/+2