~ubuntu-branches/ubuntu/lucid/arista/lucid

« back to all changes in this revision

Viewing changes to debian/patches/03-crash_with_high_dimension_video.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-12-06 19:06:55 UTC
  • Revision ID: james.westby@ubuntu.com-20091206190655-iui4w0n40d9bl0o6
Tags: 0.9.3+repack-0ubuntu4
* debian/patches/02-log_extra_info_on_missing_plugins.patch:
  - arista/presets.py: Log some extra information while attempting to
    automagically install missing plugins.
* debian/patches/03-crash_with_high_dimension_video.patch:
  - presets/dvd.xml: Constrain DVD MPEG2 sizes as GStreamer DVD stuff
    doesn't seem to be totally spec compliant (LP: #399725).
* debian/patches/04-remember_last_opened_location.patch:
  - arista-gtk: Remember last opened location for file chooser dialog as
    a gconf setting (LP: #407146).
* debian/patches/05-ellipsize_filename.patch:
  - arista-gtk: Ellipsize long filenames so the window doesn't grow to a
    ridiculous size (LP: #407149). 
* debian/patches/06-non_utf8_locales.patch:
  - arista-gtk: Fix translation for non-UTF8 locale (LP: #410266).
* debian/patches/07-gstreamer_videocaps.patch:
  - arista/transcoder.py: Catch a rare case where GStreamer didn't set
    videocaps for a video file properly (LP: #441069).
* debian/patches/08-negative_remaining_time.patch:
  - arista/transcoder.py: Don't display strange negative status information,
    instead fall back to saying an unknown amount of time remains with no
    current status.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Vendor: http://github.com/danielgtaylor/arista/commit/3c95017e9284ffa72249a1674c442ca6c69d0ca2
 
2
Description: Constrain DVD MPEG2 sizes as GStreamer DVD stuff doesn't seem to
 
3
 be totally spec compliant - this should now work for pretty much any source.
 
4
Bug: https://bugs.launchpad.net/bugs/399725
 
5
---
 
6
 presets/dvd.xml |   10 +++++-----
 
7
 1 file changed, 5 insertions(+), 5 deletions(-)
 
8
 
 
9
--- arista-0.9.3+repack.orig/presets/dvd.xml
 
10
+++ arista-0.9.3+repack/presets/dvd.xml
 
11
@@ -8,7 +8,7 @@
 
12
         <name>Daniel G. Taylor</name>
 
13
         <email>dan@programmer-art.org</email>
 
14
     </author>
 
15
-    <version>1.0</version>
 
16
+    <version>1.1</version>
 
17
     <icon>file://dvd.svg</icon>
 
18
     <default>DivX Home Theater</default>
 
19
     
 
20
@@ -28,8 +28,8 @@
 
21
             <passes>
 
22
                 <pass>format=9 bitrate=4000</pass>
 
23
             </passes> 
 
24
-            <width>16, 4096</width>
 
25
-            <height>16, 4096</height>
 
26
+            <width>320, 720</width>
 
27
+            <height>240, 576</height>
 
28
             <rate>25</rate>
 
29
         </video>
 
30
     </preset>
 
31
@@ -49,8 +49,8 @@
 
32
             <passes>
 
33
                 <pass>format=9 bitrate=4000</pass>
 
34
             </passes> 
 
35
-            <width>16, 4096</width>
 
36
-            <height>16, 4096</height>
 
37
+            <width>320, 720</width>
 
38
+            <height>240, 576</height>
 
39
             <rate>24</rate>
 
40
         </video>
 
41
     </preset>