summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-25channel: remove the channelrework2Wim Taymans10-1056/+67
2016-07-22add client-node againWim Taymans16-219/+996
2016-07-21remove unused methodsWim Taymans1-89/+0
2016-07-21work on stream negotiation and startWim Taymans23-348/+1245
2016-07-20node: update state in the skeletonWim Taymans1-0/+1
2016-07-20client: add client object instrospectionWim Taymans7-4/+232
2016-07-20reintroduce channelsWim Taymans26-655/+2820
2016-07-18some more reworkWim Taymans24-2828/+848
2016-07-05node: add support for multiple input and output portsWim Taymans12-181/+563
2016-06-30port: Implement max-peers propertyWim Taymans5-67/+97
2016-06-29node: fix docsWim Taymans1-1/+1
2016-06-29client-node: initialize socketWim Taymans1-0/+1
2016-06-28gst-node-factory: node factory for GstSource nodesDavid Svensson Fors4-0/+134
2016-06-28gst-source: on-demand element creationDavid Svensson Fors1-12/+129
2016-06-28daemon: use node factories for creating nodesDavid Svensson Fors2-4/+71
2016-06-28node-factory: a class for creating nodesDavid Svensson Fors3-0/+263
2016-06-28pinos-monitor: show peer portsDavid Svensson Fors3-6/+51
2016-06-28main, gst-manager, pinos-monitor: plug leaksDavid Svensson Fors3-5/+10
2016-06-02stream: merge properties of peer nodeDavid Svensson Fors1-0/+105
2016-06-02port: show peers on D-BusDavid Svensson Fors3-0/+57
2016-06-02gst-source: expose properties in nodeDavid Svensson Fors1-15/+15
2016-06-02clean up debug infoWim Taymans2-7/+6
2016-05-26Ignore generated filesLinus Svensson3-0/+41
2016-05-26Make make distcheck to work properlyLinus Svensson2-3/+5
2016-05-26pinos/Makefile.am: Possible to run configure outside srcdirLinus Svensson1-1/+2
2016-05-26pinos/modules/gst/gst-manager: Don't pass around NULLLinus Svensson1-8/+10
2016-05-26test-client: don't unref format in on_state_notifyDavid Svensson Fors1-1/+0
2016-05-26remove obsolete pinosprovide elementWim Taymans2-820/+0
2016-05-26Fix upload modeWim Taymans11-607/+204
2016-05-24buffer: add next pointerWim Taymans2-0/+2
2016-05-19remove READY state on contextWim Taymans7-22/+16
2016-05-18remove client objectWim Taymans22-1034/+302
2016-05-18improve debugWim Taymans3-7/+19
2016-05-17buffer: improve memory managementWim Taymans21-338/+372
2016-05-17Rework how clients connect.Wim Taymans35-659/+3009
2016-05-12add missing filesWim Taymans8-0/+1536
2016-05-12rework: make client and server nodesWim Taymans34-3839/+1495
2016-05-09buffer: allow building into custom memoryWim Taymans9-175/+240
2016-05-09Remove vfunc from portWim Taymans3-165/+104
2016-05-06Add provide mode to pinossinkWim Taymans20-212/+309
2016-05-06Introduce the concept of a PortWim Taymans35-2054/+1873
2016-05-05Introduce the concept of a NodeWim Taymans27-159/+3149
2016-05-03source-output -> channelWim Taymans23-615/+936
2016-04-29pinossink: clear the cacheWim Taymans3-4/+25
2016-04-29gst-source: fix state changesWim Taymans3-44/+54
2016-04-28pinossrc: fix timestamp and clock handlingWim Taymans4-34/+77
2016-04-28source: send latency to clientWim Taymans3-32/+102
2016-04-27socketsink: track buffers with the fdmanagerWim Taymans1-72/+155
2016-04-27burstcache: add error quarkWim Taymans2-5/+16
2016-04-27pinossocketsink: add new socket sinkWim Taymans9-32/+2588