Advertisement
bossjones

capsfilter example

Aug 29th, 2013
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.25 KB | None | 0 0
  1.     self.capsfilterOne = gst.element_factory_make("capsfilter", "capsfilterOne")
  2.     self.capsfilterOne.set_property('caps', gst.caps_from_string('audio/x-raw-int, rate=16000, width=16, depth=16, channels=1'))
  3.     self.pipeline.add(self.capsfilterOne)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement