pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/gst-plugins Fix a syntax error.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68cd7597c8da
branches:  trunk
changeset: 459672:68cd7597c8da
user:      jtb <jtb%pkgsrc.org@localhost>
date:      Mon Aug 04 17:11:18 2003 +0000

description:
Fix a syntax error.

diffstat:

 misc/gst-plugins/distinfo         |   3 ++-
 misc/gst-plugins/patches/patch-ae |  18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r dfe362675117 -r 68cd7597c8da misc/gst-plugins/distinfo
--- a/misc/gst-plugins/distinfo Mon Aug 04 16:11:39 2003 +0000
+++ b/misc/gst-plugins/distinfo Mon Aug 04 17:11:18 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/04/25 04:43:50 rh Exp $
+$NetBSD: distinfo,v 1.2 2003/08/04 17:11:18 jtb Exp $
 
 SHA1 (gst-plugins-0.6.1.tar.bz2) = 3f7b2c1a6298bff70d1d19ec9d29f15f2b55ae66
 Size (gst-plugins-0.6.1.tar.bz2) = 1891444 bytes
@@ -6,3 +6,4 @@
 SHA1 (patch-ab) = 43a417275978e25c6068b11d2d43e4fc402fd45d
 SHA1 (patch-ac) = 4105fc6b219307aae8d1b62294825531e6e1f233
 SHA1 (patch-ad) = 54a5b5d5bf628a8326a8328deb53e55aae48df29
+SHA1 (patch-ae) = 3030ca94fb38bb9798a32155eeaded875430b627
diff -r dfe362675117 -r 68cd7597c8da misc/gst-plugins/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/gst-plugins/patches/patch-ae Mon Aug 04 17:11:18 2003 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ae,v 1.1 2003/08/04 17:11:19 jtb Exp $
+
+--- gst/wavenc/gstwavenc.c.orig        2003-08-04 18:06:43.000000000 +0100
++++ gst/wavenc/gstwavenc.c     2003-08-04 18:07:15.000000000 +0100
+@@ -298,7 +298,7 @@
+         gst_pad_push (wavenc->srcpad, buf);
+ #if (G_BYTE_ORDER == G_BIG_ENDIAN)
+       } else {
+-        GstBuffer *bsbuf = gst_buffer_new_and_alloc (GST_BUFFER_SIZE(buf));;
++        GstBuffer *bsbuf = gst_buffer_new_and_alloc (GST_BUFFER_SIZE(buf));
+         guint bps = (wavenc->bits + 7) / 8, i, byte;
+         guint8 *bsdata = GST_BUFFER_DATA(bsbuf), *data = GST_BUFFER_DATA (buf);
+ 
+@@ -343,4 +343,3 @@
+   "wavenc",
+   plugin_init
+ };
+-    



Home | Main Index | Thread Index | Old Index