diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-09-24 23:40:12 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-09-24 23:40:12 +0200 |
commit | c7fd1b11e03b327d1e8c5cfecdcc2c907b393739 (patch) | |
tree | 2afa2e17166c0d2bd59aa27003d179d656a888ff /src/pipelines.c | |
parent | moved pipeline creation subs to own file (diff) |
added udp socket handling to own file
Diffstat (limited to 'src/pipelines.c')
-rw-r--r-- | src/pipelines.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pipelines.c b/src/pipelines.c index f2f787c..5c687fb 100644 --- a/src/pipelines.c +++ b/src/pipelines.c @@ -43,6 +43,7 @@ #include "log.h" + struct media_elements { const char* name_; |