]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:20:06 +0000 (17:20 +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.2

gstreamer-plugins-bad-celt.patch [deleted file]

diff --git a/gstreamer-plugins-bad-celt.patch b/gstreamer-plugins-bad-celt.patch
deleted file mode 100644 (file)
index e3c04d6..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.102149 seconds and 4 git commands to generate.