~ubuntu-branches/ubuntu/precise/gst0.10-python/precise

« back to all changes in this revision

Viewing changes to debian/patches/10_retab-examples.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2008-09-08 20:22:47 UTC
  • mfrom: (4.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080908202247-nkwix5wpfasoygy0
Tags: 0.10.12-1.1
* Non-maintainer upload.
* Add dependency to python-libxml2 and change load order in
  the init of gst0.10-python (Closes: #449341)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -urN gst-python-0.10.5.orig/examples/bps.py gst-python-0.10.5/examples/bps.py
2
 
--- gst-python-0.10.5.orig/examples/bps.py      2005-12-01 20:15:26.000000000 +0100
3
 
+++ gst-python-0.10.5/examples/bps.py   2006-10-01 10:32:24.000000000 +0200
4
 
@@ -111,8 +111,8 @@
5
 
     
6
 
     buffers = int(args[1])
7
 
     if buffers < 1:
8
 
-       print 'buffers must be higher than 0'
9
 
-       return
10
 
+        print 'buffers must be higher than 0'
11
 
+        return
12
 
 
13
 
     bps.run(buffers)
14
 
 
15
 
diff -urN gst-python-0.10.5.orig/examples/vorbisplay.py gst-python-0.10.5/examples/vorbisplay.py
16
 
--- gst-python-0.10.5.orig/examples/vorbisplay.py       2005-11-19 11:37:58.000000000 +0100
17
 
+++ gst-python-0.10.5/examples/vorbisplay.py    2006-10-01 10:32:29.000000000 +0200
18
 
@@ -122,7 +122,7 @@
19
 
 
20
 
     try:
21
 
         while bin.iterate(): 
22
 
-           pass
23
 
+            pass
24
 
     except KeyboardInterrupt:
25
 
         pass
26