summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2009-02-17[MOVED FROM GST-P-FARSIGHT] Print debug message if we return non-ok from chainOlivier Crete1-0/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't return EOS if we have no padsOlivier Crete1-0/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Check that the format is NOT timeOlivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't use g_queue_clear()Olivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Pad push event after the lock has been unlockedOlivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Create generic segment is none received and refus...Olivier Crete1-0/+25
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add missing semicolon (did anyone test this?!)Simon McVittie1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Robustness check, make sure the queue is not empt...Youness Alaoui1-0/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] Remove useless conditionYouness Alaoui1-5/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] check against audio_buffer_clip which can return ...Youness Alaoui1-0/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Fix object locking in setcapsYouness Alaoui1-1/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Use g_cond_broadcast instead of g_cond_signalYouness Alaoui1-2/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Max latency should also be increased by our own l...Youness Alaoui1-3/+7
2009-02-17[MOVED FROM GST-P-FARSIGHT] Fix deadlock on invalid timestamp errorOlivier Crete1-7/+12
2009-02-17[MOVED FROM GST-P-FARSIGHT] Added comment for clarityYouness Alaoui1-0/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] added TODO commentsYouness Alaoui1-3/+3
2009-02-17[MOVED FROM GST-P-FARSIGHT] check_eos will always return FALSE here..Youness Alaoui1-4/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] added comment on the no clock errorYouness Alaoui1-0/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] error if no clock is availableYouness Alaoui1-5/+14
2009-02-17[MOVED FROM GST-P-FARSIGHT] renaming unused argYouness Alaoui1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] removed unused user_data and commented lineYouness Alaoui1-2/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] remove unused cases and empty switchYouness Alaoui1-11/+0
2009-02-17[MOVED FROM GST-P-FARSIGHT] Explicit the discont flag manglingOlivier Crete1-0/+5
2009-02-17[MOVED FROM GST-P-FARSIGHT] Unref events when they are droppedOlivier Crete1-2/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Use Glib G_{MAX,MIN}{U,}INT{8,16,32} macrosOlivier Crete1-21/+6
2009-02-17[MOVED FROM GST-P-FARSIGHT] Unlock liveadder empty buffer gcond on flushOlivier Crete1-2/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Unref event instead of leaking itOlivier Crete1-2/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] non-perfect stream isnt an error, lets just log itOlivier Crete1-1/+1
2009-02-17[MOVED FROM GST-P-FARSIGHT] We retimestamp to the running time, starting the ...Olivier Crete1-6/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Do the min/max of the latencies correctlyOlivier Crete1-8/+3
2009-02-17[MOVED FROM GST-P-FARSIGHT] Fix indentationOlivier Crete1-3/+2
2009-02-17[MOVED FROM GST-P-FARSIGHT] Activate pads before adding them in case we're al...Olivier Crete1-0/+12
2009-02-17[MOVED FROM GST-P-FARSIGHT] For latencies, use the min of the max and the max...Olivier Crete1-3/+6
2009-02-17[MOVED FROM GST-P-FARSIGHT] Rename next_ts into expected_ts, make sure all bu...Olivier Crete1-11/+16
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't try to set the discont flag if the duration...Olivier Crete1-7/+11
2009-02-17[MOVED FROM GST-P-FARSIGHT] Reset buffers offsets to noneOlivier Crete1-0/+3
2009-02-17[MOVED FROM GST-P-FARSIGHT] Import adder src event handlingOlivier Crete1-0/+85
2009-02-17[MOVED FROM GST-P-FARSIGHT] Push out a simple newsegment eventOlivier Crete2-0/+26
2009-02-17[MOVED FROM GST-P-FARSIGHT] Don't return EOS if there is no sink padOlivier Crete1-1/+4
2009-02-17[MOVED FROM GST-P-FARSIGHT] Reduce locking a bit and cleanup code a bitOlivier Crete1-9/+9
2009-02-17[MOVED FROM GST-P-FARSIGHT] Add liveadder elementOlivier Crete4-0/+1340
2009-02-13scaletempo: Do not use void pointer arithmetic.Michael Smith1-2/+2
2009-02-12Make the demuxer reusable in READY->PLAYING->READY->PLAYING cycles byJulien Moutte1-0/+1
2009-02-12mxfdemux: Also include the picture/sound/data essence coding in the unknown capsSebastian Dröge1-3/+31
2009-02-12mxfdemux: Update TODO, we should support the drop-frame property of timecode ...Sebastian Dröge1-0/+1
2009-02-12mxfdemux: Fix resolval of identifications from the prefaceSebastian Dröge1-1/+1
2009-02-12mxfdemux: Parse MXFTimestamp's milliseconds and add _to_string() functionSebastian Dröge6-71/+37
2009-02-12mxfdemux: Update TODOSebastian Dröge1-2/+0
2009-02-11inputselector: Fix compilation, activate_sinkpad() has no notify parameterSebastian Dröge1-3/+4
2009-02-10input-selector: Activate and notify pad before processing events.Michael Smith1-8/+13