parser.add_option("--shared-memory-read",default=None,type="string",help="Give the shared memory section name to read the frames from")
parser.add_option("--shared-memory-write",default=None,type="string",help="Give the shared memory section name to write the frames with injections into it.")
parser.add_option("--channel",default=None,type="string",help="Give the name of the original channel that the injetions will be injected into it.")
parser.add_option("--channel-inj",default=None,type="string",help="Give a new name to the channel that has the injections.")
parser.add_option("--dqv-channel",default=None,type="string",help="Give the name of the data quality vector channel of the of the original frame file.")
parser.add_option("--injections-file",default=None,type="string",help="Give the injections xml file to be injected to the data.")
parser.add_option("--num-buffers",default=16,type="int",help="Give the number of buffers (optional).")
parser.add_option("--write-pipeline",metavar="filename",help="Write a DOT graph description of the as-built pipeline to this file (optional). The environment variable GST_DEBUG_DUMP_DOT_DIR must be set for this option to work.")