Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(790)

Unified Diff: media/base/mac/coremedia_glue.h

Issue 1421583007: Mac Video Capture: Sending the timestamps provided by the driver to the capture pipeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alignment Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/mac/coremedia_glue.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mac/coremedia_glue.h
diff --git a/media/base/mac/coremedia_glue.h b/media/base/mac/coremedia_glue.h
index b64a27f3cf0a86cdfca9216ed816593ee4999db2..3a6ca07ca578275d204baed39398e6743d15bf63 100644
--- a/media/base/mac/coremedia_glue.h
+++ b/media/base/mac/coremedia_glue.h
@@ -95,6 +95,7 @@ class MEDIA_EXPORT CoreMediaGlue {
CMSampleBufferRef sbuf,
Boolean createIfNecessary);
static CFStringRef kCMSampleAttachmentKey_NotSync();
+ static CMTime CMSampleBufferGetPresentationTimeStamp(CMSampleBufferRef sbuf);
// Originally from CMFormatDescription.h.
static FourCharCode CMFormatDescriptionGetMediaSubType(
« no previous file with comments | « no previous file | media/base/mac/coremedia_glue.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698