]> git.pld-linux.org Git - packages/arts.git/commitdiff
- one of 3 patches that add vide quality controls to
authordjurban <djurban@pld-linux.org>
Mon, 17 Mar 2003 14:31:38 +0000 (14:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  xineartsplugin/noatun
- taken from: http://rambo.its.tudelft.nl/~ewald/xine/

Changed files:
    arts-1.1.1-video-20030314.patch -> 1.1

arts-1.1.1-video-20030314.patch [new file with mode: 0644]

diff --git a/arts-1.1.1-video-20030314.patch b/arts-1.1.1-video-20030314.patch
new file mode 100644 (file)
index 0000000..906531f
--- /dev/null
@@ -0,0 +1,30 @@
+--- arts-1.1.1/soundserver/kmedia2.idl.video   2003-03-14 22:08:11.000000000 +0100
++++ arts-1.1.1/soundserver/kmedia2.idl 2003-03-14 22:29:04.000000000 +0100
+@@ -206,14 +206,23 @@
+  */
+ interface VideoPlayObject {
+     /**
+-     * video output window (active)
+-     */
+-    attribute long x11WindowId;
+-    /**
+      * take a snapshot and draw it onto a pixmap
+      * returns the X11 pixmap ID or -1 on error
+      */
+     long x11Snapshot();
++    /**
++     * returns the current value of the property
++     *
++     * @param name the name of the property to return
++     */
++    long property(string name);
++    /**
++     * sets a property
++     *
++     * @param name the name of the property to set
++     * @param value the new value for the property
++     */
++    void property(string name, long value);
+ };
+ /**
This page took 0.042517 seconds and 4 git commands to generate.