summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/intf_null
diff options
context:
space:
mode:
Diffstat (limited to 'lib/avtp_pipeline/intf_null')
-rw-r--r--lib/avtp_pipeline/intf_null/null_listener.ini6
-rw-r--r--lib/avtp_pipeline/intf_null/null_talker.ini6
-rwxr-xr-xlib/avtp_pipeline/intf_null/openavb_intf_null.c1
3 files changed, 13 insertions, 0 deletions
diff --git a/lib/avtp_pipeline/intf_null/null_listener.ini b/lib/avtp_pipeline/intf_null/null_listener.ini
index 2645f0fa..f44dc602 100644
--- a/lib/avtp_pipeline/intf_null/null_listener.ini
+++ b/lib/avtp_pipeline/intf_null/null_listener.ini
@@ -5,6 +5,12 @@
# talker or listener
role = listener
+# initial_state: Specify whether the talker or listener should be
+# running or stopped on startup. Valid values are running or stopped.
+# If not specified, the default will depend on how the talker or
+# listener is launched.
+#initial_state = stopped
+
# stream_addr: Used on the listener and should be set to the
# mac address of the talker.
stream_addr = 00:0c:29:f8:3e:c6
diff --git a/lib/avtp_pipeline/intf_null/null_talker.ini b/lib/avtp_pipeline/intf_null/null_talker.ini
index 3f440cbd..408fc6af 100644
--- a/lib/avtp_pipeline/intf_null/null_talker.ini
+++ b/lib/avtp_pipeline/intf_null/null_talker.ini
@@ -5,6 +5,12 @@
# talker or listener
role = talker
+# initial_state: Specify whether the talker or listener should be
+# running or stopped on startup. Valid values are running or stopped.
+# If not specified, the default will depend on how the talker or
+# listener is launched.
+#initial_state = stopped
+
# stream_addr: Used on the listener and should be set to the
# mac address of the talker.
#stream_addr = 00:25:64:48:ca:a8
diff --git a/lib/avtp_pipeline/intf_null/openavb_intf_null.c b/lib/avtp_pipeline/intf_null/openavb_intf_null.c
index 6ce7bc42..b633bde9 100755
--- a/lib/avtp_pipeline/intf_null/openavb_intf_null.c
+++ b/lib/avtp_pipeline/intf_null/openavb_intf_null.c
@@ -1,5 +1,6 @@
/*************************************************************************************************************
Copyright (c) 2012-2015, Symphony Teleca Corporation, a Harman International Industries, Incorporated company
+Copyright (c) 2016-2017, Harman International Industries, Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without