Advertisement
Guest User

Untitled

a guest
Feb 28th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.92 KB | None | 0 0
  1. aps@ubuntu:~/gsoc/dvsource-v4l2-other$ ./dvsource-v4l2-other -s ntsc --fake snow
  2. Unable to find required gstreamer module dvswitchsink
  3. Please try 'sudo apt-get install gstreamer0.10-dvswitch'
  4. Traceback (most recent call last):
  5.   File "./dvsource-v4l2-other", line 340, in <module>
  6.     main()
  7.   File "./dvsource-v4l2-other", line 284, in main
  8.     check_gst_module("dvswitchsink", "gstreamer0.10-dvswitch")
  9.   File "./dvsource-v4l2-other", line 163, in check_gst_module
  10.     subprocess.check_call(["gst-inspect-0.10", name], stdout=subprocess.DEVNULL)
  11.   File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
  12.     raise CalledProcessError(retcode, cmd)
  13. subprocess.CalledProcessError: Command '['gst-inspect-0.10', 'dvswitchsink']' returned non-zero exit status 255
  14. aps@ubuntu:~/gsoc/dvsource-v4l2-other$
  15.  
  16. #### gstreamer0.10-dvswitch is installed, but still this is unable to find required module "dvswitchsink" #######
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement