(self)
| 336 | self.srcpad = src.get_pad('src') |
| 337 | |
| 338 | def tearDown(self): |
| 339 | del self.pipeline |
| 340 | del self.srcpad |
| 341 | TestCase.tearDown(self) |
| 342 | |
| 343 | # FIXME: now that GstQuery is a miniobject with various _new_ factory |
| 344 | # functions, we need to figure out a way to deal with them in python |