예제 #1
0
    def start(self):
        self.tested_resolutions = self.tested_resolutions.split(";")

        # cache the file
        if self.location:
            os.system("dd if=%s of=/dev/null" % self.location)
        GstTest.start(self)
	def start(self):
		self.tested_resolutions = self.tested_resolutions.split(";")

		# cache the file
		if self.location:
			os.system("dd if=%s of=/dev/null" % self.location)
		GstTest.start(self)
예제 #3
0
파일: gst_venc.py 프로젝트: felipec/milaatu
	def start(self):
		# cache the file
		if self.location:
			os.system("dd if=%s of=/dev/null" % self.location)
		GstTest.start(self)
예제 #4
0
	def start(self):
		# cache the file the first time only
		if self.location and self.hash_value == 0:
			os.system("dd if=%s of=/dev/null" % self.location)
		GstTest.start(self)
예제 #5
0
	def start(self):
		# cache the file
		if self.location:
			os.system("dd if=%s of=/dev/null" % self.location)
		GstTest.start(self)
		self.ignored_first = False
예제 #6
0
 def start(self):
     # cache the file the first time only
     if self.location and self.hash_value == 0:
         os.system("dd if=%s of=/dev/null" % self.location)
     GstTest.start(self)