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 f58050d5c04815e0bda0cc796b1a9040a73af6e9..0000000000000000000000000000000000000000 --- 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 -