diff options
Diffstat (limited to 'src/sydra.c')
-rw-r--r-- | src/sydra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sydra.c b/src/sydra.c index a3772cd..877172a 100644 --- a/src/sydra.c +++ b/src/sydra.c @@ -169,7 +169,7 @@ int main_loop(options_t* opt) log_printf(INFO, "entering main loop"); struct udp_sinks udp = { { NULL, NULL }, { NULL, NULL }, - { NULL, NULL }, { NULL, NULL } }; + { NULL, NULL }, { NULL, NULL }, opt->timeout_ }; GstElement *pipeline = create_sender_pipeline(opt, &udp); if(!pipeline) { log_printf(ERROR, "creating pipeline failed"); |