From a088f4e5a45ccdb2a578197163e4ec1ff18308c3 Mon Sep 17 00:00:00 2001 From: Greg Grisco <ggrisco@codeaurora.org> Date: Wed, 25 Mar 2015 14:47:26 -0700 Subject: [PATCH] Remove patch now that it has landed Change-Id: I64cc267198b929eb603b2646cec54ebb6959aef4 --- ...DISCONTINUITY_TIME-as-_SEEK-is-gone-.patch | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100644 patch/all/gecko/0002-Bug-1144513-Use-DISCONTINUITY_TIME-as-_SEEK-is-gone-.patch diff --git a/patch/all/gecko/0002-Bug-1144513-Use-DISCONTINUITY_TIME-as-_SEEK-is-gone-.patch b/patch/all/gecko/0002-Bug-1144513-Use-DISCONTINUITY_TIME-as-_SEEK-is-gone-.patch deleted file mode 100644 index f58050d..0000000 --- a/patch/all/gecko/0002-Bug-1144513-Use-DISCONTINUITY_TIME-as-_SEEK-is-gone-.patch +++ /dev/null @@ -1,27 +0,0 @@ -From f2957b0235cdc626a5984e7d1b9881c0ddde9d2d Mon Sep 17 00:00:00 2001 -From: Michael Vines <mvines@codeaurora.org> -Date: Wed, 18 Mar 2015 14:41:11 -0700 -Subject: [PATCH 2/4] Bug 1144513 - Use DISCONTINUITY_TIME as _SEEK is gone - from API level 22 - -Change-Id: I10619bfdae49766e3dedd16f8e179f8d41f2fb19 ---- - netwerk/protocol/rtsp/rtsp/RTSPSource.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/netwerk/protocol/rtsp/rtsp/RTSPSource.cpp b/netwerk/protocol/rtsp/rtsp/RTSPSource.cpp -index 315aec9..0649f58 100644 ---- a/netwerk/protocol/rtsp/rtsp/RTSPSource.cpp -+++ b/netwerk/protocol/rtsp/rtsp/RTSPSource.cpp -@@ -494,7 +494,7 @@ void RTSPSource::onMessageReceived(const sp<AMessage> &msg) { - sp<AnotherPacketSource> source = info->mSource; - if (source != NULL) { - #if ANDROID_VERSION >= 21 -- source->queueDiscontinuity(ATSParser::DISCONTINUITY_SEEK, NULL, -+ source->queueDiscontinuity(ATSParser::DISCONTINUITY_TIME, NULL, - true /* discard */); - #else - source->queueDiscontinuity(ATSParser::DISCONTINUITY_SEEK, NULL); --- -1.8.2.1 - -- GitLab