Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recorded.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 13:34:08 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 13:34:08 (GMT)
commit93ecda579724c26dcfb6df5042baf95891bcc25d (patch)
tree70eeb923d93bd1c7940c9daab3a6cc41866239c4 /recorded.py
parent41f5543503f45120f148d9b5272da416bddb5119 (diff)
audio rec/play as ogg works
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@818 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recorded.py')
-rw-r--r--recorded.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/recorded.py b/recorded.py
index 6f98df8..1f0ae86 100644
--- a/recorded.py
+++ b/recorded.py
@@ -105,6 +105,8 @@ class Recorded:
thumbPixbuf = gtk.gdk.pixbuf_new_from_file(thumbFilepath)
return thumbPixbuf
else:
+ #todo: handle possible corruption of the preview into some other format
+
if (self.datastoreOb == None):
self.datastoreOb = serialize.getMediaFromDatastore( self )
if (self.datastoreOb == None):