summaryrefslogtreecommitdiff
path: root/user/gst-plugins-base/endian.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-03 14:23:14 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-10-03 14:23:14 +0000
commitb98a728b1edccad52a29715aee9124dd6f03030c (patch)
tree41d30682f6be14eca6902aef6243f0435335c3a7 /user/gst-plugins-base/endian.patch
parentec0506f7c9fc0eaf36276aeede02dba0f3c1910d (diff)
downloadpackages-b98a728b1edccad52a29715aee9124dd6f03030c.tar.gz
packages-b98a728b1edccad52a29715aee9124dd6f03030c.tar.bz2
packages-b98a728b1edccad52a29715aee9124dd6f03030c.tar.xz
packages-b98a728b1edccad52a29715aee9124dd6f03030c.zip
user/gstreamer: bump to 1.16.1
Diffstat (limited to 'user/gst-plugins-base/endian.patch')
-rw-r--r--user/gst-plugins-base/endian.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/gst-plugins-base/endian.patch b/user/gst-plugins-base/endian.patch
deleted file mode 100644
index 403f40f69..000000000
--- a/user/gst-plugins-base/endian.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gst-plugins-base-1.16.0/tests/check/libs/video.c.old 2019-03-29 12:21:21.000000000 +0000
-+++ gst-plugins-base-1.16.0/tests/check/libs/video.c 2019-05-01 15:49:10.000628817 +0000
-@@ -2828,7 +2828,7 @@
- fail_unless_equals_int (data[i + 3], 0x80);
- #else
- /* A - R - G - B */
-- fail_unless_equals_int (data[i], 0x00);
-+ fail_unless_equals_int (data[i], 0x80);
- fail_unless_equals_int (data[i + 1], 0x80);
- fail_unless_equals_int (data[i + 2], 0x80);
- fail_unless_equals_int (data[i + 3], 0x80);