Alexander Afanasyev | 6368d43 | 2012-10-10 15:11:30 -0700 | [diff] [blame] | 1 | diff --git videostreaming/play.py videostreaming/play.py |
| 2 | index 8156e8a..f6fc15f 100755 |
| 3 | --- videostreaming/play.py |
| 4 | +++ videostreaming/play.py |
| 5 | @@ -11,10 +11,11 @@ import gst |
| 6 | |
| 7 | import sys, argparse |
| 8 | |
| 9 | -import player, player_gui |
| 10 | -import utils |
| 11 | -from audio_src import AudioSrc |
| 12 | -from video_src import VideoSrc |
| 13 | +from ndnvideo import player, player_gui |
| 14 | +from ndnvideo import utils |
| 15 | + |
| 16 | +from ndnvideo.audio_src import AudioSrc |
| 17 | +from ndnvideo.video_src import VideoSrc |
| 18 | |
| 19 | class GstPlayer(player.GstPlayer): |
| 20 | __pipeline = """ |