summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-bad/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gst-plugins0.10-bad/patches/patch-ab')
-rw-r--r--multimedia/gst-plugins0.10-bad/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/gst-plugins0.10-bad/patches/patch-ab b/multimedia/gst-plugins0.10-bad/patches/patch-ab
deleted file mode 100644
index 90f82adb15e..00000000000
--- a/multimedia/gst-plugins0.10-bad/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2007/07/06 19:20:15 drochner Exp $
-
---- gst/vmnc/vmncdec.c.orig 2007-06-21 20:45:32.000000000 +0200
-+++ gst/vmnc/vmncdec.c
-@@ -993,7 +993,7 @@ vmnc_dec_chain_frame (GstVMncDec * dec,
-
- if (res < 0) {
- ret = GST_FLOW_ERROR;
-- GST_ELEMENT_ERROR (dec, STREAM, DECODE, NULL, ("Couldn't decode packet"));
-+ GST_ELEMENT_ERROR (dec, STREAM, DECODE, (NULL), ("Couldn't decode packet"));
- } else {
- GST_DEBUG_OBJECT (dec, "read %d bytes of %d", res, len);
- /* inbuf may be NULL; that's ok */