patches/istanbul-01-fixgst.diff
author yippi
Wed, 25 Feb 2009 03:22:55 +0000
changeset 1700 98ffac202ff6
permissions -rw-r--r--
2009-02-24 Brian Cameron <[email protected]> * SFEsoundtouch, patches/soundtouch-03-fixconst.diff: Bump to 1.4.0. Remove upstream patche. * patches/soundtouch-01-noopt.diff, patches/soundtouch-02-fixpow.diff, patches/soundtouch-03-nomsse.diff: Rework so they apply. * base/specs/libsamplerate.spec: Bump to 0.1.7. * base-specs/fftw3.spec: Bump to 3.2.1. * SFEaudacity.spec: Bump to 1.3.7. * SFEistanbul.spec, patches/istanbul-01-fixgst.diff: Added new spec file.

--- istanbul-0.2.2/gst/gstximagesrc.c-orig	2009-02-24 20:58:40.121630000 -0600
+++ istanbul-0.2.2/gst/gstximagesrc.c	2009-02-24 21:00:34.164417000 -0600
@@ -648,7 +648,7 @@ gst_istximage_src_create (GstPushSrc * b
 
   if (!gst_istximage_src_recalc (s)) {
     GST_ELEMENT_ERROR (s, RESOURCE, FAILED,
-        ("Changing resolution at runtime is not yet supported."), NULL);
+        ("Changing resolution at runtime is not yet supported."), (NULL));
     return GST_FLOW_ERROR;
   }