summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-11server: Add support for aborting running streamsNirbheek Chauhan1-3/+23
2014-07-11Remove trailing whitespace to make git happyNirbheek Chauhan1-17/+17
2014-07-11server: Add support for persistent connection streamsNirbheek Chauhan1-40/+159
2014-07-11misc: Fix/add a couple of error messages, etcNirbheek Chauhan1-3/+9
2014-07-11clients: Fix increment of client timeoutNirbheek Chauhan1-1/+1
2014-07-11Add license headers and COPYINGNirbheek Chauhan1-2/+21
2014-07-11appsrc: Remove need-data/enough-data signal handlersNirbheek Chauhan1-24/+0
2014-07-10appsink: Add a client timeout, and handle eos separatelyNirbheek Chauhan1-5/+40
2014-07-10debug: Use separate #ifdefs for each DEBUGNirbheek Chauhan1-3/+3
2014-07-09appsink: Use a GMutex to control when we pull samplesNirbheek Chauhan1-34/+28
2014-07-09appsrc: Queue an EOS when aborted tooNirbheek Chauhan1-0/+21
2014-07-09appsink: Push samples when availability is signalledNirbheek Chauhan1-34/+16
2014-07-09main/appsink: Don't hard-code element namesNirbheek Chauhan1-6/+4
2014-07-09main: Add option parsing (port)Nirbheek Chauhan1-3/+21
2014-07-09Add source filesNirbheek Chauhan1-0/+562