mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset d42a36615c7e (bug 983204) for build bustage on an otherwise CLOSED TREE
This commit is contained in:
parent
174410b971
commit
352ea6fe5b
@ -299,18 +299,6 @@ nsresult RtspOmxReader::Seek(int64_t aTime, int64_t aStartTime,
|
|||||||
return MediaOmxReader::Seek(aTime, aStartTime, aEndTime, aCurrentTime);
|
return MediaOmxReader::Seek(aTime, aStartTime, aEndTime, aCurrentTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
nsresult
|
|
||||||
RtspOmxReader::ReadMetadata(MediaInfo* aInfo,
|
|
||||||
MetadataTags** aTags)
|
|
||||||
{
|
|
||||||
nsresult rv = MediaOmxReader::ReadMetadata();
|
|
||||||
NS_ENSURE_SUCCESS(rv, rv);
|
|
||||||
|
|
||||||
SetActive();
|
|
||||||
|
|
||||||
return NS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
void RtspOmxReader::SetIdle() {
|
void RtspOmxReader::SetIdle() {
|
||||||
// Need to pause RTSP streaming OMXCodec decoding.
|
// Need to pause RTSP streaming OMXCodec decoding.
|
||||||
if (mRtspResource) {
|
if (mRtspResource) {
|
||||||
|
@ -44,9 +44,6 @@ public:
|
|||||||
MOZ_COUNT_DTOR(RtspOmxReader);
|
MOZ_COUNT_DTOR(RtspOmxReader);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual nsresult ReadMetadata(MediaInfo* aInfo,
|
|
||||||
MetadataTags** aTags) MOZ_OVERRIDE;
|
|
||||||
|
|
||||||
// Implement a time-based seek instead of byte-based..
|
// Implement a time-based seek instead of byte-based..
|
||||||
virtual nsresult Seek(int64_t aTime, int64_t aStartTime, int64_t aEndTime,
|
virtual nsresult Seek(int64_t aTime, int64_t aStartTime, int64_t aEndTime,
|
||||||
int64_t aCurrentTime) MOZ_FINAL MOZ_OVERRIDE;
|
int64_t aCurrentTime) MOZ_FINAL MOZ_OVERRIDE;
|
||||||
|
Loading…
Reference in New Issue
Block a user