Advertisement
Guest User

totem

a guest
Jan 23rd, 2011
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/boe/.local/share/totem/plugins/airplay/airplay.py", line 27, in <module>
  3. from AirPlayService import AirPlayService
  4. File "/home/boe/.local/share/totem/plugins/airplay/AirPlayService.py", line 30, in <module>
  5. from ZeroconfService import ZeroconfService
  6. File "/home/boe/.local/share/totem/plugins/airplay/ZeroconfService.py", line 23, in <module>
  7. import avahi
  8. ImportError: No module named avahi
  9.  
  10. (totem:7018): Totem-WARNING **: Could not load plugin airplay
  11.  
  12.  
  13. (totem:7018): Totem-WARNING **: Error, impossible to activate plugin 'AirPlay Support'
  14.  
  15. (totem:7018): GStreamer-CRITICAL **:
  16. Trying to dispose element autovideosink0, but it is in READY instead of the NULL state.
  17. You need to explicitly set elements to the NULL state before
  18. dropping the final reference, to allow them to clean up.
  19. This problem may also be caused by a refcounting bug in the
  20. application or some element.
  21.  
  22.  
  23. (totem:7018): GStreamer-CRITICAL **:
  24. Trying to dispose element bin0, but it is in READY instead of the NULL state.
  25. You need to explicitly set elements to the NULL state before
  26. dropping the final reference, to allow them to clean up.
  27. This problem may also be caused by a refcounting bug in the
  28. application or some element.
  29.  
  30.  
  31. (totem:7018): GStreamer-CRITICAL **:
  32. Trying to dispose element video-sink, but it is in READY instead of the NULL state.
  33. You need to explicitly set elements to the NULL state before
  34. dropping the final reference, to allow them to clean up.
  35. This problem may also be caused by a refcounting bug in the
  36. application or some element.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement