]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- for celt 0.5.0
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Dec 2008 21:19:12 +0000 (21:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gstreamer-plugins-bad-celt.patch -> 1.1

gstreamer-plugins-bad-celt.patch [new file with mode: 0644]

diff --git a/gstreamer-plugins-bad-celt.patch b/gstreamer-plugins-bad-celt.patch
new file mode 100644 (file)
index 0000000..e3c04d6
--- /dev/null
@@ -0,0 +1,11 @@
+--- gst-plugins-bad-0.10.9/ext/celt/gstceltenc.c.orig  2008-12-11 21:40:48.956289465 +0100
++++ gst-plugins-bad-0.10.9/ext/celt/gstceltenc.c       2008-12-11 21:40:21.072297008 +0100
+@@ -741,7 +741,7 @@
+     GST_DEBUG_OBJECT (enc, "encoding %d samples (%d bytes)", frame_size, bytes);
+     outsize =
+-        celt_encode (enc->state, data, GST_BUFFER_DATA (outbuf),
++        celt_encode (enc->state, data, NULL, GST_BUFFER_DATA (outbuf),
+         bytes_per_packet);
+     g_free (data);
This page took 0.191199 seconds and 4 git commands to generate.