summaryrefslogtreecommitdiff
path: root/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-Fix-aacpase-error-tolerance-issue.patch
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-06-20 16:52:30 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-06-20 16:52:30 +0200
commit97af9b54157142f500c0322b49e669d893768850 (patch)
treee19216da2dc490aa5504c6dd45b2983c4633bc9f /recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-Fix-aacpase-error-tolerance-issue.patch
parent1ea27c0e94885dfe703dafd49fe42a40a180554a (diff)
Revert "imx-gst1.0-plugin: Add v4.3.1 and NXP specific gstreamer1.0 patches"
This resp. a later version got recently pulled into the rocko branch of meta-freescale. This reverts commit 5faa79028eead21680d490a1b589a3875f966e0e.
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-Fix-aacpase-error-tolerance-issue.patch')
-rw-r--r--recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-Fix-aacpase-error-tolerance-issue.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-Fix-aacpase-error-tolerance-issue.patch b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-Fix-aacpase-error-tolerance-issue.patch
deleted file mode 100644
index 5430df9..0000000
--- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-Fix-aacpase-error-tolerance-issue.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From db527a6db0c55322174ff6baa389ac8b110ec662 Mon Sep 17 00:00:00 2001
-From: Lyon Wang <lyon.wang@freescale.com>
-Date: Fri, 6 Feb 2015 11:27:47 +0800
-Subject: [PATCH 3/4] Fix aacpase error tolerance issue
-
-There is no need to check channel configure in adts header.
-The channel could be output of decoder.
-No need to return fatal error here.
-
-https://bugzilla.gnome.org/show_bug.cgi?id=743332
-
-Upstream-Status: Pending
-
-Signed-off-by: Lyon Wang <lyon.wang@freescale.com>
----
- gst/audioparsers/gstaacparse.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gst/audioparsers/gstaacparse.c b/gst/audioparsers/gstaacparse.c
-index cabd961..09a53cc 100644
---- a/gst/audioparsers/gstaacparse.c
-+++ b/gst/audioparsers/gstaacparse.c
-@@ -915,7 +915,7 @@ gst_aac_parse_detect_stream (GstAacParse * aacparse,
- gst_aac_parse_parse_adts_header (aacparse, data, &rate, &channels,
- &aacparse->object_type, &aacparse->mpegversion);
-
-- if (!channels || !framesize) {
-+ if (!framesize) {
- GST_DEBUG_OBJECT (aacparse, "impossible ADTS configuration");
- return FALSE;
- }
---
-1.9.1
-